Log in

View Full Version : How to feed an AVS to Megui?


DoomNlNE
18th February 2012, 20:45
Hi,
basically I want to put in.avi into megui
but it will not accept the video file directly.

so what basic avisynth script will simply allow c:\in.avi to be accepted by megui?

Guest
19th February 2012, 02:06
AVISource("file.avi")

Of course, you need a VFW codec installed for whatever video type you have.

vrpatilisl
27th February 2012, 15:16
you can also try
1. Hybrid
2. Handbrake
3. vidcoder
4.Avidemux.

LoRd_MuldeR
27th February 2012, 15:27
You may also want to have a look at FFVideoSource() from FFMS2 (FFmpegSource2) to avoid the VFW route:
http://code.google.com/p/ffmpegsource/downloads/list