From 69d8ab58d84cc053a4c7f4b0194edd5c591b860a Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 11 Sep 2018 20:55:45 -0400 Subject: [PATCH] presets: Disable unused Align A/V Start for Roku 2160p (MKV). --- libhb/preset_builtin.h | 2 +- preset/preset_builtin.json | 2 +- 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", -- 2.40.0