PDA

View Full Version : Avi (Fraps) to x264


Bh4i
22nd August 2006, 20:06
I just started encoding DVD's to x264 with MeGUI, and it wasnt hard to do. MeGUI is the perfect tool for this!

But now i recorded a demo from a game with Fraps, and i want to encode it to x264. Its a big AVI-file with this information:

Video: FPS1 1024x768 29.97fps 147878Kbps [Video 0]
Audio: PCM 44100Hz stereo 1411Kbps [Audio 1]

But it seems that MeGUI is only meant to encode FROM DVD-files (vob files).

Is there some other way to encode this movie to x264? Couldnt find anything on google or here... :(

shon3i
22nd August 2006, 20:32
But it seems that MeGUI is only meant to encode FROM DVD-files (vob files).
Nope, just drag AVI file in AviSynth Script box and encode

Bh4i
22nd August 2006, 20:52
I see, and if i want to resize or do something else, ill have to add the command manually in the created avisynth file?

And i use dgindex to demux vob files. This creates a d2v file and ALSO creates a audio file.

Im just wondering:
- Why doesnt a avi file need a d2v file? Why is it only for MPEG2 files?
- Do i have to rip the audio with VirtualDub, or r there other betters ways to do?

Thnx

shon3i
22nd August 2006, 21:26
I see, and if i want to resize or do something else, ill have to add the command manually in the created avisynth file?
For crop, resize and other common operations you can use AviSynth script creator from tools menu.

Why doesnt a avi file need a d2v file? Why is it only for MPEG2 files?
Better processing, decoding mpeg files

Do i have to rip the audio with VirtualDub, or r there other betters ways to do?
Only create avisynth spcript to looks like this

avisource ("blah.avi") and this avs open in BeHappy, and encode.

Sharktooth
23rd August 2006, 13:01
you can feed the avs to the megui audio input. it will happily encode it.