Search found 72 matches
- Wed Dec 31, 2008 8:08 pm
- Forum: Conversion / Encoding Help
- Topic: Converting mp4s to avis?
- Replies: 2
- Views: 845
Converting mp4s to avis?
I can only find certain RAW footage in mp4 format. Would converting them to avi with a program work? If so, how would I go about converting? Are there free converters somewhere?
- Fri Dec 05, 2008 1:51 pm
- Forum: Conversion / Encoding Help
- Topic: Converting Divx codec for Adobe
- Replies: 28
- Views: 5340
Re: Converting Divx codec for Adobe
Krisqo wrote:You need the .avi in there no matter what.
Try using this:
AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1.avi", audio=false)
Never used the audio=false param so someone correct me if I'm using it wrong.
That worked! Thanks a bunch.
- Fri Dec 05, 2008 8:42 am
- Forum: Conversion / Encoding Help
- Topic: Converting Divx codec for Adobe
- Replies: 28
- Views: 5340
Re: Converting Divx codec for Adobe
can you post your script anyway? AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1") And the file extension? This should be: AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1.avi") I've tried that already (add...
- Fri Dec 05, 2008 1:48 am
- Forum: Conversion / Encoding Help
- Topic: Converting Divx codec for Adobe
- Replies: 28
- Views: 5340
Re: Converting Divx codec for Adobe
AVISource("C:\Documents and Settings\Owner\Desktop\Anime Episodes/Soul Eater - Clean Opening 1")Kariudo wrote:can you post your script anyway?
- Fri Dec 05, 2008 12:18 am
- Forum: Conversion / Encoding Help
- Topic: Converting Divx codec for Adobe
- Replies: 28
- Views: 5340
Re: Converting Divx codec for Adobe
Yep, even redid a new one. Just ain't working.Krisqo wrote:Did you double check your script to make sure there are no typos?
- Thu Dec 04, 2008 5:40 pm
- Forum: Conversion / Encoding Help
- Topic: Converting Divx codec for Adobe
- Replies: 28
- Views: 5340
Re: Converting Divx codec for Adobe
What's the error? Is it also a DivX file or something else? Yeah, more DivX stuff. Exact error: Avisynth open failure: AVISource autodetect: couldn't open file 'C:/Documents and Settings/Owner/Desktop/Anime Episodes/Soul Eater - Clean Opening 1' Erroer code: 2 (C:/Documents and Settings/Owner/Deskt...
- Thu Dec 04, 2008 5:40 pm
- Forum: Conversion / Encoding Help
- Topic: Converting Divx codec for Adobe
- Replies: 28
- Views: 5340
Re: Converting Divx codec for Adobe
What's the error? Is it also a DivX file or something else? Yeah, more DivX stuff. Exact error: Avisynth open failure: AVISource autodetect: couldn't open file 'C:/Documents and Settings/Owner/Desktop/Anime Episodes/Soul Eater - Clean Opening 1' Erroer code: 2 (C:/Documents and Settings/Owner/Deskt...
- Thu Dec 04, 2008 8:02 am
- Forum: Conversion / Encoding Help
- Topic: Converting Divx codec for Adobe
- Replies: 28
- Views: 5340
Re: Converting Divx codec for Adobe
Wow, I just don't get this. It worked for that video, but now it won't work anymore again even with avisynth. When I try to make an .avs file, VirtualDub won't take it. I get an error code.
- Wed Dec 03, 2008 9:15 am
- Forum: Conversion / Encoding Help
- Topic: Converting Divx codec for Adobe
- Replies: 28
- Views: 5340
Re: Converting Divx codec for Adobe
^What she said. For example, my Shugo Chara footage is on a Hard Drive lettered "I" in a folder named "Backup" with the file named "Shugo Chara 1.mkv." So it would end up looking something like: AviSource("I:\Backup\Shugo Chara 1.mkv") Feeding it to it with AviSynth seems to have done the trick! I ...
- Sun Nov 30, 2008 7:05 pm
- Forum: Conversion / Encoding Help
- Topic: Converting Divx codec for Adobe
- Replies: 28
- Views: 5340
Re: Converting Divx codec for Adobe
I have no idea how to use AVI Synth honestly, even after trying to read about it. If you have AVISynth on your computer than do the following. 1) Open Notepad 2) Type the following AVISource("Pathtovideo/videoname.avi") 3) Go to File->SaveAs 4) Name the file something and type .avs at the end 5) Cl...