|
@@ -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,
|
|
|
],
|