diff options
Diffstat (limited to '.local/share/bin/ffmpeg-resize')
-rwxr-xr-x | .local/share/bin/ffmpeg-resize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/share/bin/ffmpeg-resize b/.local/share/bin/ffmpeg-resize index d8057ae..4270278 100755 --- a/.local/share/bin/ffmpeg-resize +++ b/.local/share/bin/ffmpeg-resize @@ -79,4 +79,4 @@ ffmpeg \ -pass 2 \ -c:a aac \ -b:a "$T_ARATE"k \ - $T_FILE + "$T_FILE" |