Re: .yuv file
Basil Mohamed Gohar <[email protected]> Thu, 18 Mar 2010 09:38:07 -0400
| Newsgroups | gmane.comp.video.video4linux |
|---|---|
| Message-ID | <[email protected]> |
On 03/18/2010 06:56 AM, Carlos Lavin wrote: > hello, I am making an application for save images in yuv format in files > with .yuv extension, but I don't find information about how the information > about the image is save in the file, how the image is saved in the file? how > it is organized in the file .yuv? anyboy can help me? anybody kwon any link > where to explain my problem? thanks > -- > video4linux-list mailing list > Unsubscribe mailto:[email protected]?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/video4linux-list > A "yuv" format image is a raw stream of bits. It does not normally store *any* metadata about the image itself. So, typically, there's no way to know the dimensions of the image, the framerate of the stream, or even the format of the pixels themselves. You will have to know these yourself if you wish to work with those images, and since you're creating them, that shouldn't be a problem. If, on the other hand, you want to store raw, uncompressed data but retain some metadata about it, you can choose the yuv4mpeg format, which can store data such as the resolution, pixel format, frame rate, and even whether the frames are progressive or interlaced. A yuv4mpeg file has nothing explicitly to do with mpeg video, it was just named that because that was the original primary use for such raw data. -- video4linux-list mailing list Unsubscribe mailto:[email protected]?subject=unsubscribe https://www.redhat.com/mailman/listinfo/video4linux-list