Changes between Initial Version and Version 1 of Ticket #9153
- Timestamp:
- Mar 16, 2021, 8:08:17 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9153
- Property Component undetermined → avformat
- Property Keywords swf nellymoser added; acodec removed
- Property Version 4.2 → git-master
-
Ticket #9153 – Description
initial v1 9 9 ffmpeg -acodec nellymoser -i http://www.hwjyw.com/textbook/dzjc/zh/cd12/main11/content/CzdB_001.swf -filter_complex "[0:0][0:2][0:3] concat=n=3:v=0:a=1" temp.mp3 10 10 ==> 11 {{{ 11 12 [swf @ 0x5620fa937240] SWF compressed file detected 12 13 Input #0, swf, from 'http://www.hwjyw.com/textbook/dzjc/zh/cd12/main11/content/CzdB_001.swf': … … 16 17 Stream #0:2: Audio: nellymoser, 44100 Hz, mono, flt 17 18 Stream specifier ':3' in filtergraph description [0:0][0:2][0:3] concat=n=3:v=0:a=1 matches no streams. 19 }}} 18 20 19 21 ffmpeg -codec:a:0 nellymoser -codec:a:1 nellymoser -codec:a:2 nellymoser -i http://www.hwjyw.com/textbook/dzjc/zh/cd12/main11/content/CzdB_001.swf -filter_complex "[0:0][0:2][0:3] concat=n=3:v=0:a=1" temp.mp3 20 22 ==> 23 {{{ 21 24 [swf @ 0x556d10114240] SWF compressed file detected 22 25 [swf @ 0x556d10114240] Could not find codec parameters for stream 0 (Audio: none, 44100 Hz, mono): unknown codec … … 37 40 Stream #0:3 (nellymoser) -> concat:in2:a0 38 41 concat -> Stream #0:0 (libmp3lame) 39 ... 42 }}}


