-
Notifications
You must be signed in to change notification settings - Fork 191
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
[Bug] Downloads fail with "Force Keyframes At Cuts" #729
Comments
Can you forward this issue to yt-dlp, as its not really related to the app itself but the library. Thanks |
The same yt-dlp command (only removing the |
Well -P is necessary. It can't be removed 🤔 |
In the command from the log, |
This might be a ffmpeg bug. What ffmpeg version do u have in termux. I believe the app uses 7.0.1 |
termux has ffmpeg 7.1 and in the op's logs I don't see any sponsorblock url |
Can someone try with the same ffmpeg if the error is reproducable |
so you mean try with ffmpeg 7.0.1 |
Yeah |
Ffmpeg actually just needs to be recompiled with --enable-librav1e --enable-libaom and --enable-vp9 |
Seems youre right. The same download as above works perfectly when I prefer AVC (or HEVC). Just fails when it needs to re-encode VP9 or AV1. |
@error-reporting I made an issue but looking at how ffmpeg is built with termux packages, only --enable-vp9 is missing |
Also the command is --enable-vp9-highbitdepth instead of --enable-vp9? |
looking at the ffmpeg build info in ytdlnis --enable-librav1e --enable-libaom --enable-indev=lavfi --enable-gnutls --enable-gpl --enable-libgme --enable-libharfbuzz is missing |
Huh 🤔 |
ffmpeg 7.1 is a good version to use |
⠀
⠀
Describe the bug
Downloads with cuts fail when
Force Keyframes At Cuts
is turned on.Logs show
ERROR: ffmpeg exited with code -4
. The exact same downloads work whenForce Keyframes At Cuts
is turned off.Expected behavior
Downloads with
Force Keyframes At Cuts
work normally.Steps to reproduce
Select a video to download, add a cut and check
Force Keyframes At Cuts
then download.Device information
Device: OnePlus 6
System: OxygenOS 11.1.2.2 (Android 11)
Screenshots / Recordings
No response
Additional context
log:
The text was updated successfully, but these errors were encountered: