[FFmpeg-trac] #1532(undetermined:new): Additional column in "ffmpeg -codecs"
FFmpeg
trac at avcodec.org
Fri Jul 13 12:09:22 CEST 2012
#1532: Additional column in "ffmpeg -codecs"
-------------------------------------+-------------------------------------
Reporter: burek | Type:
Status: new | enhancement
Component: | Priority: wish
undetermined | Version:
Keywords: | unspecified
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
It might be useful to indicate which encoders are able to produce the
lossless output. In several occasions users were doing:
{{{
ffmpeg -codecs | grep -i lossless
}}}
to get the list of encoders that support this kind of output. This way not
all encoders would be displayed (for example, libx264), so that's the
reason for this feature suggestion.
Simply, a new column would be added in the "-codecs" output, that would
indicate that the encoder can produce the lossless output.
The output would look something like this:
{{{
Codecs:
D...... = Decoding supported
.E..... = Encoding supported
..V.... = Video codec
..A.... = Audio codec
..S.... = Subtitle codec
...S... = Supports draw_horiz_band
....D.. = Supports direct rendering method 1
.....T. = Supports weird frame truncation
......L = Supports lossless output
}}}
--
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1532>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list