Hello all,
Congrats for all the supports do here.
I'm using the FFmpeg Revision 15986 (static version) from the website: http://ffmpeg.arrozcru.com/builds/
I have bad issues with my command line to convert a FLV to a WMV
I use this:
ffmpeg -i test2.flv -acodec wmav2 -ab 128kb -vcodec wmv2 -b 768kb -r 15 -ac 2 -s 320x240 -y test2.wmv
My problem is that if the final result is acceptable in video, it is not good in audio with sometimes in the video many missed audio reading tracks.
Is anyone has already met this problem? What is a good example of a commande line for WMV?
Many thanks by advance
+ Reply to Thread
Results 1 to 3 of 3
-
-
Your command line is ok. Your FFmpeg version is also ok (tried them both with a standard flv clip).
If your flv clips are h264/aac there could be a FFmpeg decoding problem. Drop them on MediaInfo to see what's in it.
If WMP can play them properly, you probably have a DirectShow decoder/splitter for it and you can try to feed FFmpeg
with a small Avisynth script like:
DirectShowSource("c:\path to your flv clip")
Similar Threads
-
ffmpeg: an image to video conversion question...
By mehmedean in forum Video ConversionReplies: 14Last Post: 31st Jan 2011, 19:18 -
AVI to AC3 conversion question --Aftern and FFMPEG issues
By eclipse95 in forum AudioReplies: 3Last Post: 9th May 2009, 01:50 -
Bitrate question for Avi to Wmv conversion w/ Windows Media Encoder
By Gonz0ne in forum Video ConversionReplies: 5Last Post: 6th Jan 2008, 08:19 -
wmv to flv - 3 possible conversion with ffmpeg- difficult choice
By bmb in forum Video ConversionReplies: 0Last Post: 1st Oct 2007, 15:00 -
FFMPEG QUESTION :How do I take one frame and make a jpeg with FFMPEG?
By goheadtry in forum Newbie / General discussionsReplies: 1Last Post: 18th Sep 2007, 02:55