Search found 3 matches

by ripmurdock
Mon Oct 31, 2022 7:56 pm
Forum: Command Line Interface And Scripting
Topic: defaut subtitle setting in Advanced Options script or CLI
Replies: 1
Views: 6417

Re: defaut subtitle setting in Advanced Options script or CLI

for /R "D:\1.1 - DVD Compress - English\" %%F in (*.mkv) do ( "C:\Program Files\HandBrake\HandBrakeCLI.exe" --preset-import-gui -Z "English MKV RF 20 x265 Slow" -i "%%~fF" -o "%%~dpF%%~nF x265 RF 20.mkv" if exist "%%~dpF%%~nF x265 RF 20.mkv"...
by ripmurdock
Mon Oct 31, 2022 7:54 pm
Forum: Command Line Interface And Scripting
Topic: defaut subtitle setting in Advanced Options script or CLI
Replies: 1
Views: 6417

defaut subtitle setting in Advanced Options script or CLI

Description of problem or question: Is it possible to set the first "English" subtitle to default in Advance Options script field? Or if not, in the CLI batch file? Steps to reproduce the problem (If Applicable): HandBrake version (e.g., 1.0.0): 1.5.1 Operating system and version (e.g., U...
by ripmurdock
Mon Jul 11, 2022 10:37 pm
Forum: General Questions
Topic: default subtitle checkbox in Presets
Replies: 1
Views: 333

default subtitle checkbox in Presets

Description of problem or question: In previous versions of Handbrake a preset would apply the default checkbox to the first subtitle track (excluding Foreign Audio Scan). This stopped working a few versions ago. I have a batch of Foreign language MKV's to compress. Is there any way in the current ...