Default encoder preset to slow

This commit is contained in:
Stu Leak 2025-12-20 15:46:09 -05:00
parent 69230dda0d
commit 3c4560a55a
3 changed files with 3 additions and 1 deletions

View File

@ -823,6 +823,7 @@ This file tracks completed features, fixes, and milestones.
- ✅ Fixed reset handler scope for convert tabs
- ✅ Restored 25%/33%/50%/75% target size reduction presets
- ✅ Default bitrate preset set to 2.5 Mbps and added 2.0 Mbps option
- ✅ Default encoder preset set to slow
- ✅ Stabilized video seeking and embedded rendering
- ✅ Improved player window positioning
- ✅ Fixed clear video functionality

View File

@ -56,6 +56,7 @@ This file tracks upcoming features, improvements, and known issues.
- Reset handler scope fixed for convert tabs
- Target size reduction presets restored (25/33/50/75%)
- Default bitrate preset set to 2.5 Mbps with added 2.0 Mbps option
- Default encoder preset set to slow
*Last Updated: 2025-12-20*

View File

@ -515,7 +515,7 @@ func defaultConvertConfig() convertConfig {
AutoNameTemplate: "<actress> - <studio> - <scene>",
VideoCodec: "H.264",
EncoderPreset: "medium",
EncoderPreset: "slow",
CRF: "",
BitrateMode: "CRF",
BitratePreset: "2.5 Mbps - Medium Quality",