Skip to content
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

Open
zaednasr opened this issue Jul 1, 2024 · 5 comments
Open

FFmpeg is broken in the 0.16.0 when trying to cut a video #282

zaednasr opened this issue Jul 1, 2024 · 5 comments

Comments

@zaednasr
Copy link
Contributor

zaednasr commented Jul 1, 2024

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"

image

@JunkFood02
Copy link
Collaborator

@xibr seems something went wrong with the new ffmpeg binaries

@xibr
Copy link
Collaborator

xibr commented Jul 1, 2024

I will take a look.

@xibr xibr mentioned this issue Jul 2, 2024
@xibr
Copy link
Collaborator

xibr commented Jul 2, 2024

Please test #283

@JunkFood02
Copy link
Collaborator

please test with v0.16.1

@zaednasr
Copy link
Contributor Author

zaednasr commented Jul 4, 2024

@JunkFood02 seems to work as expected now.
Now there are two things

  1. Updating YTDLP is broken.

This is the error
No virtual method get_STABLE()Lcom/yausername/youtubedl_android/YoutubeDL$UpdateChannel$STABLE; in class Lcom/yausername/youtubedl_android/YoutubeDL$UpdateChannel$Companion; or its super classes (declaration of 'com.yausername.youtubedl_android.YoutubeDL$UpdateChannel$Companion' appears in /data/app/~~_3xNbSQzWFhZ1ZggBbyytA==/com.deniscerri.ytdl-WhGvSPyeUCbyjj61JV14Fw==/base.apk!classes15.dex)

This is the command used

  YoutubeDL.getInstance().updateYoutubeDL(context, YoutubeDL.UpdateChannel._STABLE)

Also the FFMPEG progress needs to be implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants