Menu

#566 FF not works with wmv in 0.8.4

stable
open
nobody
5
2016-01-15
2013-03-31
dkorzhevin
No

I use ArchLinux x86_64 and smplayer 0.8.4

I have wmv file, where smplayer's FF doesn't work at all..

Here is file info:

1.wmv
General
File
/path/1.wmv
Size
417839 KB (408 MB)
Length
04:27:43
Demuxer
asf

Video
Resolution
1280 x 1024
Aspect ratio
1.25
Format
WMV3
Bitrate
2010 kbps
Frames per second
1000.000
Selected codec
ffwmv3

Initial Audio Stream
Format
353
Bitrate
48 kbps
Rate
44100 Hz
Channels
1
Selected codec
ffwmav2

Audio Streams

Language
Name
ID
0
<empty>
<empty>
1

Here is link to file:

http://owncloud.madsanity.kiev.ua/public.php?service=files&t=2ee9e0a986cc0a2fc371db0aa1544954

Filesize ~ 400mb

Discussion

  • dkorzhevin

    dkorzhevin - 2013-03-31

    More info about file:

    [dkorzhevin@localhost ~]$ LANG=C ffmpeg -i 1.wmv
    ffmpeg version 1.2 Copyright (c) 2000-2013 the FFmpeg developers
    built on Mar 27 2013 20:51:13 with gcc 4.7.2 (GCC)
    configuration: --prefix=/usr --disable-debug --disable-static --enable-avresample --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-version3 --enable-x11grab
    libavutil 52. 18.100 / 52. 18.100
    libavcodec 54. 92.100 / 54. 92.100
    libavformat 54. 63.104 / 54. 63.104
    libavdevice 54. 3.103 / 54. 3.103
    libavfilter 3. 42.103 / 3. 42.103
    libswscale 2. 2.100 / 2. 2.100
    libswresample 0. 17.102 / 0. 17.102
    libpostproc 52. 2.100 / 52. 2.100
    Guessed Channel Layout for Input Stream #0.0 : mono
    Input #0, asf, from '1.wmv':
    Metadata:
    WMFSDKNeeded : 0.0.0.0000
    DeviceConformanceTemplate: MP@HL
    WM/WMADRCPeakReference: 32767
    WM/WMADRCAverageReference: 2738
    WMFSDKVersion : 9.00.00.4503
    IsVBR : 1
    VBR Peak : 16277786
    Buffer Average : 167841
    WM/ToolVersion : 5.1 Build 880
    WM/ToolName : GoToMeeting
    BitRateFrom the writer: 207491
    Audio samples : 210853
    Video samples : 38204
    recording time : Ср, 22 фев 2012 17:55:43 Московское время (зима)
    Duration: 04:27:43.61, start: 0.000000, bitrate: 213 kb/s
    Stream #0:0(rus): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, mono, fltp, 48 kb/s
    Stream #0:1(rus): Video: wmv3 (Main) (WMV3 / 0x33564D57), yuv420p, 1280x1024, 2010 kb/s, 9.92 tbr, 1k tbn, 1k tbc
    At least one output file must be specified
    [dkorzhevin@localhost ~]$

    [dkorzhevin@localhost ~]$ mplayer -vo null -ao null -identify -frames 0 1.wmv
    MPlayer SVN-r35920-4.7.2 (C) 2000-2013 MPlayer Team
    203 audio & 421 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.

    Playing 1.wmv.
    libavformat version 54.63.100 (internal)
    ASF file format detected.
    ID_AUDIO_ID=1
    [asfheader] Audio stream found, -aid 1
    ID_VIDEO_ID=2
    [asfheader] Video stream found, -vid 2
    VIDEO: [WMV3] 1280x1024 24bpp 1000.000 fps 2010.1 kbps (245.4 kbyte/s)
    Load subtitles in ./
    ID_FILENAME=1.wmv
    ID_DEMUXER=asf
    ID_VIDEO_FORMAT=WMV3
    ID_VIDEO_BITRATE=2010104
    ID_VIDEO_WIDTH=1280
    ID_VIDEO_HEIGHT=1024
    ID_VIDEO_FPS=1000.000
    ID_VIDEO_ASPECT=0.0000
    ID_AUDIO_FORMAT=353
    ID_AUDIO_BITRATE=0
    ID_AUDIO_RATE=0
    ID_AUDIO_NCH=0
    ID_START_TIME=3.00
    ID_LENGTH=16063.61
    ID_SEEKABLE=1
    ID_CHAPTERS=0
    ==========================================================================
    Requested video codec family [wmv9dmo] (vfm=dmo) not available.
    Enable it at compilation.
    Requested video codec family [wmvdmo] (vfm=dmo) not available.
    Enable it at compilation.
    Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
    libavcodec version 54.92.100 (internal)
    Selected video codec: [ffwmv3] vfm: ffmpeg (FFmpeg WMV3/WMV9)
    ==========================================================================
    ID_VIDEO_CODEC=ffwmv3
    ==========================================================================
    Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
    AUDIO: 44100 Hz, 1 ch, floatle, 48.0 kbit/3.40% (ratio: 6003->176400)
    ID_AUDIO_BITRATE=48024
    ID_AUDIO_RATE=44100
    ID_AUDIO_NCH=1
    Selected audio codec: [ffwmav2] afm: ffmpeg (DivX audio v2 (FFmpeg))
    ==========================================================================
    AO: [null] 44100Hz 1ch floatle (4 bytes per sample)
    ID_AUDIO_CODEC=ffwmav2
    Starting playback...

    Exiting... (End of file)
    ID_EXIT=EOF
    [dkorzhevin@localhost ~]$

     
  • Ricardo Villalba

    I think this video reports a wrong duration and that confuses smplayer. But you can make seeking to work changing the seeking method to "relative seeking" in preferences -> interface -> seeking.

     
  • dkorzhevin

    dkorzhevin - 2013-03-31

    Thank you! Your advice helps me, but now smplayer can't remember video position, when i start it with same video file.

     

Log in to post a comment.