Rewrite HLS segmentation algo AGAIN, add a bunch of HLS segmentation tests, add VideoEncoder/AudioEncoder timing refinement logic, fix HLS output spec violations

This commit is contained in:
Vanilagy
2026-03-26 16:23:07 +01:00
parent 157582498f
commit 5bc1a31b8e
10 changed files with 1235 additions and 135 deletions
+4
View File
@@ -35,6 +35,7 @@ export {
FlacOutputFormat,
FlacOutputFormatOptions,
HlsOutputFormat,
HlsOutputFormatOptions,
IsobmffOutputFormat,
IsobmffOutputFormatOptions,
MkvOutputFormat,
@@ -158,6 +159,7 @@ export {
AdtsInputFormat,
FlacInputFormat,
IsobmffInputFormat,
HlsInputFormat,
MatroskaInputFormat,
Mp3InputFormat,
Mp4InputFormat,
@@ -167,8 +169,10 @@ export {
WaveInputFormat,
WebMInputFormat,
ALL_FORMATS,
HLS_FORMATS,
ADTS,
FLAC,
HLS,
MATROSKA,
MP3,
MP4,