Hi <div>I want to convert a data set , consisting of 10,000 short videos (average 3 mins) in format of .mpg to raw 264 video stream. Every video takes a long time to complete the process (about 1 min on a Core 2 Duo 3.16Ghz CPU). The CPU usage will reach to 100% during the conversion process.The command used is:</div>
<div>ffmpeg -i C:\q.mpg -an -vcodec libx264 -threads 0  -f h264 C:\q.264</div><div>Do you have any idea to boost up the process speed?</div><div>Regards<br clear="all"><div>Amir</div>
</div>