summaryrefslogtreecommitdiffstats
path: root/preset/preset_template.json
Commit message (Collapse)AuthorAgeFilesLines
* deblock: replace pp7 with avfilter vf_deblockJohn Stebbins2019-05-021-2/+3
| | | | | | Adds deblock presets and tunes. Old preset values are converted upon preset import. Old PictureDeblock preset key is now PictureDeblockPreset.
* libhb: change preset key to VideoColorMatrixCodeOverrideJohn Stebbins2019-04-081-1/+1
| | | | | | Reserve VideoColorMatrixCode for doing color conversion. VideoColorMatrixCodeOverride sets color flags without transforming video frame colors.
* libhb: Initial implementation of Chroma Smooth filter.Bradley Sepos2019-03-281-0/+3
|
* Add adaptive streaming support (#972)John Stebbins2017-11-091-0/+1
| | | | | | | "Adaptive streaming" allows changing video parameters mid-stream at IDR boundaries. Such changes require new SPS and PPS NALs at the IDR. MP4 supports this with 'avc3' and 'hev1' sample entry types.
* sync: work-around players with broken edit list supportJohn Stebbins2017-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This adds a preset key AlignAVStart that enables this work-around. When enabled, blank frames are inserted or frames are dropped to force alignment of the initial timestamp of every audio and video stream. Aligning the start times minimizes the impact of broken edit list support in players. Closes #763. Squashed: sync: improve alignment when passthru audio is present presets: enable AlignAVStart for General and Gmail presets LinGui: Improve AlignAVStart tooltip sync: avoid inserting a black frame < nominal frame duration sync: fix start alignment when doing p-to-p encoding sync: add comments
* libhb: Add Unsharp sharpening filter.Bradley Sepos2017-05-301-0/+4
| | | | Closes #525.
* preset: Remove invalid VideoTune 'none' from template.Bradley Sepos2016-06-251-1/+1
|
* preset: Move preset-related resources to separate directory.Bradley Sepos2016-06-251-0/+107