Claudiu Rad-Lohanel <jazzman <at> misalpina.net> writes:

> ffmpeg -i <my file.avi> -threads <number of threads> ... <output>

This is of course not sufficient since for decoding, 
threads also defaults to the number of cores and 
decoding can be the more time-consuming factor 
(depending on codecs and settings):
$ ffmpeg -threads 1 -i input -threads 1 ... output

Carl Eugen

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

Reply via email to