From c002fe079a49194ecb209b8ac6f1ac08bce62a7b Mon Sep 17 00:00:00 2001 From: PiotraXc Date: Mon, 25 Nov 2024 12:31:51 +0700 Subject: [PATCH] Update Index.js --- Index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Index.js b/Index.js index e5a00d8..2df5a0f 100644 --- a/Index.js +++ b/Index.js @@ -7,7 +7,7 @@ const { exec } = require('child_process'); const asciify = require('asciify-image'); const readline = require('readline'); -const videoPath = 'path/to/video.mp4'; // Replace with your video file path +const videoPath = 'storage/'; const framesDir = './frames'; // Create frames directory if it doesn't exist