Hello,
I'm trying to set up a single command line that will convert any kind of video file (mov, mpeg, avi, etc) into an FLV file. So far, it works to the point that it says it's converting it, but then it doesn't play video back. Here is what I have so far.
Can anyone give me some help here?Code:mencoder testing.avi -o testing.flv -ovc lavc -oac mp3lame -vf scale=320:240 -lavcopts vcodec=flv
+ Reply to Thread
Results 1 to 4 of 4
-
-
Code:
mencoder input.avi -o outsub.flv -sws 9 -vf scale=320:240 -af resample=22050:0:0 -mc 0 -of lavf -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -oac mp3lame -lameopts cbr:br=64:mode=3 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
Similar Threads
-
.avi -> .flv with embedded subtitles using MENCODER
By the_provider in forum Video ConversionReplies: 0Last Post: 28th Oct 2009, 16:38 -
[mencoder] to flv seek problem
By Jeje in forum Newbie / General discussionsReplies: 3Last Post: 21st Jul 2008, 01:38 -
Mux a FLV AVI + MP3 -> FLV with ffmpeg or mencoder?
By Colmino in forum Video ConversionReplies: 9Last Post: 29th Mar 2008, 22:11 -
AVI to FLV using mencoder
By Riotblade in forum Video ConversionReplies: 11Last Post: 13th Feb 2008, 12:00 -
Problem converting MPEG2 to FLV with MEncoder
By mspo in forum Video ConversionReplies: 2Last Post: 1st Jan 2008, 08:44