diff --git a/CHANGELOG.md b/CHANGELOG.md index 83b0cdc..677cdea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Changes are grouped by the date they are merged to the main branch of the repository and are ordered from newest to oldest. Dates use the ISO 8601 extended calendar date format, i.e. YYYY-MM-DD. +## 2024-12-03 + +- Update encoding presets. + ## 2024-12-02 - Add AMD VCE encoding handbrake presets. diff --git a/handbrake/presets/av1-vce-bigbuckbunny_1080p_gpu_test.json b/handbrake/presets/av1-vce-bigbuckbunny_1080p_gpu_test.json index 1ff82ce..8dbef50 100644 --- a/handbrake/presets/av1-vce-bigbuckbunny_1080p_gpu_test.json +++ b/handbrake/presets/av1-vce-bigbuckbunny_1080p_gpu_test.json @@ -87,19 +87,19 @@ "SubtitleTrackSelectionBehavior": "none", "VideoAvgBitrate": 0, "VideoColorMatrixCode": 0, - "VideoEncoder": "svt_av1", + "VideoEncoder": "vce_av1", "VideoFramerateMode": "cfr", "VideoGrayScale": false, "VideoScaler": "swscale", - "VideoPreset": "7", + "VideoPreset": "quality", "VideoTune": "", "VideoProfile": "main", "VideoLevel": "5.1", "VideoOptionExtra": "", "VideoQualityType": 2, "VideoQualitySlider": 20, - "VideoMultiPass": true, - "VideoTurboMultiPass": true, + "VideoMultiPass": false, + "VideoTurboMultiPass": false, "x264UseAdvancedOptions": false, "PresetDisabled": false, "MetadataPassthrough": true diff --git a/handbrake/presets/h264-vce-bigbuckbunny_1080p_gpu_test.json b/handbrake/presets/h264-vce-bigbuckbunny_1080p_gpu_test.json index 034a88f..269fca3 100644 --- a/handbrake/presets/h264-vce-bigbuckbunny_1080p_gpu_test.json +++ b/handbrake/presets/h264-vce-bigbuckbunny_1080p_gpu_test.json @@ -87,19 +87,19 @@ "SubtitleTrackSelectionBehavior": "none", "VideoAvgBitrate": 0, "VideoColorMatrixCode": 0, - "VideoEncoder": "x264", + "VideoEncoder": "vce_h264", "VideoFramerateMode": "cfr", "VideoGrayScale": false, "VideoScaler": "swscale", - "VideoPreset": "slow", + "VideoPreset": "quality", "VideoTune": "", "VideoProfile": "high", "VideoLevel": "5.1", "VideoOptionExtra": "", "VideoQualityType": 2, - "VideoQualitySlider": 20, - "VideoMultiPass": true, - "VideoTurboMultiPass": true, + "VideoQualitySlider": 13, + "VideoMultiPass": false, + "VideoTurboMultiPass": false, "x264UseAdvancedOptions": false, "PresetDisabled": false, "MetadataPassthrough": true