VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Aug 2009
    Location
    Brazil
    Search Comp PM
    I am trying to convert flv to wmv, and avi to wmv with ffmpeg is not working, always appears this error:

    Code:
    ffmpeg -i video.wmv -ab 128 -ar 88100 -b 800 -r 25 -qscale 5 -s 480x360 -f flv video.flv
    
    FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    
    configuration: --enable-gpl --enable-postproc --enable-swscale --enable-avfilt
    er --enable-avfilter-lavf --enable-pthreads --enable-avisynth --enable-libfaac -
    -enable-libfaad --enable-libmp3lame --enable-libspeex --enable-libtheora --enabl
    e-libvorbis --enable-libxvid --enable-libx264 --enable-memalign-hack
    
      libavutil     49.15. 0 / 49.15. 0
      libavcodec    52.20. 0 / 52.20. 0
      libavformat   52.31. 0 / 52.31. 0
      libavdevice   52. 1. 0 / 52. 1. 0
      libavfilter    0. 4. 0 /  0. 4. 0
      libswscale     0. 7. 1 /  0. 7. 1
      libpostproc   51. 2. 0 / 51. 2. 0
      built on Mar 16 2009 16:09:18, gcc: 4.2.4 [Sherpya]
    
    Seems stream 0 codec frame rate differs from container frame rate: 200.00 (200/1) -> 38.25 (153/4)
    Input #0, avi, from 'videosimbesmart.avi':
      Duration: 00:01:28.97, start: 0.000000, bitrate: 1987 kb/s
        Stream #0.0: Video: msvideo1, rgb555, 800x600, 38.25 tbr, 200 tbn, 200 tbc
    
    WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not
    kbits/s
    WARNING: The bitrate parameter is set too low. It takes bits/s as argument, not
    kbits/s
    
    Unknown input or output format: wmv


    Someone could give me a hand and tell me why is not working here, I'm using the ffmpeg version 0.5.
    Quote Quote  
  2. Member
    Join Date
    Sep 2007
    Location
    Europe
    Search PM
    I can tell what's wrong with the command line but your source seems to have no audio and a uncommon frame rate so it's still dubious if it will work.
    Code:
    ffmpeg -i video.wmv -ab 128k -ar 44100 -b 800k -r 25 -qscale 5 -s 480x360 -f flv -y video.flv
    You need to add a "k" to the given bitrates and -ar 88100 sample frequency is not valid (make it 44100).
    Quote Quote  
  3. Member
    Join Date
    Aug 2009
    Location
    Brazil
    Search Comp PM
    Thank you, but now it convert the wmv, but gives an error message saying that can not encode audio, but I think it will work right here.

    Thanks for the help friend ...
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!