Dear friends
I need some help about AVI video format. I want to do a research about video compression in AVI format. The structure of this format is a big question in my mind.
Is there any document that explains this CODEC?
I need some information about The structure of this format ?
Which software do this work (convert the .yuv to .avi)?
thanks
+ Reply to Thread
Results 1 to 5 of 5
-
-
Look at microsoft's documents on the RIFF container format (of which AVI and WAV are both similar subsets). It exists in multiple locations on the net (some referring to the v1.0 spec, and some to the compatible v2.0/OpenDML spec).
AVI is NOT a codec. It is a multimedia container, like MOV, MKV, MP4, and ASF/WMV.
The codec(s) are APPS (DLLs) which do the compression & decompression. The video streams & audio streams contained in AVI, etc. are compressed using the encoder part of a codec and decompressed with the decoder part. The "codec" is not actually contained at all anywhere within the stream(s), but are part of the playing/editing application or underlying multimedia engine or of the operating system.
The CODED (compressed) streams residing in the container may sometimes be referred to as a codec, but they aren't really.
*.YUV usually refers to a raw, containerless video stream (which is usually uncompressed). The "codec" used to play this back is differentiated by how it organizes the uncompressed data (4:4:4 vs. 4:2:2 vs. 4:2:0, etc., and Planar vs. Packed and in which order).
Scott -
Wikipedia is a good place to start:
https://en.wikipedia.org/wiki/Audio_Video_Interleave
The AVI container is fully documented at Microsoft:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd318187(v=vs.85).aspx
And a PDF version of the spec:
http://www.alexander-noe.com/video/documentation/avi.pdf
ODML extensions (used primarily for file sizes over 4 GB):
http://www.staroceans.org.s3-website-us-east-1.amazonaws.com/documents/odmlff2-avidef.pdfLast edited by jagabo; 28th Jan 2016 at 06:22.
Similar Threads
-
AVI with Codec MIL
By arcm in forum Video ConversionReplies: 7Last Post: 1st Oct 2014, 06:25 -
Best Container / Video Codec for In-Stream Video Preroll
By Morales in forum Newbie / General discussionsReplies: 8Last Post: 27th Mar 2014, 10:42 -
being trying to convert avi to another avi codec
By ang3lus in forum Video ConversionReplies: 8Last Post: 25th Apr 2013, 15:07 -
Let ffmpeg show used audio and video codec inside a (.mp4) video file?
By pxstein in forum Newbie / General discussionsReplies: 1Last Post: 26th Jan 2013, 02:47 -
Convert from MKV to AVI (mpeg-4 codec) + add subtitle to the video file
By kovacic_10 in forum SubtitleReplies: 3Last Post: 19th Feb 2011, 17:38