mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Add file compression example
This commit is contained in:
+2
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user