diff options
Diffstat (limited to 'gtk/src/makedeps.c')
-rw-r--r-- | gtk/src/makedeps.c | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/gtk/src/makedeps.c b/gtk/src/makedeps.c index d0f084c9f..b094054e8 100644 --- a/gtk/src/makedeps.c +++ b/gtk/src/makedeps.c @@ -27,41 +27,42 @@ static dependency_t dep_map[] = {"title", "title", "none", TRUE}, {"title", "start_chapter", "none", TRUE}, {"title", "end_chapter", "none", TRUE}, - {"vquality_type_bitrate", "video_bitrate", "TRUE", FALSE}, - {"vquality_type_target", "video_target_size", "TRUE", FALSE}, - {"vquality_type_constant", "video_quality", "TRUE", FALSE}, + {"vquality_type_bitrate", "VideoAvgBitrate", "TRUE", FALSE}, + {"vquality_type_target", "VideoTargetSize", "TRUE", FALSE}, + {"vquality_type_constant", "VideoQualitySlider", "TRUE", FALSE}, {"vquality_type_constant", "constant_rate_factor", "TRUE", FALSE}, - {"vquality_type_constant", "two_pass", "TRUE", TRUE}, - {"vquality_type_constant", "turbo", "TRUE", TRUE}, - {"two_pass", "turbo", "TRUE", FALSE}, - {"container", "large_mp4", "mp4|m4v", FALSE}, - {"container", "http_optimize_mp4", "mp4|m4v", FALSE}, - {"container", "ipod_file", "mp4|m4v", FALSE}, - {"decomb", "deinterlace", "TRUE", TRUE}, - {"decomb", "tweak_deinterlace", "TRUE", TRUE}, - {"autocrop", "crop_top", "FALSE", FALSE}, - {"autocrop", "crop_bottom", "FALSE", FALSE}, - {"autocrop", "crop_left", "FALSE", FALSE}, - {"autocrop", "crop_right", "FALSE", FALSE}, + {"vquality_type_constant", "VideoTwoPass", "TRUE", TRUE}, + {"vquality_type_constant", "VideoTurboTwoPass", "TRUE", TRUE}, + {"VideoTwoPass", "VideoTurboTwoPass", "TRUE", FALSE}, + {"FileFormat", "Mp4LargeFile", "mp4|m4v", FALSE}, + {"FileFormat", "Mp4HttpOptimize", "mp4|m4v", FALSE}, + {"FileFormat", "Mp4iPodCompatible", "mp4|m4v", FALSE}, + {"PictureDecomb", "PictureDeinterlace", "TRUE", TRUE}, + {"PictureDecomb", "tweak_PictureDeinterlace", "TRUE", TRUE}, + {"PictureAutoCrop", "PictureTopCrop", "FALSE", FALSE}, + {"PictureAutoCrop", "PictureBottomCrop", "FALSE", FALSE}, + {"PictureAutoCrop", "PictureLeftCrop", "FALSE", FALSE}, + {"PictureAutoCrop", "PictureRightCrop", "FALSE", FALSE}, {"autoscale", "scale_width", "FALSE", FALSE}, {"autoscale", "scale_height", "FALSE", FALSE}, - {"anamorphic", "keep_aspect", "FALSE", FALSE}, + {"anamorphic", "PictureKeepRatio", "FALSE", FALSE}, {"anamorphic", "scale_height", "FALSE", FALSE}, - {"keep_aspect", "scale_height", "FALSE", FALSE}, - {"video_codec", "x264_tab", "x264", FALSE}, - {"video_codec", "x264_tab_label", "x264", FALSE}, - {"video_codec", "ipod_file", "x264", FALSE}, - {"audio_codec", "audio_bitrate", "ac3", TRUE}, - {"audio_codec", "audio_rate", "ac3", TRUE}, - {"audio_codec", "audio_mix", "ac3", TRUE}, - {"audio_codec", "audio_drc", "ac3", TRUE}, + {"PictureKeepRatio", "scale_height", "FALSE", FALSE}, + {"VideoEncoder", "x264_tab", "x264", FALSE}, + {"VideoEncoder", "x264_tab_label", "x264", FALSE}, + {"VideoEncoder", "Mp4iPodCompatible", "x264", FALSE}, + {"VideoEncoder", "directqp", "x264|ffmpeg", FALSE}, + {"AudioEncoder", "AudioBitrate", "ac3", TRUE}, + {"AudioEncoder", "AudioSamplerate", "ac3", TRUE}, + {"AudioEncoder", "AudioMixdown", "ac3", TRUE}, + {"AudioEncoder", "AudioTrackDRCSlider", "ac3", TRUE}, {"x264_bframes", "x264_weighted_bframes", "0", TRUE}, {"x264_bframes", "x264_bpyramid", "<2", TRUE}, {"x264_bframes", "x264_direct", "0", TRUE}, {"x264_refs", "x264_mixed_refs", "<2", TRUE}, {"x264_cabac", "x264_trellis", "TRUE", FALSE}, {"x264_me", "x264_merange", "umh|esa", FALSE}, - {"chapter_markers", "chapters_list", "TRUE", FALSE}, + {"ChapterMarkers", "chapters_list", "TRUE", FALSE}, {"use_source_name", "chapters_in_destination", "TRUE", FALSE}, }; |