Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > New and alternative a/v containers

Reply
 
Thread Tools Search this Thread Display Modes
Old 7th April 2010, 16:21   #1  |  Link
NerdWithNoLife
Registered User
 
NerdWithNoLife's Avatar
 
Join Date: Jul 2007
Posts: 157
Container types and efficiency

This may be dumb, but my question is: How much does the container type affect CPU efficiency? Or is it what's on the inside that counts?

I've become more and more involved in live web streaming and I'll hear people say things like "We're going to H.264 so it will be way more efficient than flash. The CPU difference is dramatic." And I think "most flash these days is H.264."

Assuming the same H.264/AAC stream inside, does it make a big difference whether viewers are watching an MP4, flash file, or H.264 (though an H.264 file would be video only, right?)?

But it's also very possible I'm just naive. Which is why I ask the guys who really know their stuff.
__________________
f=33
NerdWithNoLife is offline   Reply With Quote
Old 7th April 2010, 18:18   #2  |  Link
nurbs
Registered User
 
Join Date: Dec 2005
Posts: 1,460
I guess the difference in decoding time between a .flv, .mp4 or .mkv container will be minimal compared to what the actual content takes. Also you can use .mp4 files with AVC and AAC in flash. IIRC Adobe even recommends the MP4 container over FLV for that use.
nurbs is offline   Reply With Quote
Old 9th April 2010, 08:05   #3  |  Link
GodofaGap
Registered User
 
Join Date: Feb 2006
Posts: 823
I've tried to benchmark decoding the same streams in AVI, MKV and MP4 once, but only found negligible differences.
GodofaGap is offline   Reply With Quote
Old 13th April 2010, 04:01   #4  |  Link
roozhou
Registered User
 
Join Date: Apr 2008
Posts: 1,181
IMO the difference in filesize overhead is much more visible than decoding efficiency.
roozhou is offline   Reply With Quote
Old 13th April 2010, 04:05   #5  |  Link
kidjan
Registered User
 
kidjan's Avatar
 
Join Date: Oct 2008
Posts: 39
Quote:
Originally Posted by NerdWithNoLife View Post
This may be dumb, but my question is: How much does the container type affect CPU efficiency? Or is it what's on the inside that counts?
CPU efficiency? That's going to depend on the specific implementation (i.e. ffmpeg's container code may be different from mp4v2 which is probably completely different from AVI writers). But in general, I think you can expect container activity to be a rounding error compared to compressing or decompressing audio/video data.

Now there is slight bandwidth overhead with some container formats (I recall AVI had slightly higher overhead than MP4, for example), but it's also not particularly significant.

Quote:
Assuming the same H.264/AAC stream inside, does it make a big difference whether viewers are watching an MP4, flash file, or H.264 (though an H.264 file would be video only, right?)?
No, totally insignificant. Especially compared to something like H264 encoder choice. You're going to get substantially better performance out of an encoder like x264 compared to a bad encoder implementation. The difference in container format is more of a compatibility/ease of use question for users, but for online media that's largely irrelevant.
kidjan is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 20:51.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.