From 1697b94b3da65c48626cb15a4e3b6aa5777ecbb5 Mon Sep 17 00:00:00 2001 From: animanathome Date: Mon, 12 Aug 2024 13:28:21 -0700 Subject: [PATCH] cleanup --- test/framefusion.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/framefusion.test.ts b/test/framefusion.test.ts index 1df1620..a013405 100644 --- a/test/framefusion.test.ts +++ b/test/framefusion.test.ts @@ -195,7 +195,7 @@ describe('FrameFusion', () => { }); // Act and Assert - const imageData = await extractor.getImageDataAtTime(0); // we can't get anything before 8 + const imageData = await extractor.getImageDataAtTime(0); const canvasImageData = createImageData(imageData.data, imageData.width, imageData.height); const canvas = createCanvas(imageData.width, imageData.height); @@ -439,7 +439,6 @@ describe('FrameFusion', () => { it('should accurately generate frames when seeking to time that aligns with frame boundaries.', async() => { // Arrange - // ffprobe -show_frames test/samples/count0To179.mp4 | grep pts // pts=30720 // pts_time=2.000000