[FFmpeg-trac] #3285(undetermined:new): FFPlay don't want to play SMK file

FFmpeg trac at avcodec.org
Thu Jan 9 06:02:44 CET 2014


#3285: FFPlay don't want to play SMK file
-------------------------------------+-------------------------------------
             Reporter:  Vika         |                     Type:  defect
  Apelsinova                         |                 Priority:  normal
               Status:  new          |                  Version:
            Component:               |  unspecified
  undetermined                       |               Blocked By:
             Keywords:               |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 FFPlay don't want to play SMK file from MPlayer samples. Smacker Video
 Player (RAD Video Tools) plays it successfully.

 RAD Video Tools log for mintro.smk:

 {{{
 Width: 320
 Height: 200
 Frames: 1163
 Color depth: 8
 Alpha plane: No.
 Frames per second: 15.00
 Milliseconds perframe: 66.66
 Total time: 1 minutes 17 seconds
 Total size: 106.496
 Average data rate: 1,373
 Average frame size: 91
 Largest frame size: 25216
 Highest one second data rate: 290672
 Highest one second data rate start frame: 295
 Ring frame: No
 V-mterlaced: No
 V-doubled: No
 Track 1: 11025 Hz. 8 bit. Mono sound data.
 }}}

 ffmpeg -v 9 -loglevel 99 -i mintro.smk
 {{{
 ffmpeg version N-59696-gc0a33c4 Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Jan  8 2014 22:07:06 with gcc 4.8.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-av
 isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls
 --enab
 le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-
 libfreetyp
 e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
 --ena
 ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
 --enable-l
 ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr
 --enable-libsp
 eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-
 libvo-aa
 cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-
 libwavp
 ack --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
   libavutil      52. 62.100 / 52. 62.100
   libavcodec     55. 47.100 / 55. 47.100
   libavformat    55. 22.102 / 55. 22.102
   libavdevice    55.  5.102 / 55.  5.102
   libavfilter     4.  0.103 /  4.  0.103
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 17.104 /  0. 17.104
   libpostproc    52.  3.100 / 52.  3.100
 Splitting the commandline.
 Reading option '-v' ... matched as option 'v' (set logging level) with
 argument
 '9'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level)
 with argument '99'.
 Reading option '-i' ... matched as input file with argument 'mintro.smk'.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option v (set logging level) with argument 9.
 Successfully parsed a group of options.
 Parsing a group of options: input file mintro.smk.
 Successfully parsed a group of options.
 Opening an input file: mintro.smk.
 [smk @ 0000000002896a80] Format smk probed with size=2048 and score=100
 [AVIOContext @ 0000000002897020] Statistics: 106496 bytes read, 0 seeks
 mintro.smk: Input/output error
 }}}

 ffplay -v 9 -loglevel 99 -i mintro.smk
 {{{
 ffplay version N-59696-gc0a33c4 Copyright (c) 2003-2014 the FFmpeg
 developers
   built on Jan  8 2014 22:07:06 with gcc 4.8.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-w32threads
 --enable-av
 isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls
 --enab
 le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-
 libfreetyp
 e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame
 --ena
 ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
 --enable-l
 ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr
 --enable-libsp
 eex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-
 libvo-aa
 cenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-
 libwavp
 ack --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
   libavutil      52. 62.100 / 52. 62.100
   libavcodec     55. 47.100 / 55. 47.100
   libavformat    55. 22.102 / 55. 22.102
   libavdevice    55.  5.102 / 55.  5.102
   libavfilter     4.  0.103 /  4.  0.103
   libswscale      2.  5.101 /  2.  5.101
   libswresample   0. 17.104 /  0. 17.104
   libpostproc    52.  3.100 / 52.  3.100
 [smk @ 0000000000347ae0] Format smk probed with size=2048 and score=100
 [AVIOContext @ 0000000000347520] Statistics: 106496 bytes read, 0 seeks
 mintro.smk: Input/output error
 }}}

 You can download mintro.smk file for future analysis here:
 http://samples.mplayerhq.hu/game-formats/smacker/mech2/mintro.smk

 {{{
 File name: mintro.smk
 Size: 106 496 bytes
 SHA-1: 4636F4E7778AE18A71799CE0F88FE4E3CFC2F90A
 MD5: 2F7AF967B29E368B05D5FF571EBCDA0F
 }}}

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


More information about the FFmpeg-trac mailing list