[FFmpeg-trac] #3415(avformat:open): when remux tscc avi to mkv, the mkv can not be displayed

FFmpeg trac at avcodec.org
Tue Feb 25 01:16:58 CET 2014


#3415: when remux tscc avi to mkv, the mkv can not be displayed
------------------------------------+------------------------------------
             Reporter:  chinshou    |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  mkv         |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by cehoyos):

 * keywords:   => mkv
 * status:  new => open
 * version:  unspecified => git-master
 * component:  undetermined => avformat
 * reproduced:  0 => 1


Comment:

 Patch sent.

 For future tickets: Please only provide ffplay command line and console
 output if the problem is not reproducible with ffmpeg.
 {{{
 $ ffmpeg -i fate-suite/tscc/2004-12-17-uebung9-partial.avi -vcodec copy
 -an out.mkv
 ffmpeg version N-60871-g2a3cb1c Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Feb 24 2014 11:17:11 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gray
   libavutil      52. 66.100 / 52. 66.100
   libavcodec     55. 52.102 / 55. 52.102
   libavformat    55. 33.100 / 55. 33.100
   libavdevice    55. 10.100 / 55. 10.100
   libavfilter     4.  1.103 /  4.  1.103
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 18.100 /  0. 18.100
 Input #0, avi, from 'fate-suite/tscc/2004-12-17-uebung9-partial.avi':
   Duration: 00:00:24.53, start: 0.000000, bitrate: 101 kb/s
     Stream #0:0: Video: tscc (tscc / 0x63637374), bgra, 1024x768, 15 tbr,
 15 tbn, 15 tbc
     Metadata:
       title           : Camtasia Recorder_capture12e7f7.avi Video #1
     Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 24000 Hz, mono, s16p,
 24 kb/s
     Metadata:
       title           : Microsoft Waveform: Camtasia
 Recorder_convert46a8d2.wav
 Output #0, matroska, to 'out.mkv':
   Metadata:
     encoder         : Lavf55.33.100
     Stream #0:0: Video: tscc (tscc / 0x63637374), bgra, 1024x768, q=2-31,
 1k tbn, 15 tbc
     Metadata:
       title           : Camtasia Recorder_capture12e7f7.avi Video #1
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
 Press [q] to stop, [?] for help
 frame=  161 fps=0.0 q=-1.0 Lsize=     274kB time=00:00:10.73 bitrate=
 209.5kbits/s
 video:270kB audio:0kB subtitle:0 data:0 global headers:0kB muxing overhead
 1.788606%
 }}}
 {{{
 $ ffmpeg -i out.mkv
 ffmpeg version N-60871-g2a3cb1c Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Feb 24 2014 11:17:11 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gray
   libavutil      52. 66.100 / 52. 66.100
   libavcodec     55. 52.102 / 55. 52.102
   libavformat    55. 33.100 / 55. 33.100
   libavdevice    55. 10.100 / 55. 10.100
   libavfilter     4.  1.103 /  4.  1.103
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 18.100 /  0. 18.100
 [camtasia @ 0x18e25a0] Camtasia error: unknown depth 0 bpp
 [matroska,webm @ 0x18e1100] Failed to open codec in av_find_stream_info
 [camtasia @ 0x18e25a0] Camtasia error: unknown depth 0 bpp
 Input #0, matroska,webm, from 'out.mkv':
   Metadata:
     ENCODER         : Lavf55.33.100
   Duration: 00:00:10.73, start: 0.000000, bitrate: 209 kb/s
     Stream #0:0: Video: tscc (tscc / 0x63637374), 1024x768, SAR 1:1 DAR
 4:3, 15 fps, 15 tbr, 1k tbn, 1k tbc (default)
     Metadata:
       title           : Camtasia Recorder_capture12e7f7.avi Video #1
 At least one output file must be specified
 }}}

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


More information about the FFmpeg-trac mailing list