On Thu, Nov 26, 2015 at 15:14:16 +0100, D wrote:
> It seems that --cpu-used is a bit similar to the -crf option. And

ffmpeg's "-crf" maps to vpxenc's "--cq-level=" and, in your use case,
"--end-usage=cq".

ffmpeg's "-cpu-used" maps to vpxenc's "--cpu-used".

I think "-threads" maps directly.

How do I know? I checked the source. ;-) If you use "-loglevel debug"
to ffmpeg, the libvpx encoder will also dump quite a lot of information
about the configuration it is using!

Just to make sure you have comparable options...

Moritz
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to