diff options
author | jstebbins <[email protected]> | 2015-05-14 17:11:48 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-05-14 17:11:48 +0000 |
commit | 9ae7e30dc8daace92d17ea36a4f0bdede00b9471 (patch) | |
tree | 9485255c993389a6740b833e7aa30c5b5b2622aa /libhb/preset_template.json | |
parent | 90cafad3e4c610b8b009769f922fabc283979231 (diff) |
lingui: use libhb preset management from linux gui
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7179 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/preset_template.json')
-rw-r--r-- | libhb/preset_template.json | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/libhb/preset_template.json b/libhb/preset_template.json index 30449e437..c0a650703 100644 --- a/libhb/preset_template.json +++ b/libhb/preset_template.json @@ -1,12 +1,4 @@ { - "AudioAllowMP3Pass": false, - "AudioAllowAACPass": false, - "AudioAllowAC3Pass": true, - "AudioAllowDTSPass": false, - "AudioAllowDTSHDPass": false, - "AudioAllowEAC3Pass": false, - "AudioAllowFLACPass": false, - "AudioAllowTRUEHDPass": false, "AudioCopyMask": [ ], "AudioEncoderFallback": "ac3", @@ -15,7 +7,7 @@ ], "AudioList": [ { - "AudioBitrate": "192", + "AudioBitrate": 192, "AudioCompressionLevel": -1.0, "AudioDitherMethod": "auto", "AudioEncoder": "copy:ac3", @@ -31,9 +23,12 @@ "AudioSecondaryEncoderMode": true, "AudioTrackSelectionBehavior": "first", "ChapterMarkers": true, + "ChildrenArray": [ + ], "Default": false, "FileFormat": "mp4", "Folder": false, + "FolderOpen": false, "Mp4HttpOptimize": false, "Mp4iPodCompatible": false, "PictureAutoCrop": true, |