Looking for a MP4 decoder
- OropherZero
- Joined: Tue Dec 21, 2004 9:48 pm
- Location: Australia
Looking for a MP4 decoder
Hey does anyone know any freeware or trial version software without too many limitations which can decode a MP4 into a standard avi like DivX or Xvid or decode it into something I can use/import into virtualdub/virtualdubmod. Thanks in advance.
- Gox777
- Joined: Tue Aug 10, 2004 8:06 pm
- Location: Deltona, FL
- Contact:
1. Download Avisynth from
http://www.avisynth.org/
2. Open up notepad and type the following (replacing the path to the video obviously.
DirectShowSource("C:\whicheverfolderitsin\whateveritscalled.mp4)
3. Save it as a .avs file
(it'll only be less than a KB)
4. Open the .avs file in virtualdub.
http://www.avisynth.org/
2. Open up notepad and type the following (replacing the path to the video obviously.
DirectShowSource("C:\whicheverfolderitsin\whateveritscalled.mp4)
3. Save it as a .avs file
(it'll only be less than a KB)
4. Open the .avs file in virtualdub.
-
trythil
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
Just to make it very clear, that by itself won't get you what you want. Think of this as step 0.trythil wrote:Then install software capable of splitting MP4 files and decoding the content in them. CCCP is often recommended.OropherZero wrote:Not working =|
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
This is assuming that he can even play .mp4 files.Gox777 wrote:1. Download Avisynth from
http://www.avisynth.org/
2. Open up notepad and type the following (replacing the path to the video obviously.
DirectShowSource("C:\whicheverfolderitsin\whateveritscalled.mp4)
3. Save it as a .avs file
(it'll only be less than a KB)
4. Open the .avs file in virtualdub.
btw, you forgot a ".
Code: Select all
DirectShowSource("C:\whicheverfolderitsin\whateveritscalled.mp4")- OropherZero
- Joined: Tue Dec 21, 2004 9:48 pm
- Location: Australia
