summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Sepos <[email protected]>2018-09-11 20:55:45 -0400
committerBradley Sepos <[email protected]>2018-09-26 17:49:01 -0400
commit69d8ab58d84cc053a4c7f4b0194edd5c591b860a (patch)
tree9232bd0d13b4c0f2c180dd137bcec83174f13f5c
parent876439db3177a49a30229cf444545667522dd58b (diff)
presets: Disable unused Align A/V Start for Roku 2160p (MKV).
-rw-r--r--libhb/preset_builtin.h2
-rw-r--r--preset/preset_builtin.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/libhb/preset_builtin.h b/libhb/preset_builtin.h
index dea36a349..fd516159a 100644
--- a/libhb/preset_builtin.h
+++ b/libhb/preset_builtin.h
@@ -4536,7 +4536,7 @@ const char hb_builtin_presets_json[] =
" \"x264UseAdvancedOptions\": false\n"
" }, \n"
" {\n"
-" \"AlignAVStart\": true, \n"
+" \"AlignAVStart\": false, \n"
" \"AudioCopyMask\": [\n"
" \"copy:aac\", \n"
" \"copy:ac3\", \n"
diff --git a/preset/preset_builtin.json b/preset/preset_builtin.json
index 2965ccb83..36444cbd6 100644
--- a/preset/preset_builtin.json
+++ b/preset/preset_builtin.json
@@ -4660,7 +4660,7 @@
"x264UseAdvancedOptions": false
},
{
- "AlignAVStart": true,
+ "AlignAVStart": false,
"AudioCopyMask": [
"copy:aac",
"copy:ac3",