You can try using the following line in your profile but the change in bitrate will lead to a loss in quality so you will have to adjust the CRF value to a lower number. If you are using hardware acceleration you will have to write a whole new profile for the video as this is a software profile.
You are basically adding the âVideo Filterâ -vf scale=-1:720
You will also have to change the order to put ffmpeg first and then just delete everything that says Handbrake since ffmpeg is superior in my opinion.
I have not tried this but I found the information online. If you are using hardware encoding then let me know and I will try to help you. I have just learned this myself so I am new to custom profiles too.
The slider is max width. The OP is looking for a fixed max height. The right CLI options in the config are the way to go. Handbrake has its own 720p preset profiles that you can specify if ffmpeg doesnât.
You also should be sure youâre not upscaling SD content. Thatâs best left to your TV. Unless thereâs some broken letterboxing going on with the source and you need upscaling and cropping. However, the picture wonât get better with recompression.
You create your own profile for 720p and then use the profile option by the name you gave your profile.
Itâs best to install Handbrake standalone and use the gui to set the profile. Then transfer the profile settings to the MCEBuddy CLI version so when you in invoke it in MCEBuddy config, it will find it.
You might be able to do it directly from the Handbrake CLI options in the MCEBuddy config - the documentation site at Handbrake.fr will have the details.
You probably want the ââheight 720â option, and the ââno-interlaceâ option (i.e. progressive).
Or if it is in your preset, you can export the GUI presets and then import just your custom preset and then specify it. The preset export should basically be the options youâve setup in the GUI, as a JSON file instead of a big long list of options.
If you prefer listing the options, vs a preset config, ok.
Spikemixture - were you able to get the profile working? Iâve been trying to do something similar would appreciate the opportunity to learn from your final code if youâll share it.