From: Simon Ruderich Date: Thu, 14 May 2015 12:41:04 +0000 (+0200) Subject: handbrake: add X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=6bca597aa0b756cbd43da59a7dc30f9c4844e845 handbrake: add --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..989cf00 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/handbrake/Activity.log.* +/handbrake/EncodeLogs/ +/handbrake/ghb.pid.* +/handbrake/queue.* diff --git a/handbrake/preferences b/handbrake/preferences new file mode 100644 index 0000000..a6f0952 --- /dev/null +++ b/handbrake/preferences @@ -0,0 +1,75 @@ + + + + + Preferences + + AddCC + + AutoScan + + EncodeLogLocation + + HideAdvancedVideoSettings + + LogLongevity + week + LoggingLevel + 1 + MinTitleDuration + 10 + PreferredLanguage + und + RemoveFinishedJobs + + SrtDir + . + UseM4v + + VideoQualityGranularity + 1 + WhenComplete + nothing + allow_tweaks + + auto_name + + auto_name_template + {source} + check_updates + weekly + hbfd + + hbfd_feature + + last_update_check + 0 + live_duration + 15 + preview_count + 20 + preview_fullscreen + + preview_show_crop + + preview_x + 0 + preview_y + 0 + reduce_hd_preview + + show_presets + + update_skip_version + 0 + use_dvdnav + + version + 0.1 + window_height + 1080 + window_width + 1920 + + + diff --git a/handbrake/presets b/handbrake/presets new file mode 100644 index 0000000..64fc244 --- /dev/null +++ b/handbrake/presets @@ -0,0 +1,167 @@ + + + + + + AudioAllowAACPass + + AudioAllowAC3Pass + + AudioAllowDTSHDPass + + AudioAllowDTSPass + + AudioAllowMP3Pass + + AudioEncoderFallback + Vorbis + AudioLanguageList + + und + + AudioList + + + AudioBitrate + 160 + AudioEncoder + Vorbis + AudioMixdown + 7.1 Channels + AudioSamplerate + source + AudioTrack + 1 + AudioTrackDRCSlider + 0 + AudioTrackGainSlider + 0 + AudioTrackQuality + 5 + AudioTrackQualityEnable + + + + AudioSecondaryEncoderMode + + AudioTrackSelectionBehavior + all + ChapterMarkers + + Default + + FileFormat + Matroska (avformat) + Folder + + Mp4HttpOptimize + + Mp4LargeFile + + Mp4iPodCompatible + + PictureAutoCrop + + PictureBottomCrop + 0 + PictureDeblock + 0 + PictureDecomb + 0 + PictureDecombCustom + + PictureDecombDeinterlace + + PictureDeinterlace + 0 + PictureDeinterlaceCustom + + PictureDenoiseCustom + + PictureDenoiseFilter + off + PictureDenoisePreset + medium + PictureDenoiseTune + none + PictureDetelecine + 0 + PictureDetelecineCustom + + PictureKeepRatio + + PictureLeftCrop + 0 + PictureLooseCrop + + PictureModulus + 2 + PicturePAR + 2 + PicturePARHeight + 720 + PicturePARWidth + 853 + PictureRightCrop + 0 + PictureTopCrop + 0 + PresetBuildNumber + 2015050800 + PresetDescription + Simon's settings. + PresetName + Simon + SubtitleAddCC + + SubtitleAddForeignAudioSearch + + SubtitleAddForeignAudioSubtitle + + SubtitleLanguageList + + und + + SubtitleTrackSelectionBehavior + all + Type + 1 + UsesPictureFilters + 1 + UsesPictureSettings + 2 + VideoAvgBitrate + 2500 + VideoEncoder + H.264 (x264) + VideoFramerate + source + VideoFramerateMode + cfr + VideoGrayScale + + VideoLevel + auto + VideoOptionExtra + + VideoPreset + placebo + VideoProfile + auto + VideoQualitySlider + 20 + VideoQualityType + 2 + VideoTune + film + VideoTurboTwoPass + + VideoTwoPass + + x264Option + ref=16:bframes=16:b-adapt=2:direct=auto:deblock=-1,-1:analyse=all:me=tesa:merange=24:subme=11:trellis=2:fast-pskip=0:psy-rd=1.00,0.15:rc-lookahead=60 + x264UseAdvancedOptions + + + + diff --git a/setup.sh b/setup.sh index 2e37a2e..dd6e929 100755 --- a/setup.sh +++ b/setup.sh @@ -57,3 +57,7 @@ fi if installed mpv; then link mpv ~/.config/mpv fi + +if installed handbrake; then + link handbrake ~/.config/ghb +fi