Converting mp4s to avis?
-
- Joined: Sun Nov 24, 2002 4:35 pm
- Location: Pennsylvania
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?
Da Anime Movie Luva
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
Re: Converting mp4s to avis?
I'm not sure of a program but you can convert using VDubMod via AVISynth. Most of the MP4s I have work using ffmpegsource found at http://forum.doom9.org/showthread.php?t=127037
Place the file into your AVISynth plugins folder and it should load. Just use the following in your script.
And that is all she wrote.
Place the file into your AVISynth plugins folder and it should load. Just use the following in your script.
Code: Select all
ffmpegsource("pathtofile/filename.mp4")
- NeoQuixotic
- Master Procrastinator
- Joined: Tue May 01, 2001 7:30 pm
- Status: Lurking in the Ether
- Location: Minnesota
- Contact:
Re: Converting mp4s to avis?
You can also demux the H.264 stream and index it with DGAVCIndex. It's still kinda in development, but I've had success. I'm using YAMB to demux the MP4.
Insert clever text/image here.