View Full Version : Confused newbie with question.
KanneK
26th March 2006, 15:12
Hello. I am new and have a problem. I was recommended avisynth by a website called videora. I need to convert an avi video to mpeg4 to put on my ipod video. My problem is making an aviscript for it. Please help, Thank You. Also, I am new to this forum and I read around in differnet stickies, but still confused. I'm sorry if I am posting in the wrong area.
KanneK
26th March 2006, 23:32
Sorry, I forgot to be more specfic. I need help with making the aviscript and converting it on videora. Any bit of info will help. Thanks.
LoRd_MuldeR
26th March 2006, 23:44
If your source file is AVI then use the AviSource filter for input. And if you don't need any further video processing (like resize or stuff) that's all you need in your script. Just one line:
AviSource("C:\Videos\MySourceFile.avi")
Then you open that script in the application which does the final encoding...
//EDIT
You better post questions concering AviSynth usage in the "AviSynth Usage" forum
bratao
27th March 2006, 01:17
We have program with do auto convertion , and support ipod.
look into this:
http://forum.doom9.org/forumdisplay.php?f=78
bond
27th March 2006, 13:45
if your avi contains a mpeg-4 video stream already (eg xvid, divx...) you can remux the stream to mp4 right away (with yamb) without needing to reencode
KanneK
28th March 2006, 00:37
Thank You.
LoRd_MuldeR says I should post somewhere else so I will
Thanks.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.