Sudden problem encoding video
January 31, 2007 10:05 AM
Subscribe
I regularly use ffmpeg to encode videos (from mpeg2 to mpeg4) for my ipod. I've been doing this for nearly a year with no problems. Now, every time I start an encode, my system is suddenly under a lot of pressure - I can't use any other application. If I go into the windows task manager and set the priority to 'below normal', all is fine again.
Anyone have any idea why this change might have occured, or any idea how I can get around it (preferably without using task manager)?
For info - i think this is a windows problem, rather than an ffmpeg problem. I suspect windows isn't allocating resourced properly anymore, for some reason. The same symptoms happen with other software sometimes - ffmpeg is just the one i use most.
posted by ascullion to computers & internet (5 comments total)
Or maybe this is just another reason to be suspicious of the Windows scheduler.
How do you start ffmpeg? One option is to use the windows "start" command on the commanline, which will let you set the scheduling priority without dealing with task manager.
For example:
"start /LOW ffmpeg [your usual ffmpeg parameters]"
posted by Good Brain at 10:24 AM on January 31, 2007 [1 favorite has favorites]