Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
modem7 committed Dec 23, 2023
1 parent b5ca92d commit 2fd0f32
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Bash/Media/compress_video.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,12 @@ ffmpeg \
-c:a aac \
-b:a "$T_ARATE"k \
"$T_FILE"

# Remove temporary files
if [ -f "ffmpeg2pass-0.log" ] ; then
rm "ffmpeg2pass-0.log"
fi

if [ -f "ffmpeg2pass-0.log.mbtree" ] ; then
rm "ffmpeg2pass-0.log.mbtree"
fi

0 comments on commit 2fd0f32

Please sign in to comment.