You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to censor gopro videos. The app starts without problem, but it ends at around 3% with the message that the process has been completed successfully.
The .mkv output file is correctly censored, but it does not contain the entire length of the input file.
Do you have any idea of what I can do?
Thank you for any help you can provide.
The text was updated successfully, but these errors were encountered:
Theoretically, the loop to go through the whole video is incredibly simple - a CV2 video capture that stops when grabbing the next frame doesn't return True:
* add pre commit hooks, make cli.py executable add shebang
* changing argparse
* add ffmpeg flag for sperical video, remove added .pt extension if it exists twice
* change isort config to multi_line_output=5, remove imported but unused
* add shebang to main, signal
Hello, I'm trying to censor gopro videos. The app starts without problem, but it ends at around 3% with the message that the process has been completed successfully.
The .mkv output file is correctly censored, but it does not contain the entire length of the input file.
Do you have any idea of what I can do?
Thank you for any help you can provide.
The text was updated successfully, but these errors were encountered: