-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Progress bar bug when uploading a file called "output.mp4" #9
Labels
bug
Something isn't working
Comments
Can you add the console log here, so we can have a record of the console here |
|
@rithvikmahin Okay this is an easy fix, we should randomize the output file name based on the input file, that is inputFileName-{random}.{extension} |
Resolved with {inputFileName}-output.extension. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error message: File 'output.mp4' already exists. Exiting.
When a file called output.mp4 is uploaded and the settings H.264 and MP4 are chosen, that bug appears and the visual display says finished but the progress bar will be stuck at 1%.
The text was updated successfully, but these errors were encountered: