Hi I tried FFMPEG x264 to encode YUV contents, here encoding shared across all available threads, but i would like specify only one thread for that encoding job. please let me know the correct command.
i tried below command which has no effect on thread control. time ./ffmpeg -f rawvideo -pix_fmt yuv420p -s:v 1920x1080 -r 30 -i test.yuv -c:v h264 -profile:v baseline -r 30 test.mp4 -threads 1 -- Thanks & Regards Vittal Prasad B R _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
