Hi - I hope this is the right place to ask. I've downloaded the latest version of FFmpeg created by Zeranoe on 7/6/12. The issue I'm having is that the process will randomly max out my cpu(s) and hang for x number of seconds and then continue. There's no consistency as to when or what causes this, but it happens on most files (and even if it runs fine once, running it again on the same exact file can reproduce this symptom).
Processing will resume, but the delay is having an adverse affect with my other programs.
This is the command that I'm running:
ffmpeg.exe -i input.ts -c:v libx264 -preset medium -b:v 2500k -r 30000/1001 -vf scale=960:-1 -f mp4 -c:a aac -strict experimental -b:a 28k -ar 24000 -ac 2 -threads 8 -y output.mp4
the input.ts file is a 2 minute recording off a qam channel with the following details:
Video:
mpeg2
1280x720
119.88... frame rate
20Mb br
audio:
ac3
48000 hz
448 kb br
I've run this on multiple systems; they are all windows 7 64bit, i7 2600 or greater, and at least 4 mb of memory. I've also tried both 64bit and 32bit versions of ffmpeg.
I've tried removing almost all of the options above, but this behavior still occurs. I'm utilizing an older version of FFmpeg where this behavior does not exist. I'm hoping someone could shed some light as to what is going on and if there's anything that can be done.
Thanks in advance.