lisamelton / other_video_transcoding

Other tools to transcode videos.
MIT License
555 stars 26 forks source link

Handbreak 1.7.x Command Line Change (--two-pass now --multi-pass) #198

Open jason-stillion opened 10 months ago

jason-stillion commented 10 months ago

In the new handbreak 1.7.0 "Renamed --two-pass to --multi-pass and --no-two-pass to --no-multi-pass, removed -2 (#5019)" Updated NVENC to not use multi-pass by default; user configurable advanced option Renamed 2-pass encode option to multi-pass (#5019)

Does changing this line in "two-pass-transcode.rb" update the script for 1.7.0 (and break it for <= 1.6.x) handbreak 385 options += ['--multi-pass', '--turbo'] unless @preview

loshlee commented 10 months ago

I wanted to say thanks, because I just changed the one actionable instance of two-pass to multi-pass in two-pass-transcode.rb, and I can use it with HandBrake 1.7.0.