Amir, I have an vague idea on this, but could not be the perfect answer for you (others are welcome to criticise :) ).
MPEG-4 AVC (Advanced video coding) is a video encoding technique this could generate an encoded bit-stream of compressed data. Now, this is only video. Usually, there are container formats that take both compressed audio and video streams and put them in a file format (eg- .avi). Do a google search on file formats for MPEG-4- you might get a good idea. The ffpeg part that does this is called a MUXER. There are different muxers for each format. Bob On Tue, 2011-03-15 at 08:52 +0530, Amir Rouhi-Student wrote: > Respected Video Experts > I am researching on video content based retrieval in compressed domain. I > need the file generation algorithm of MPEG-4 AVC generated by ffmpeg. I need > the algorithm to be able to know the file structure and access the > information stored in .mpg file. This algorithm has essential importance in > my research. Please anyone can help me and can give me advice, dont hesitate > to contact me. > Hope to receive some advices from you soon. > Regards _______________________________________________ libav-user mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-user
