Microsoft High-Speed MPEG-4 V2 (MP42)
-
- Eisenbahnmörser
- Joined: Sun May 28, 2006 12:20 pm
Microsoft High-Speed MPEG-4 V2 (MP42)
I have a video file I downloaded from Youtube with the DVDVideoSoft FreeYoutubeDownloder. (Just for the record: It's a free live clip from a concert, no illegal material )
When I try to drop it into VirtualDubMod I get the following error:
So how can I convert the file to use it for editing?
When I try to drop it into VirtualDubMod I get the following error:
So how can I convert the file to use it for editing?
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Microsoft High-Speed MPEG-4 V2 (MP42)
Use avisynth. That said, use a less retarded decoder and/or download format. I HIGHLY doubt that Youtube uses Microsoft's ancient MPEG-4 codec so my guess is your app re-encoded it, sounds like SUPREME quality right there. On a more helpful note, ffmpeg can decode all Microsoft MPEG-4 variants so ffms2 will do the job for you.
-
- Eisenbahnmörser
- Joined: Sun May 28, 2006 12:20 pm
Re: Microsoft High-Speed MPEG-4 V2 (MP42)
No shit. Youtube uses FLV. In case you find me a good way to turn flv into lossless, go ahead.Mister Hatt wrote:That said, use a less retarded decoder and/or download format. I HIGHLY doubt that Youtube uses Microsoft's ancient MPEG-4 codec so my guess is your app re-encoded it
Good enough for what I wanna do with it.Mister Hatt wrote:sounds like SUPREME quality right there.
Alright, got ffms2 and ran the .exe. But it won't let me use ffmpegsource as valid option. What do I have to do? (It's been a while since I last used/updated my avisynth)Mister Hatt wrote:On a more helpful note, ffmpeg can decode all Microsoft MPEG-4 variants so ffms2 will do the job for you.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Microsoft High-Speed MPEG-4 V2 (MP42)
ffvideosource("video.mp4")
Won't have audio. If you want video and audio, use this instead:
ffcopyrightinfringement("video.mp4")
I'm sorry, I just like that name too much lol.
Won't have audio. If you want video and audio, use this instead:
ffcopyrightinfringement("video.mp4")
I'm sorry, I just like that name too much lol.
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Microsoft High-Speed MPEG-4 V2 (MP42)
(☞゚∀゚)☞ O DAIZ
- NeoQuixotic
- Master Procrastinator
- Joined: Tue May 01, 2001 7:30 pm
- Status: Lurking in the Ether
- Location: Minnesota
- Contact:
Re: Microsoft High-Speed MPEG-4 V2 (MP42)
Nice table of what formats/containers YouTube uses:
http://en.wikipedia.org/wiki/YouTube#Quality_and_codecs
And if you want audio follow this: (taken from the manual/read me)
A = FFAudioSource(X)
V = FFVideoSource(X)
AudioDub(V, A)
or use FFIndex().
FFIndex(X)
AudioDub(FFVideoSource(X), FFAudioSource(X))
X = your source
http://en.wikipedia.org/wiki/YouTube#Quality_and_codecs
And if you want audio follow this: (taken from the manual/read me)
A = FFAudioSource(X)
V = FFVideoSource(X)
AudioDub(V, A)
or use FFIndex().
FFIndex(X)
AudioDub(FFVideoSource(X), FFAudioSource(X))
X = your source
Insert clever text/image here.
-
- Eisenbahnmörser
- Joined: Sun May 28, 2006 12:20 pm
Re: Microsoft High-Speed MPEG-4 V2 (MP42)
Thanks, that did it. Clip successfully coverted And lol, I do not need the audiomirkosp wrote:ffvideosource("video.mp4")
Won't have audio. If you want video and audio, use this instead:
ffcopyrightinfringement("video.mp4")
I'm sorry, I just like that name too much lol.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Microsoft High-Speed MPEG-4 V2 (MP42)
It actually was Fluff, IIRC.Mister Hatt wrote:(☞゚∀゚)☞ O DAIZ
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Microsoft High-Speed MPEG-4 V2 (MP42)
Don't make me dig up Darkhold logs mirko, Fluff only committed it.