diff options
Diffstat (limited to 'gtk/src/internal_defaults.json')
-rw-r--r-- | gtk/src/internal_defaults.json | 195 |
1 files changed, 195 insertions, 0 deletions
diff --git a/gtk/src/internal_defaults.json b/gtk/src/internal_defaults.json new file mode 100644 index 000000000..b8cbd5a33 --- /dev/null +++ b/gtk/src/internal_defaults.json @@ -0,0 +1,195 @@ +{ + "Globals": { + "show_preview": false, + "scan_source": "" + }, + "Initialization": { + "AudioBitrate": "192", + "AudioEncoder": "copy:ac3", + "AudioTrack": 0, + "AudioTrackQualityEnable": false, + "AudioTrackQuality": -1.0, + "AudioTrackGainSlider": 0.0, + "AudioTrackDRCSlider": 0.0, + "AudioMixdown": "dpl2", + "AudioSamplerate": "source", + "AudioTrackName": "", + "angle_count": 1, + "angle": 1, + "autoscale": true, + "dest_dir": "", + "dest_file": "new_video.mp4", + "end_point": 100.0, + "MetaName": "", + "MetaArtist": "", + "MetaAlbumArtist": "", + "MetaReleaseDate": "", + "MetaComment": "", + "MetaGenre": "", + "MetaDescription": "", + "MetaLongDescription": "", + "preset": [ + "Regular", + "Normal" + ], + "preset_modified": false, + "preset_reload": false, + "preset_selection": [ + "Regular", + "Normal" + ], + "PictureDisplayWidth": 720, + "PictureDisplayHeight": 480, + "PtoPType": "chapter", + "scale_height": 0, + "scale_width": 0, + "single_title": 1, + "start_point": 1.0, + "start_frame": -1, + "title": 0, + "title_selected": false, + "volume_label": "New Video", + "audio_list": [], + "chapter_list": [], + "subtitle_list": [], + "vquality_type_bitrate": false, + "vquality_type_constant": false, + "SrtLanguage": "und", + "SrtCodeset": "ISO-8859-1", + "SrtFile": "", + "SrtOffset": 0, + "VideoFramerateCFR": false, + "VideoFrameratePFR": false, + "VideoFramerateVFR": true, + "PictureDeinterlaceDecomb": false, + "VideoPresetSlider": 0, + "x264ZeroLatency": false, + "x264FastDecode": false + }, + "Preferences": { + "RemoveFinishedJobs": false, + "HideAdvancedVideoSettings": true, + "AutoScan": false, + "AddCC": false, + "EncodeLogLocation": false, + "allow_tweaks": false, + "last_update_check": 0, + "check_updates": "weekly", + "default_source": "/dev/dvd", + "ExportDirectory": "", + "destination_dir": "", + "hbfd": false, + "hbfd_feature": false, + "live_duration": 15, + "LoggingLevel": "1", + "LogLongevity": "immortal", + "use_dvdnav": true, + "reduce_hd_preview": true, + "MinTitleDuration": 10, + "preview_count": 10, + "preview_fullscreen": false, + "preview_show_crop": false, + "preview_x": -1, + "preview_y": -1, + "show_presets": true, + "UseM4v": true, + "auto_name": true, + "auto_name_template": "{source}", + "update_skip_version": 0, + "VideoQualityGranularity": "1", + "version": "0.1", + "PreferredLanguage": "und", + "WhenComplete": "notify", + "SrtDir": "", + "window_width": 1, + "window_height": 1 + }, + "Presets": { + "PresetBuildNumber": "", + "PictureAutoCrop": true, + "ChapterMarkers": true, + "FileFormat": "mp4", + "Folder": false, + "PictureLooseCrop": false, + "PictureModulus": 2, + "PictureDeblock": 0, + "PictureDecombDeinterlace": true, + "PictureDecomb": "off", + "PictureDecombCustom": "", + "Default": false, + "PictureBottomCrop": 0, + "PictureLeftCrop": 0, + "PictureRightCrop": 0, + "PictureTopCrop": 0, + "PictureDeinterlace": "off", + "PictureDeinterlaceCustom": "", + "PictureDenoiseFilter": "off", + "PictureDenoisePreset": "medium", + "PictureDenoiseTune": "none", + "PictureDenoiseCustom": "", + "PictureDetelecine": "off", + "PictureDetelecineCustom": "", + "PicturePAR": 2, + "PicturePARWidth": 853, + "PicturePARHeight": 720, + "PictureHeight": 0, + "PictureWidth": 0, + "VideoFramerate": "source", + "VideoFramerateMode": "vfr", + "VideoGrayScale": false, + "Mp4HttpOptimize": false, + "Mp4iPodCompatible": false, + "PictureKeepRatio": true, + "AudioAllowMP3Pass": true, + "AudioAllowAACPass": true, + "AudioAllowAC3Pass": true, + "AudioAllowDTSPass": true, + "AudioAllowDTSHDPass": true, + "AudioEncoderFallback": "ffac3", + "AudioLanguageList": [ + "und" + ], + "AudioList": [ + { + "AudioBitrate": "192", + "AudioEncoder": "copy:ac3", + "AudioTrackQualityEnable": false, + "AudioTrackQuality": -1.0, + "AudioTrackGainSlider": 0.0, + "AudioTrackDRCSlider": 0.0, + "AudioMixdown": "dpl2", + "AudioSamplerate": "source" + } + ], + "AudioSecondaryEncoderMode": true, + "AudioTrackSelectionBehavior": "first", + "PresetDescription": "", + "PresetName": "Name Missing", + "Type": 1, + "SubtitleLanguageList": [ + "und" + ], + "SubtitleTrackSelectionBehavior": "none", + "SubtitleAddCC": false, + "SubtitleAddForeignAudioSearch": false, + "SubtitleAddForeignAudioSubtitle": false, + "SubtitleBurnBehavior": "none", + "SubtitleBurnDVDSub": false, + "SubtitleBurnBDSub": false, + "VideoTurboTwoPass": false, + "UsesPictureFilters": true, + "UsesPictureSettings": 2, + "VideoTwoPass": false, + "VideoAvgBitrate": 1800, + "VideoEncoder": "x264", + "VideoQualityType": 2, + "VideoQualitySlider": 0.59999999999999998, + "x264Option": "", + "VideoPreset": "custom", + "VideoTune": "", + "VideoProfile": "", + "VideoLevel": "", + "x264UseAdvancedOptions": false, + "VideoOptionExtra": "" + } +}
\ No newline at end of file |