wqcr
13th October 2017, 09:44
Hi, when running:
ffmpeg -i "input.mp4" -an -c:v libx265 -b:v 400k -x265-params pass=1:stats="mylog.log" -preset slower -f NULL nul -y && ffmpeg -i "input.mp4" -c:v libx265 -b:v 1000k -x265-params pass=2:stats="mylog.log" -preset slower -c:a opus -strict experimental -ab 64k -f matroska "Output.mkv"
First pass takes a long time to finish, almost the same as 2nd pass.
Is it possible to use lower preset (veryfast) with 1st pass?
I can't remember the cmdline, but IFME did 1st pass always much faster than 2nd pass.
ffmpeg -i "input.mp4" -an -c:v libx265 -b:v 400k -x265-params pass=1:stats="mylog.log" -preset slower -f NULL nul -y && ffmpeg -i "input.mp4" -c:v libx265 -b:v 1000k -x265-params pass=2:stats="mylog.log" -preset slower -c:a opus -strict experimental -ab 64k -f matroska "Output.mkv"
First pass takes a long time to finish, almost the same as 2nd pass.
Is it possible to use lower preset (veryfast) with 1st pass?
I can't remember the cmdline, but IFME did 1st pass always much faster than 2nd pass.