MP4 - convert - .AVI
- Ch3aLs3A L!n@
- Joined: Thu May 25, 2006 6:19 pm
- Location: I am your next door only ^_^
MP4 - convert - .AVI
Ok, this is another prob of mine my MP4 file won't open in VDubMod w/c is I have the codec to compress or watever it is. So I as someone I trust and he help me out before in my VDubMod prob. But this time we/he couldn't open it in VDubMod then he say that I need to install it this:
x264
Matroska Splitter
AviSynth_208
3ivx_d4_451_win
and I did a notepad saying DirectShow: ("C:\My Video Name.mp4") ConvertToYV12() and still didn't work. So can you plz. tell me what or how can I convert this file MP4 to .avi
Any help is appreciated, Hope this time would be easy than the last
x264
Matroska Splitter
AviSynth_208
3ivx_d4_451_win
and I did a notepad saying DirectShow: ("C:\My Video Name.mp4") ConvertToYV12() and still didn't work. So can you plz. tell me what or how can I convert this file MP4 to .avi
Any help is appreciated, Hope this time would be easy than the last
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
Re: MP4 - convert - .AVI
Unless you are going to make MP4 video files, you don't need 3ivx. Plus, there is a better software package for doing so. Same goes for x264, unless you are intending to encode your videos to H.264 instead of XviD/DivX, WMV, or other, you don't need it. x264 is a H.264 encoder only (at least it is now), not a decoder.chealsealina wrote:x264
Matroska Splitter
AviSynth_208
3ivx_d4_451_win
If you can play the MP4 in Windows Media Player, then you are halfway there. If not, install the CCCP which should install a customized ffdshow codec for playing back primarily anime. Along the way, it should also install a file splitter capable of handling MP4 files (Haali Media Splitter/Matroska Splitter).
Now that we can play the file, we can move on...
AviSynth 2.0.8 is an older version that may not fully support some of the newer filters available. I suggest using AviSynth 2.5.6a, it is the most stable of the current v2.5 branch.
Open notepad and type this:chealsealina wrote:and I did a notepad saying DirectShow: ("C:\My Video Name.mp4") ConvertToYV12() and still didn't work.
Code: Select all
DirectShowSource("C:\My Video Name.mp4")
Code: Select all
DirectShowSource("D:\Download\PSPLocoRoco\LocoRocoTrailer.mp4")
- Ch3aLs3A L!n@
- Joined: Thu May 25, 2006 6:19 pm
- Location: I am your next door only ^_^
- Moonie
- Give me some candy!
- Joined: Sun Aug 17, 2003 9:37 am
- Status: HP:11900 Strength: 940 Gold:60000 MP:1200
- Location: Garland, Tx
He was just giving you an examplechealsealina wrote:umm... ok but I didn't get it the vdub error window say before the file in C:\ drive cannot locate the file so I did put C:\ but why you say I make D:\
but i will try if works fine
Don't use D:\ unless thats the hard drive your video is saved to
If you still have your Onegai Teacher folder saved to your c:/ drive, then your video will still be
DirectShowSource("c:/[NF] Onegai Teacher DVDrip 01-13 + Extras + Music Collection [h264+AAC]/[NF] Onegai Teacher DVDrip 01 [h264+AAC] [A05C5DF4].mp4")
Willen can probably help you with the rest
You have FFdshow and Haali Splitter installed already
- Ch3aLs3A L!n@
- Joined: Thu May 25, 2006 6:19 pm
- Location: I am your next door only ^_^
- Moonie
- Give me some candy!
- Joined: Sun Aug 17, 2003 9:37 am
- Status: HP:11900 Strength: 940 Gold:60000 MP:1200
- Location: Garland, Tx
well if you can play the mp4 in windows media player then you probably don't need to install the CCCP.
Try opening your file in windows media player and see will it play.
From what i know you already have
FFdshow
Haali Media Splitter
AviSynth
When you tried to open the avisynth (.avs) script in virtualdub
the FFdshow icon appeard first then the Haali Splitter icon appeared then the program closed right?
Try opening your file in windows media player and see will it play.
From what i know you already have
FFdshow
Haali Media Splitter
AviSynth
When you tried to open the avisynth (.avs) script in virtualdub
the FFdshow icon appeard first then the Haali Splitter icon appeared then the program closed right?
- Ch3aLs3A L!n@
- Joined: Thu May 25, 2006 6:19 pm
- Location: I am your next door only ^_^
- Ch3aLs3A L!n@
- Joined: Thu May 25, 2006 6:19 pm
- Location: I am your next door only ^_^
- Ch3aLs3A L!n@
- Joined: Thu May 25, 2006 6:19 pm
- Location: I am your next door only ^_^
ok I dl the CCP and the AviSynth the new version but when I install the CCCP O recive window alert that say my Morgan *blah* Stream is working to disable it click ok so I did to run the installation of CCCP the how can I config the ffdshow now I got the CCCP and the Avisynth
Plz. respond soon I'm waiting
Plz. respond soon I'm waiting
- Willen
- Now in Hi-Def!
- Joined: Sun Jul 10, 2005 1:50 am
- Status: Melancholy
- Location: SOS-Dan HQ
If the video plays, then open notepad, copy this:chealsealina wrote:ok I dl the CCP and the AviSynth the new version but when I install the CCCP O recive window alert that say my Morgan *blah* Stream is working to disable it click ok so I did to run the installation of CCCP the how can I config the ffdshow now I got the CCCP and the Avisynth
Plz. respond soon I'm waiting
DirectShowSource("c:/[NF] Onegai Teacher DVDrip 01-13 + Extras + Music Collection [h264+AAC]/[NF] Onegai Teacher DVDrip 01 [h264+AAC] [A05C5DF4].mp4")
Then save the file as OnegaiTeacher01.avs (or whatever name you like, just make sure you end it with .avs instead of .txt.
Then open the .avs file in VirtualDubMod.