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.
+ Reply to Thread
Results 1 to 3 of 3
-
-
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
-
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 ...
Similar Threads
-
FFMPEG decoding WMV to FLV problems
By motorg in forum Video ConversionReplies: 3Last Post: 10th Aug 2009, 21:30 -
ffmpeg wmv -> flv convertion problems
By rolikoff in forum LinuxReplies: 3Last Post: 17th Mar 2009, 04:39 -
wmv to flv - 3 possible conversion with ffmpeg- difficult choice
By bmb in forum Video ConversionReplies: 0Last Post: 1st Oct 2007, 15:00 -
Need a little help here (wmv/mov to flv with ffmpeg)
By yeauxyo in forum Video ConversionReplies: 1Last Post: 9th Jul 2007, 23:08