mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Make default keyFrameInterval 2 seconds to align with default HLS segment duration
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ export type VideoEncodingConfig = {
|
||||
*/
|
||||
bitrate: number | Quality;
|
||||
/**
|
||||
* The interval, in seconds, of how often frames are encoded as a key frame. The default is 5 seconds. Frequent key
|
||||
* The interval, in seconds, of how often frames are encoded as a key frame. The default is 2 seconds. Frequent key
|
||||
* frames improve seeking behavior but increase file size. When using multiple video tracks, you should give them
|
||||
* all the same key frame interval.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user