VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Jul 2007
    Location
    United States
    Search Comp PM
    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.

    Code:
    mencoder testing.avi -o testing.flv -ovc lavc -oac mp3lame -vf scale=320:240 -lavcopts vcodec=flv
    Can anyone give me some help here?
    Quote Quote  
  2. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    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
    Quote Quote  
  3. Member
    Join Date
    Jul 2007
    Location
    United States
    Search Comp PM
    thanks for the try.... but that didn't work either... Still doesn't play in either of the flv players I have (while another flv will that's been converted by flash.)

    O-o anyone else?

    EDIT: Flash itself can't even load the files that mencoder makes.
    Quote Quote  
  4. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    It was missing a switch.
    I've edited.
    Re-try

    gl
    Quote Quote  



Similar Threads

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