13

How can I read a full list of ffmpeg containers? I know : mp4, adts, h264, flv, mpegts. But how can I read full list of them? The command line ffmpeg -codecs

Codecs:
D..... = Decoding supported
.E.... = Encoding supported
..V... = Video codec
..A... = Audio codec
..S... = Subtitle codec
...I.. = Intra frame-only codec
....L. = Lossy compression
.....S = Lossless compression
-------

has no data about it.

Vyacheslav
  • 26,359
  • 19
  • 112
  • 194

1 Answers1

37

Found this! :-)

ffmpeg -formats
Grey Panther
  • 12,870
  • 6
  • 46
  • 64