Log in

View Full Version : x.264 encoding


tungsten
5th November 2005, 05:26
besides Megui and gordian knot what other programs for x.264 encoding are there.

Richard Berg
5th November 2005, 05:57
Platform?

mencoder? x264.exe?

Based on your other thread, you want speed. The answer is: it doesn't matter, the overwhelming majority of the time will be spent in x264 itself.

omion
5th November 2005, 08:02
besides Megui and gordian knot what other programs for x.264 encoding are there.
Note that there is no such thing as "x.264". There's h.264 (the codec) and x264 (the program). Based on your examples it seems like you mean x264.

However, as Richard said, there is no difference between them, as they just run x264 with some command line. Using that same command line in any other x264 wrapper will result in the same encode, and will take the same amount of time..

MeteorRain
5th November 2005, 09:23
and an upgrade of hardware maybe the only way to solve the problem :o

virus
5th November 2005, 12:07
There's h.264 (the codec) and x264 (the program)
To be precise, there's no such thing as "h.264 (the codec)", too.

H.264 (uppercase H please :)) is not a "codec", it's an international standard for video encoding. x264 is an "encoder". Maybe not 100% a "codec" since the decoding part in x264 is incomplete, but internally x264 is able to reconstruct a compressed picture and store it in memory (this is needed for temporal prediction), so basically calling it "codec", other than being shorter ;) is also quite correct.

</nitpicking> ;)

virus

tungsten
5th November 2005, 21:00
so all programs should encode at about the same speed using x264?

bond
5th November 2005, 21:41
all programs which use the x264 codec use the x264 codec (yeah ;) ) and therefore have the same encoding speed with the same settings

Sharktooth
5th November 2005, 22:26
unless those programs add intermediate $h!t between the source, avisynth and the x264 encoder.