Howdy - just wondering if anyone else has this problem...
I have a Phenom 1090T processor and GTS250 video card that i run either mediacoder or freemake to convert
DVB-T streams to mp4s for viewing on i-pad. (using CUDA) OS is win7 and there is 4gb RAM.
I am happy with the quality and almost happy with the speed of both apps -
except...
neither use anywhere near the full potential of the system...
a single encode uses about 35% cpu (according to perfmon) and about 20% GPU (according to GPU-Z). RAM usage is less than 1G.
the disk drives are barely ticking over, and there is no activity at all in the swap file.
If i run 2 or more jobs in parallel - the system usage goes up proportionally (ie 2 encodes uses 70% cpu 20%GPU).
This tells me that the S/W must have some artificial throttle inside it to limit resource hogging - which is nice -
but since i don't often have 2 or more files to encode, i would prefer that 100% resources were used, and encoded a single file much faster.
Anybody have a similar experience, and perhaps a solution?
cheers,
+ Reply to Thread
Results 1 to 4 of 4
-
-
Hi
x264 encoder has an option:-
"--threads <integer> Force a specific number of threads"
With 'default' settings, the latest versions of x264 use maximum available threads.
Maybe the mediacoder and freemake software aren't using this option properly.
Or maybe they aren't using latest version of x264.
You could run a test.
Use latest FFmpeg from zeranoe.com.
Run a short (60 second) test. Monitor the cpu usage. See if it shows an increase.
Try a command like this:-
Code:ffmpeg -i <filename> -t 60 -an -c:v libx264 output.mp4
Last edited by bat999; 27th Feb 2012 at 09:38.
-
Try VidCoder, which is based on the excellent Handbrake. The latter is a little less accessible at first but functionally they're interchangeable.
It has excellent Apple presets and it's much better than what you're using. It doesn't have problems with multithreading support.
It'd also be easier to try than using command level ffmpeg.
Try vidcoder/handbrake on 1 pass constant quality mode. -
thanks guys - much appreciated.
I have used handbrake - and a number of others that utiliese ffmpeg - but they are all slower than mediacoder or freemake on my setup
In mediacoder - the CPU is used for decoding - and the fastest option is to use Mencoder to feed h264enc that uses
the gpu to encode... this nets me about 150 fps.
the supplied ffmpeg doesn't work at all with my files (crashes mediacoder)
i copied in the version suggested by bat999 (just copy ffmpeg.exe into the relevant mediacoder folder)
it converts ok but at a rate of 3fps is very slow.
Similar Threads
-
Recommend fast & small (few system resources) DVD utilities quick analysis?
By MISS CHIEVOUS in forum Newbie / General discussionsReplies: 0Last Post: 4th Jul 2010, 15:37 -
Questions about H264 encoding?
By Mr.Teflondon187 in forum Video ConversionReplies: 3Last Post: 21st May 2010, 02:02 -
Anime Encoding From DVDs to h264.
By kwanbis in forum Newbie / General discussionsReplies: 9Last Post: 11th Mar 2009, 19:31 -
h264 encoding
By aeroliteflyer in forum DVD RippingReplies: 2Last Post: 22nd Mar 2008, 08:12 -
H264: Are there other h264 (AVCHD/VC-1) encoding command-line/CLI tools ??
By vhelp in forum Newbie / General discussionsReplies: 12Last Post: 16th Feb 2008, 01:20