[FFmpeg-trac] #5746(avcodec:new): LucasArts SANM/SMUSH videos fails to decode

FFmpeg trac at avcodec.org
Sun Jul 31 01:35:16 EEST 2016


#5746: LucasArts SANM/SMUSH videos fails to decode
-------------------------------------+-------------------------------------
             Reporter:  dloewenherz  |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avcodec      |                  Version:
             Keywords:  san          |  unspecified
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 Summary of the bug:

 Decoding a LucasArts SANM file fails with "Subcodec 48 is not implemented"
 and no output file is created.

 How to reproduce:

 {{{
 % ffmpeg -i input.SAN output.mp4
 ...
 [sanm @ 0x7fce49017000] If you want to help, upload a sample of this file
 to ftp://upload.ffmpeg.org/incoming/ and contact the ffmpeg-devel mailing
 list. (ffmpeg-devel at ffmpeg.org)
 Error while decoding stream #0:0: Not yet implemented in FFmpeg, patches
 welcome
 frame=    0 fps=0.0 q=0.0 Lsize=       0kB time=00:00:00.00 bitrate=N/A
 speed=   0x
 video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: unknown
 Conversion failed!
 }}}

 View output.txt for full output.

 {{{
 % ffmpeg -version
 ffmpeg version 3.1.1 Copyright (c) 2000-2016 the FFmpeg developers
 built with Apple LLVM version 7.3.0 (clang-703.0.31)
 configuration: --prefix=/usr/local/Cellar/ffmpeg/3.1.1 --enable-shared
 --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables
 --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-
 opencl --enable-libx264 --enable-libmp3lame --enable-libxvid --enable-
 libx265 --disable-lzma --enable-vda
 libavutil      55. 28.100 / 55. 28.100
 libavcodec     57. 48.101 / 57. 48.101
 libavformat    57. 41.100 / 57. 41.100
 libavdevice    57.  0.101 / 57.  0.101
 libavfilter     6. 47.100 /  6. 47.100
 libavresample   3.  0.  0 /  3.  0.  0
 libswscale      4.  1.100 /  4.  1.100
 libswresample   2.  1.100 /  2.  1.100
 libpostproc    54.  0.100 / 54.  0.100
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5746>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list