VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Hello,
    I am trying to convert files with mencoder with the following command:

    Code:
    mencoder input.avi -o output.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=800:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -vop scale=560:420 -srate 22050
    but I am getting the following error:

    Code:
    MEncoder SVN-r37199-4.4.7 (C) 2000-2014 MPlayer Team Please use o=mpv_flags=+cbp_rd instead of cbp. Exiting... (error parsing command line)
    Any ideas?
    Quote Quote  
  2. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    It does appear your command-line is VERY-outdated, to say the least

    i_certify_that_my_video_stream_does_not_use_b_frames

    http://readlist.com/lists/mplayerhq.hu/mplayer-users/2/12609.html
    Last edited by El Heggunte; 15th May 2014 at 22:58. Reason: formatting && spelling : - /
    Quote Quote  
  3. Thank you for your reply, but how would you suggest to change the above call?
    Quote Quote  
  4. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    ^ Should I assume that you tried

    use o=mpv_flags=+cbp_rd instead of cbp
    and it didn't work
    Quote Quote  
  5. Yes, I tried to add what suggested inside the command but it gives me a wrong command error. I really don't even know where to add that to the command! At the end? In the middle?! Ideas?
    Quote Quote  
  6. DECEASED
    Join Date
    Jun 2009
    Location
    Heaven
    Search Comp PM
    Up-to-date manpage: http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html
    (don't be lazy and don't let the page name mislead you)

    Up-to-date builds of MEncoder:

    http://oss.netfarm.it/mplayer-win32.php and http://mplayerwin.sourceforge.net/downloads.html
    Quote Quote  
  7. Thank you for your reply and info, after playing around I found the following format working for my application:

    Code:
    mencoder input.avi -o output.flv -of lavf -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc -lavcopts vcodec=flv -vf scale=560:420 -srate 22050
    Quote Quote  
  8. Hi fablau,

    I receive this error when try convert video:
    HTML Code:
    MEncoder SVN-r37202-snapshot-4.4.7 (C) 2000-2014 MPlayer Team
    Please use o=mpv_flags=+cbp_rd instead of cbp.
    
    Exiting... (error parsing command line)
    You tell me you did with it?
    HTML Code:
    mencoder input.avi -o output.flv -of lavf -oac mp3lame -lameopts abr:br=56 -srate 22050 -ovc lavc -lavcopts vcodec=flv -vf scale=560:420 -srate 22050
    I am a beginner!

    Thanks in advance!
    Quote Quote  
  9. a. general recommendation: use ffmpeg instead of mencoder for flv handling
    b. try the mencoder builds I attached (they are also build using the latest ffmpeg libraries), for me your command line works with them
    Image Attached Files
    Last edited by Selur; 27th May 2014 at 10:20.
    Quote Quote  
  10. Floriano, I don't know, but it works for me... maybe you have a different version of Mencoder?
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!