mirror of https://github.com/FFmpeg/FFmpeg.git
add probeaudiostream for get audio stream's codec_name,codec_time_base, sample_fmt,channels and channel_layout. Signed-off-by: Steven Liu <lq@chinaffmpeg.org>pull/344/head^2
parent
73fe0cbb94
commit
9ee010e734
3 changed files with 26 additions and 1 deletions
@ -0,0 +1,9 @@ |
||||
[STREAM] |
||||
codec_name=ac3 |
||||
codec_time_base=1/48000 |
||||
sample_fmt=fltp |
||||
channels=6 |
||||
channel_layout=5.1(side) |
||||
[SIDE_DATA] |
||||
[/SIDE_DATA] |
||||
[/STREAM] |
Loading…
Reference in new issue