Skip to content

Commit

Permalink
Update Index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotraXc authored Nov 25, 2024
1 parent ee32e20 commit c002fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c002fe0

Please sign in to comment.