Microsoft High-Speed MPEG-4 V2 (MP42)

If you have questions about compression/encoding/converting look here.
Locked
Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Microsoft High-Speed MPEG-4 V2 (MP42)

Post by Kevmaster » Mon Sep 27, 2010 1:43 pm

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:

Image

So how can I convert the file to use it for editing?

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Microsoft High-Speed MPEG-4 V2 (MP42)

Post by Mister Hatt » Mon Sep 27, 2010 3:03 pm

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.

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Re: Microsoft High-Speed MPEG-4 V2 (MP42)

Post by Kevmaster » Mon Sep 27, 2010 3:35 pm

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
No shit. Youtube uses FLV. In case you find me a good way to turn flv into lossless, go ahead.
Mister Hatt wrote:sounds like SUPREME quality right there.
Good enough for what I wanna do with it.
Mister Hatt wrote:On a more helpful note, ffmpeg can decode all Microsoft MPEG-4 variants so ffms2 will do the job for you.
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)

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Microsoft High-Speed MPEG-4 V2 (MP42)

Post by mirkosp » Mon Sep 27, 2010 4:35 pm

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.
Image

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Microsoft High-Speed MPEG-4 V2 (MP42)

Post by Mister Hatt » Tue Sep 28, 2010 1:17 am

(☞゚∀゚)☞ O DAIZ

User avatar
NeoQuixotic
Master Procrastinator
Joined: Tue May 01, 2001 7:30 pm
Status: Lurking in the Ether
Location: Minnesota
Contact:
Org Profile

Re: Microsoft High-Speed MPEG-4 V2 (MP42)

Post by NeoQuixotic » Tue Sep 28, 2010 2:50 am

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
Insert clever text/image here.

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Re: Microsoft High-Speed MPEG-4 V2 (MP42)

Post by Kevmaster » Tue Sep 28, 2010 6:53 am

mirkosp 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.
Thanks, that did it. Clip successfully coverted :D And lol, I do not need the audio :rofl:

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Microsoft High-Speed MPEG-4 V2 (MP42)

Post by mirkosp » Tue Sep 28, 2010 9:11 am

Mister Hatt wrote:(☞゚∀゚)☞ O DAIZ
It actually was Fluff, IIRC. :asd:
Image

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Microsoft High-Speed MPEG-4 V2 (MP42)

Post by Mister Hatt » Tue Sep 28, 2010 6:18 pm

Don't make me dig up Darkhold logs mirko, Fluff only committed it.

Locked

Return to “Conversion / Encoding Help”