[FFmpeg-user] Add Image to Streaming Audio
Lou
lou at lrcd.com
Thu Dec 5 22:27:16 CET 2013
On Thu, 05 Dec 2013 17:25:12 +0100
"Hans J. Albertsson" <hans.j.albertsson at branneriet.se> wrote:
> BTW, is there somewhere a list of what formats for video, audio, images
> that the various container formats can and cannot support, respectively?
You can get some info with:
ffmpeg -h decoder=foo
ffmpeg -h encoder=foo
ffmpeg -h muxer=foo
Such as:
$ ffmpeg -h muxer=ogg
[...]
Muxer ogg [Ogg]:
Common extensions: ogg,ogv.
Mime type: application/ogg.
Default video codec: theora.
Default audio codec: flac.
$ ffmpeg -h encoder=flac
[...]
Encoder flac [FLAC (Free Lossless Audio Codec)]:
Threading capabilities: no
Supported sample formats: s16 s32
$ ffmpeg -h decoder=flac
[...]
Decoder flac [FLAC (Free Lossless Audio Codec)]:
Threading capabilities: frame
Supported sample formats: s16 s16p s32 s32p
* Please do not top post on this mailing list.
* Please start a new thread when asking unrelated questions.
More information about the ffmpeg-user
mailing list