How to see what command-line options handbrake sends to mencoder

21,755

Solution 1

Based on my experience with Handbrake on Windows and Linux: it does not use mencoder. Instead it offers its own command line interface: HandBrakeCLI.

On Windows one can click Show Queue>Queue>Generate Batch Script to export a script which contains all the command line parameters passed on to HandBrakeCLI. Although your reference to the "Activity Window" leads me to believe you're using Mac OS X, such an option may exist on the Mac version as well.

Main window alt text

Solution 2

The reason I found this thread here is because, on

https://trac.handbrake.fr/wiki/CLIGuide I noticed :

... under "Video Options"

-x, --encopts <string>  Specify advanced encoding options in the same
                        style as mencoder (all encoders except theora):
                        option1=value1:option2=value2

AND :

under "Picture Settings"

--crop: controls the cropping values. The cropping has to be in the form Top:Bottom:Left:Right, so to crop 60pixels from the top, 58 from the bottom, 2 from the left, and 6 from the right, use --crop 60:58:2:6 

... do note that this is different from cropping in some other programs,
like MEncoder. If you don't enter this setting, HandBrake will
automatically detect how many pixels to crop to remove black borders. 
Share:
21,755

Related videos on Youtube

tony_sid
Author by

tony_sid

Born and raised in California. Computers are my main hobby.

Updated on September 17, 2022

Comments

  • tony_sid
    tony_sid over 1 year

    I want to see what command-line options handbrake is sending to mencoder. I looked at the Activity Window and it shows a lot of stuff but not what I'm looking for. How can I find it?

    • akira
      akira over 13 years
      at least under windows handbrake is not using mencoder. it uses libs from ffmpeg and other projects, but not the mencoder binary as far as i can see it. it uses HandBrakeCLI.exe
    • 吴环宇
      吴环宇 over 13 years
      Seconded. What convinced you Handbrake uses mencoder in the first place? Also, what operating system are we talking about here?
    • tony_sid
      tony_sid over 13 years
      Using OSX. Someone said that Handbrake was a frontend to mencoder.
  • undrline - Reinstate Monica
    undrline - Reinstate Monica almost 7 years
    Appears to be outdated. The only option within Show Queue for me is Start Queue in 1.0.7
  • HerbCSO
    HerbCSO almost 7 years
    Yup. Handbrake 1.0.7 doesn't even have the HandBrakeCLI anymore... :/