]> granicus.if.org Git - handbrake/commit
Add new anamorphic mode "Automatic", delete "Strict" (#367)
authorJohn Stebbins <jstebbins.hb@gmail.com>
Mon, 31 Oct 2016 16:35:27 +0000 (09:35 -0700)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2016 16:35:27 +0000 (09:35 -0700)
commit00eeae7591023ed47a5cd6b90bf7b11ac1bfae41
tree54cfe6bd3dced28944974448f888fda63f51a274
parent0a913f088db821b964edfd5a711292cc6069cfa9
Add new anamorphic mode "Automatic", delete "Strict" (#367)

* Add new anamorphic mode "Automatic", delete "Strict"

Anamorphic mode automatic is added to support Bradley's new presets that
are designed to pick a PAR that maximizes storage resolution.

Strict is converted to Loose + mod == 2 + UsesPictureSettings == 2
when importing presets
13 files changed:
gtk/src/callbacks.c
gtk/src/ghb.m4
gtk/src/hb-backend.c
gtk/src/presets.c
gtk/src/queuehandler.c
libhb/common.h
libhb/hb.c
libhb/preset.c
libhb/preset_builtin.h
preset/preset_builtin.json
preset/preset_builtin.list
preset/preset_cli_default.json
test/test.c