feat: decrease default CRF value from 28 to 25

This commit is contained in:
2026-03-09 22:56:46 +01:00
parent c246351513
commit f4b7596add

View File

@@ -459,7 +459,7 @@ def detect_autocrop_filter(input_file, significant_crop_threshold=5.0, min_crop=
return None
return _analyze_video_cropdetect(input_file, duration, width, height, max(1, os.cpu_count() // 2), significant_crop_threshold, min_crop, debug)
def main(no_downmix=False, autocrop=False, grain=8, crf=28):
def main(no_downmix=False, autocrop=False, grain=8, crf=25):
check_tools()
current_dir = Path(".")