This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec "${FFMPEG_PATH}" -y -i "${INPUT}" \ | |
-acodec copy -absf aac_adtstoasc \ | |
-vcodec libx264 \ | |
-level 41 \ | |
-threads 4 \ | |
-8x8dct 1 \ | |
-coder 1 \ | |
-qmax 51 -qdiff 8 -qmin 16 -qcomp 0.60 \ | |
-me_method umh -me_range 32 -trellis 2 \ | |
-refs 3 -subq 5 \ |