PDA

View Full Version : reencode x264 to lower bitrate


reb0rn
4th July 2007, 18:43
I have movie in MKV format (x264, 1920x800 (2.42:1), 9797 kbit/s ) which i demuxed mkvextract.exe, but now i want to reencode it to lower bit rate and resolution so 8GB file could fit to DVD

Virtualdub and megui (directshow error)could not open that file...
Which tool should i use for it?

mitsubishi
4th July 2007, 18:57
My favourite way right now is to use Neuron's DGAVCindex, which is the H.264 equivalent to DGindex, meGUI can't yet do this automatically, so you have to snag the tool (look a couple of posts down), index the file and make your own avisynth script, something like


loadplugin("DGAVCDecode.dll")
AVCSource("file.dga")
Spline36Resize(1280,720)
Then you can open the avs file in meGUI and encode as normal. More info is in the DGAVCindex thread.

mitsubishi
4th July 2007, 19:01
Sorry, it's not a couple of posts down is it, as it's in a different forum....

http://forum.doom9.org/showthread.php?t=122598

reb0rn
7th July 2007, 12:48
looks like DGAVCIndex have some issue(bug) with mine x264 there are some broken parts in picture after reencoding, same errors i faund whan i loaded avs script in vdub... :(