Converting h264 to avi?

If you have questions about compression/encoding/converting look here.
Locked
Pas
のヮの
Joined: Sun Jul 01, 2007 5:08 pm
Org Profile

Converting h264 to avi?

Post by Pas » Thu Oct 04, 2007 2:03 am

Hi, me again, with another stupid question that could most probably be answered with a link.

Anyway, there's some footage that's been encoded as MKV H264, and I extract it using the MKV extractor, leaving it as a .h264 file. How do I convert that to an avi file?

(if another thread has already asked this, i apologize in advance, so please just leave a link to the thread)

Cheers.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Thu Oct 04, 2007 5:52 am

If you're talking about putting the H.264 stream into AVI without re-encoding: you don't. H.264 in AVI is a never food.

If you have to use the footage, serve it with AVISynth's <b>DirectShowSource()</b> command and either use the script directly or convert clips to lossless AVI.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Rapture**
Joined: Thu Nov 23, 2006 2:19 pm
Location: Vilnius , Lithuania
Org Profile

Post by Rapture** » Thu Oct 04, 2007 6:19 am

Scintilla wrote:If you have to use the footage, serve it with AVISynth's <b>DirectShowSource()</b> command and either use the script directly or convert clips to lossless AVI.
x2.
Pas1990 wrote:with another stupid question that could most probably be answered with a link
Exactly. If you'd look trough this forum section,you could find like 20 of threads like this that have been appearing lately.
:D I like laughter ;DD
ImageImage

Pas
のヮの
Joined: Sun Jul 01, 2007 5:08 pm
Org Profile

Post by Pas » Thu Oct 04, 2007 6:44 am

Sorry, I only looked down page 1. My bad.

User avatar
Gepetto
Mr. Poopy Pants
Joined: Thu Jun 10, 2004 10:11 pm
Status: Bored to tears
Location: The Tokyo Settlement
Contact:
Org Profile

Post by Gepetto » Thu Oct 04, 2007 7:38 am

Pas1990 wrote:Sorry, I only looked down page 1. My bad.
Use the Search button at the top of the page :wink:
And God spoke unto the Chicken, and He said: "Thou shalt crosseth the road", and the Chicken did cross the road, and there was much rejoicing.
My DeviantART profile

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Thu Oct 04, 2007 1:07 pm

Scintilla wrote:If you have to use the footage, serve it with AVISynth's <b>DirectShowSource()</b> command and either use the script directly or convert clips to lossless AVI.
Actually, FFmpegSource is a better option now, since it's frame accurate. The only thing it lacks is the ability to compensate for audio sync when dealing with VFR (by utilizing an FPS conversion like DirectShowSource's convertfps parameter), which isn't really important if you're just going to edit with the footage and not pay attention to the audio. Of course, most MP4s and MKVs I've come across haven't used VFR - it seems to be mainly a WMV issue as far as that kind of thing goes.

The doom9 announcement thread with link to the newest version of the plugin:
http://forum.doom9.org/showthread.php?t=127037

Locked

Return to “Conversion / Encoding Help”