y4mtoppm - Convert YUV4MPEG2 stream to PPM images
Input is read from stdin, like all other YUV4MPEG2 filters and tools.
Output is to stdout (but feel free to have the shell redirect to a file). YUV4MPEG2 streams contain 4:2:0 subsampled frames using the Y'CbCr colorspace (ITU-R BT.601). y4mtoppm will upsample each frame (to 4:4:4) and convert each pixel to the usual R'G'B' colorspace used for computer graphics.
For interlaced streams, these operations are performed on each field individually. Fields can be output as separate PPM images in time-order (default), or interleaved into full-frame images.
If multiple PPM images are generated, they are simply output one after another. If you want to turn such a "multi-image" PPM stream/file into individual files, use pnmsplit. (Some PNM filters can process multi-image files/streams; however, many written before June 2000 will only process the first image.)
y4mtoppm and ppmtoy4m are inverses of each other; you can pipe the output of one into the other, and vice-versa. Note that the subsampling and colorspace operations are lossy in both directions. And, when converting to PPM, information on interlacing and sample aspect ratio is lost (but can be reconstructed by supplying command-line arguments to ppmtoy4m).
Changing the supersampling mode from the default won't necessarily make anything better. This option is just for experimenting.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |