Is AVI better quality than MPEG2 or is this a meaningless question?
+ Reply to Thread
Results 1 to 9 of 9
-
-
"AVI" can cover anything from uncompressed 4:4:4 RGB, to DV, to Divx to one flashing pixel. MPeg2 can cover anything from 1080p HD masters to something like vcd. So yes, the question is mostly unanswerable.Originally Posted by jmsrickland
-
It's actually a good question, it's just a little hard to answer. I suppose a simple answer would be that AVI is neither better nor worse than MPEG2, but depending on the codec used for the AVI and the bitrate and resolution, one might give better results than another. For example, I would expect an AVI using Xvid/Divx to look better at a bit rate of 2000 than MPEG-2 for the same resolution. MPEG2 generally will require higher bit rates to get the same quality as certain codecs that can be used with AVI.
It's kind of like comparing apples and oranges though as MPEG2 is a codec and AVI is not. AVI is a container. -
AVI is a container, not a codec, where MPEG2 is a codec (and a container). So comparing the two is not valid.
-
So by the definition of "container" can I conclude that it is raw audio/video data inside an AVI file?
Are these "codec" like little code files, maybe similar to a DLL that does the actual encoding and/or compression/decompression stuff? How do authoring software know which codec to us, do thy scan your system and find the correct one? -
Something like that. An AVI does consist of chunks of audio and video data, yes, but not necessarily "raw" data. (In computer jargon, "raw data" usually implies "uncompressed" or "unprocessed.") While an AVI can contain raw uncompressed data, it more usually contains compressed audio and/or video, along with information on which codec(s) were used.So by the definition of "container" can I conclude that it is raw audio/video data inside an AVI file?
Pretty much, yes. A "codec" (enCOder/DECoder) is a DLL or driver file which the OS uses to process the audio or video data.Are these "codec" like little code files, maybe similar to a DLL that does the actual encoding and/or compression/decompression stuff?
Typically, you only have one codec for each format type installed -- one to handle MPEG2, one to handle DivX, one to handle AC3, one to handle Quicktime, etc -- and so the authoring program chooses based on which codec is available to handle the type of compression you've told it to save the files in.How do authoring software know which codec to us, do thy scan your system and find the correct one? -
In case of duplicate codecs, or multiple decoders for same stream type, Windows use "merit system" to determine who gets dibs on encoding/decoding the file. You can adjust this with something like DXMAN or DSFM
The container would have a 4cc code (4 letter code usually) that will tell the file reader what sort of codec the chunks following would be using. -
So if a particular "codecs" deals with a particular encode/decode scheme and I may have more than one of these in my system and Windows determines which one is going to do the job and of the several that I have can one do a better job than another? If so, then it is possible that the one that was selected could be the one that does not do as good of a job as one of the others, correct?In case of duplicate codecs, or multiple decoders for same stream type, Windows use "merit system" to determine who gets dibs on encoding/decoding the file.
Does this mean I can force which "codecs" to use? If so, then is this primarly a matter of one's knowledge as to which "codecs" would be the best choise?you can adjust this with something like DXMAN or DSFM
So this code which is in the audio/video file says what type of "codecs" to use but not which one if I have more than one?The container would have a 4cc code (4 letter code usually) that will tell the file reader what sort of codec the chunks following would be using. -
YesOriginally Posted by jmsrickland
Yes. That's why there ARE such tools.Does this mean I can force which "codecs" to use? If so, then is this primarly a matter of one's knowledge as to which "codecs" would be the best choise?you can adjust this with something like DXMAN or DSFM
Yes. Download DXMan and try it yourself. Don't change anything though. This can seriously affect your ability to play the files. It is quite possible to screw it up completely that you can't play ****.So this code which is in the audio/video file says what type of "codecs" to use but not which one if I have more than one?The container would have a 4cc code (4 letter code usually) that will tell the file reader what sort of codec the chunks following would be using.
Similar Threads
-
mpeg2 (4:3) to avi (16:9)
By kouras in forum Video ConversionReplies: 3Last Post: 3rd Feb 2009, 10:53 -
dv-avi(mpeg2) to avi compression
By nivek_nayr in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 11Last Post: 12th Feb 2008, 09:44 -
MPEG2 to AVI conversion.
By fl3tty in forum Video ConversionReplies: 5Last Post: 4th Dec 2007, 01:31 -
AVI to MPEG2 conversion
By Alexstarfire in forum Video ConversionReplies: 8Last Post: 6th Aug 2007, 19:42 -
avi to mpeg2
By n2lakers in forum Newbie / General discussionsReplies: 3Last Post: 23rd Jun 2007, 15:56



Quote