We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After running node . and inserting a link the program freezes and doesn't do anything
node .
npm install axios ffprobe-client
Expected behavior: Should print out information about the video and amount of times it will loop then use ffmpeg to make the video.
Actual behavior: No information, blank and frozen.
You can get this information from executing npm version and nodejs -v
npm version
nodejs -v
The text was updated successfully, but these errors were encountered:
Will be investigated and fixed in the next version of the program with a graphical interface
Sorry, something went wrong.
v4ltages
No branches or pull requests
Prerequisites
Operating System
Description
After running
node .
and inserting a link the program freezes and doesn't do anythingSteps to Reproduce
npm install axios ffprobe-client
node .
Expected behavior: Should print out information about the video and amount of times it will loop then use ffmpeg to make the video.
Actual behavior: No information, blank and frozen.
Versions
You can get this information from executing
npm version
andnodejs -v
The text was updated successfully, but these errors were encountered: