ハンドブレーキがmencoderに送信しているコマンドラインオプションを確認したい。アクティビティウィンドウを見たところ、たくさんのものが表示されていますが、探しているものは表示されていません。どうすれば見つけることができますか?
WindowsとLinuxでのHandbrakeの経験に基づくと、mencoderは使用されません。代わりに、独自のコマンドラインインターフェイスを提供します: HandBrakeCLI 。
Windowsでは、Show Queue
> Queue
> Generate Batch Script
をクリックして、HandBrakeCLIに渡されるすべてのコマンドラインパラメーターを含むスクリプトをエクスポートできます。 「アクティビティウィンドウ」を参照すると、Mac OS Xを使用していると思いますが、そのようなオプションはMacバージョンにも存在する可能性があります。
私がここでこのスレッドを見つけた理由は、
https://trac.handbrake.fr/wiki/CLIGuide 気づいた:
... [ビデオオプション]の下
-x, --encopts <string> Specify advanced encoding options in the same
style as mencoder (all encoders except theora):
option1=value1:option2=value2
AND:
「画像設定」の下
--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.