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

[BUG] Log event for certain VP9 encoded Youtube videos #546

Closed
GlassedSilver opened this issue Apr 17, 2022 · 3 comments · Fixed by #547
Closed

[BUG] Log event for certain VP9 encoded Youtube videos #546

GlassedSilver opened this issue Apr 17, 2022 · 3 comments · Fixed by #547
Assignees
Labels
is: bug Something isn't working

Comments

@GlassedSilver
Copy link
Collaborator

Describe the bug

ERROR: Postprocessing: Conversion failed!

To Reproduce
Since around early 2021 some VPN9 encodes from Youtube cause issues with FFMPEG above version 3.0.1.
This has been fixed two months ago.

Expected behavior
conversions (muxes) to happen gracefully.

Screenshots
n/a

Environment

  • YoutubeDL-Material version 4.2
    Installation type: docker
    Docker tag: nightly
    Commit hash: 4fd60c8
    Build date: 2022-04-09

Ideally you'd copy the info as presented on the "About" dialogue
in YoutubeDL-Material.
(for that, click on the three dots on the top right and then
check "installation details". On later versions of YoutubeDL-
Material you will find pretty much all the crucial information
here that we need in most cases!)

Additional context
n/a

@GlassedSilver
Copy link
Collaborator Author

await fix for ffmpeg install in DOCKERFILE from alpine/edge/community repo

@GlassedSilver
Copy link
Collaborator Author

Sadly we ought to wait for (and track the version we want to target) at yt-dlp/yt-dlp#871

https://github.com/yt-dlp/FFmpeg-Builds only provides Linux x86_64 builds that have the patches we need

@GlassedSilver GlassedSilver self-assigned this Apr 18, 2022
@GlassedSilver
Copy link
Collaborator Author

fixed in #551

We're not getting ffmpeg and ffprobe from alpine's repo anymore, at least not for now. we use static binaries straight from master that get created every few weeks or so by what I assume is an FFmpeg team member, at least their site is listed by ffmpeg for people who want master-based builds in static format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant