jsonwang 3 лет назад
Родитель
Сommit
a011fc86a3

+ 1 - 1
BFFramework/Classes/PQGPUImage/akfilters/Tools/PQCompositionExporter.swift

@@ -100,7 +100,7 @@ public class PQCompositionExporter {
         let videoEncodingSettings: [String: Any] = [
             AVVideoCompressionPropertiesKey: [
                 AVVideoExpectedSourceFrameRateKey: 30,
-                AVVideoAverageBitRateKey: (input?.mShowVidoSize.width ?? 0) * (input?.mShowVidoSize.height ?? 0) * 2,
+                AVVideoAverageBitRateKey: (input?.mShowVidoSize.width ?? 0) * (input?.mShowVidoSize.height ?? 0) * 4,
                 AVVideoProfileLevelKey: AVVideoProfileLevelH264HighAutoLevel,
                 AVVideoH264EntropyModeKey: AVVideoH264EntropyModeCABAC,
             ],