So I have this cellphone video in mp4 that I really wish to edit with. It comes in mp4, and I haven't found a converter that will actually convert the thing and WORK.
I tried using alltoavi and something that had to do with PSPs and maybe ipods... The other programs just seem to be malware infested or not worth it.
I'd try EO Video, but I'm not sure it supports mp4 and my trial is up. X|
Has anyone had any actual expierence with a program that may actually work?
Converting mp4 to an avi?
- SQ
- Doesn't have a title
- Joined: Fri Nov 08, 2002 8:11 pm
- Status: youtube.com/SQ
- Location: Upstate NY
- Contact:
Converting mp4 to an avi?
Discord: @standardquip (Vars)
BentoVid.com
BentoVid.com
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
- SQ
- Doesn't have a title
- Joined: Fri Nov 08, 2002 8:11 pm
- Status: youtube.com/SQ
- Location: Upstate NY
- Contact:
This is going to sound retarded, but when I do that the framerate for the audio is doubled but the audio stays the same, so it goes by really fast.
I'm outputting to huffyuv, and even in configure I can't find where the stupid fps rate is. X|
I'm outputting to huffyuv, and even in configure I can't find where the stupid fps rate is. X|
Discord: @standardquip (Vars)
BentoVid.com
BentoVid.com
- SQ
- Doesn't have a title
- Joined: Fri Nov 08, 2002 8:11 pm
- Status: youtube.com/SQ
- Location: Upstate NY
- Contact:
What I meant to say was, the video fps rate is doubled while the audio stays the same.
Discord: @standardquip (Vars)
BentoVid.com
BentoVid.com
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
If the video stream is MPEG-4 Advanced Simple Profile or Simple Profile, then you should be able to simply transmux it to AVI using MP4Box (or YAMB); a more drawn out but arguably more effective way is to take the MP4, throw it through MKVToolNix, and then use MKVExtract to extract the video to AVI; the reason for this is that for MPEG-4 Part 2, MKVToolNix automatically arranges the video frames for VFW compatibility. However, if the video in question has a variable frame rate, then this is a bad suggestion, and the best way to ensure everything stays synced is to use DirectShowSource with the 'convertfps' parameter enabled (as detailed below).
If it's H.264 (or anything other than MPEG-4 Part 2, really) then you could load it through Graphedit, leaving the video decoder pins open, and then pipe the .grf file through DirectShowSource (this is mainly to see if it won't get wonky with the framerate, but that's not necessarily guaranteed).
Generally, though, if you can play it in Windows Media Player, then
should take care of everything, if the fps and convertfps arguments are even needed at all.
If it's H.264 (or anything other than MPEG-4 Part 2, really) then you could load it through Graphedit, leaving the video decoder pins open, and then pipe the .grf file through DirectShowSource (this is mainly to see if it won't get wonky with the framerate, but that's not necessarily guaranteed).
Generally, though, if you can play it in Windows Media Player, then
Code: Select all
DirectShowSource("video.mp4", fps=xx, convertfps=true)
-
- Joined: Fri May 19, 2006 12:59 am
Maybe you can try winavi video converter.It said that it can support almost all video formats.Wish that can help you too.
Good lulck
http://www.winavi.com/en/video-converte ... verter.htm
Good lulck
http://www.winavi.com/en/video-converte ... verter.htm