feat: decrease default CRF value from 28 to 25
This commit is contained in:
@@ -459,7 +459,7 @@ def detect_autocrop_filter(input_file, significant_crop_threshold=5.0, min_crop=
|
|||||||
return None
|
return None
|
||||||
return _analyze_video_cropdetect(input_file, duration, width, height, max(1, os.cpu_count() // 2), significant_crop_threshold, min_crop, debug)
|
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()
|
check_tools()
|
||||||
|
|
||||||
current_dir = Path(".")
|
current_dir = Path(".")
|
||||||
|
|||||||
Reference in New Issue
Block a user