Add file compression example

This commit is contained in:
Vanilagy
2025-06-01 18:14:37 +02:00
parent 5d8599bbb5
commit a7386fc6c3
10 changed files with 413 additions and 209 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ export class Input<S extends Source = Source> {
}
/**
* Computes the duration of the longest track in this input file, in seconds. More precisely, returns the largest
* end timestamp among all tracks.
* Computes the duration of the input file, in seconds. More precisely, returns the largest end timestamp among
* all tracks.
*/
async computeDuration() {
const demuxer = await this._getDemuxer();