-
Notifications
You must be signed in to change notification settings - Fork 187
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
FFmpeg is broken in the 0.16.0 when trying to cut a video #282
Comments
@xibr seems something went wrong with the new ffmpeg binaries |
I will take a look. |
Please test #283 |
please test with v0.16.1 |
@JunkFood02 seems to work as expected now.
This is the error This is the command used
Also the FFMPEG progress needs to be implemented |
Try cutting a video with yt-dlp.
Sample command:
--download-sections "*6:11-7:42" -f "298+251" -P "/storage/emulated/0/Download/Testing" -o "%(title)s.%(ext)s" "https://www.youtube.com/watch?v=DEgt25yYidY"
The text was updated successfully, but these errors were encountered: