Hello here.

I am trying to perform a 2-pass encoding of a video from .mov to .webm, but
it looks like that the 2-pass encoding is much worse than doing a single
pass encoding. Here are the two commands I use:

------------------------------------------------------------------------------------------------------------

avconv -y -i input.mov -r:v 25/1 -c:v libvpx -minrate 400k -maxrate 600k
-b:v 400k -s 640x360 -force_fps -b:a 80k -pass 1 output.webm

avconv -y -i input.mov -r:v 25/1 -c:v libvpx -minrate 400k -maxrate 600k
-b:v 400k -s 640x360 -force_fps -b:a 80k -pass 2 output.webm

------------------------------------------------------------------------------------------------------------


Any ideas? Thank you in advance for any help.

All the best,

Fabrizio
_______________________________________________
libav-tools mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-tools

Reply via email to