Fix faulty faulty lookup table logic (addresses #70)

This commit is contained in:
Vanilagy
2025-08-22 14:20:57 +02:00
parent bb9554df60
commit 2d62395fc0
4 changed files with 19 additions and 15 deletions
+4
View File
@@ -17,6 +17,9 @@
});
const videoTrack = await input.getPrimaryVideoTrack();
console.log(await videoTrack.getFirstTimestamp(), await videoTrack.computeDuration());
/*
const sink = new Mediabunny.EncodedPacketSink(videoTrack);
for await (const packet of sink.packets()) {
@@ -24,6 +27,7 @@
//if (packet.timestamp > 135) break;
}
*/
/*
const audioTrack = await input.getPrimaryAudioTrack();