so set it like this .... пт, 16 сент. 2022 г., 21:57 Andrea paz <[email protected]>:
> Yes, the best Is compression level 5. >
From c1fe10f4f976b18e564e12553883df6d7545ba42 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu <[email protected]> Date: Fri, 16 Sep 2022 22:00:19 +0300 Subject: [PATCH 10/10] set default flac comoression level back to 5 --- cinelerra-5.1/cinelerra/asset.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinelerra-5.1/cinelerra/asset.C b/cinelerra-5.1/cinelerra/asset.C index 59454153..c2de3117 100644 --- a/cinelerra-5.1/cinelerra/asset.C +++ b/cinelerra-5.1/cinelerra/asset.C @@ -132,7 +132,7 @@ int Asset::init_values() ac3_bitrate = 128; - flac_compression = 0; + flac_compression = 5; png_use_alpha = 0; png_depth = 8; -- 2.37.3
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin

