View difference between Paste ID: 1pChSDAt and TTHEc1Wu
SHOW: | | - or go back to the newest paste.
1-
ffmpeg -i %1 -codec:v libvpx -b:v 3*1024*1024*8/[duration in seconds]*0.975 -t [stop time in HH:MM:SS] -quality best -vf scale=640:-1 -fs 3M -cpu-used 0 -bufsize 1000k -an -pass 1 -f webm %1.null
1+
ffmpeg -i %1 -codec:v libvpx -b:v 3*1024*1024*8/[duration in seconds]*0.975 -ss [start time in HH:MM:SS] -t [stop time in HH:MM:SS] -quality best -vf scale=640:-1 -fs 3M -cpu-used 0 -bufsize 1000k -an -pass 1 -f webm %1.null
2
del %1.null
3-
ffmpeg -i %1 -codec:v libvpx -b:v 3*1024*1024*8/[duration in seconds]*0.975 -t [stop time in HH:MM:SS] -quality best -vf scale=640:-1 -fs 3M -cpu-used 0 -bufsize 1000k -an -pass 2 -f webm %1.webm
3+
ffmpeg -i %1 -codec:v libvpx -b:v 3*1024*1024*8/[duration in seconds]*0.975 -ss [start time in HH:MM:SS] -t [stop time in HH:MM:SS] -quality best -vf scale=640:-1 -fs 3M -cpu-used 0 -bufsize 1000k -an -pass 2 -f webm %1.webm
4
del ffmpeg2pass-0.log