Linked by Eugenia Loli-Queru on Wed 12th Dec 2007 05:56 UTC
Thread beginning with comment 291525
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2006-02-24
it seems even today people are still confusing codecs with containers.
for instance, WMV is not a codec but a container the holds a video and audio codec inside.
also to be clear ,it needs stressing it seems:
Mpeg4-part2 is AKA divX/Xvid/ASP
(the old hat one)
Mpeg4-part10 is AKA AVC/H264
(the one EVERYTHINGS is using today or will be soon, from HD-DVD, HD-BR, HD/SD STBs, DVB, IPTV, web streaming, and personal end user multicast streaming, just use it....)
VC-1 infact has its roots in DivX and is just an extension of that, it is not good for low bitrates and it DOES NOT have a lossless MODE like AVC/H.264 does.
see this chart for more info
http://img297.echo.cx/img297/8742/compchart2fa.png
as you can see only AVC/H.264 and Snow are have lossless modes.
a container can be any of the common formats and you put your code(s) inside that, containers include anything from
.AVI, .MPEG, .TS (transport stream is a good choice), .VOB, .mov, .qt .WMV* .mkv .asf and more...
also dont get the options confused with the profiles levels, for instance keep in mind the Broadcasters wouldn't use anything other than the Main or High Profiles at Level 3 (SD) or Level 4 (HD).
so its best if you too only use main and high today and into the future.
if your confused , just remember that AVC/H.264 (and its AAC audio equiv) is becoming the world standard and for a container your best bets are .mpeg, .TS , i favour this one as you can have many streams inside it and the editing/cutting tools are becoming better as time passes for it.
you could for instance do 2 or 3 encodes/transcodes
and include them all inside the one file, one an HD version, one an SD version and a PIP version for your wireless DVB VLC multicast LAN and ISP if they finally turn on the generic multicast for ipv6 and even the old ipv4 kit.
btw , can anyone remind me of the right sizes to use for CIF/PIP format but widescreen PAL AVC, i always forget that and is that size best/optimal at 500kbit/s or less?.
Edited 2007-12-17 07:56