[FFmpeg-trac] #1953(avformat:open): Conflict with tags when copying streams from WAV files

FFmpeg trac at avcodec.org
Wed Nov 28 15:02:26 CET 2012


#1953: Conflict with tags when copying streams from WAV files
------------------------------------+------------------------------------
             Reporter:  jamal       |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  voc flv     |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by cehoyos):

 * keywords:   => voc flv


Comment:

 Also reproducible with flv:
 {{{
 $ make fate-acodec-pcm-u8
 ...
 $ ./ffmpeg -i tests/data/fate/acodec-pcm-u8.wav -acodec copy out.flv
 ffmpeg version N-47157-gb0d9b01 Copyright (c) 2000-2012 the FFmpeg
 developers
   built on Nov 28 2012 12:41:39 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil      52.  9.102 / 52.  9.102
   libavcodec     54. 77.100 / 54. 77.100
   libavformat    54. 38.100 / 54. 38.100
   libavdevice    54.  3.100 / 54.  3.100
   libavfilter     3. 23.104 /  3. 23.104
   libswscale      2.  1.102 /  2.  1.102
   libswresample   0. 17.101 /  0. 17.101
   libpostproc    52.  2.100 / 52.  2.100
 [wav @ 0x24f0240] max_analyze_duration 5000000 reached at 5015510
 Guessed Channel Layout for  Input Stream #0.0 : stereo
 Input #0, wav, from 'tests/data/fate/acodec-pcm-u8.wav':
   Duration: 00:00:06.00, bitrate: 705 kb/s
     Stream #0:0: Audio: pcm_u8 ([1][0][0][0] / 0x0001), 44100 Hz, stereo,
 u8, 705 kb/s
 [flv @ 0x25586e0] Tag [1][0][0][0]/0x00000001 incompatible with output
 codec id '65541' ([0][0][0][0])
 Output #0, flv, to 'out.flv':
     Stream #0:0: Audio: pcm_u8 ([1][0][0][0] / 0x0001), 44100 Hz, stereo,
 705 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
 Could not write header for output file #0 (incorrect codec parameters ?):
 Invalid data found when processing input
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1953#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list