Add fixed ffmpeg to Dockerfile
https://github.com/bbilly1/tubearchivist/commit/b12df3f31231db9e33f56fb4bcd25ca4b48797e8
What problem does this solve?
"ERROR: Postprocessing: Conversion failed!"
I'm not seeing this, can you give an example video URL?
https://www.youtube.com/watch?v=wQ_G1-bFKVc
I see the problem.
I can't use the code in the patch as is, since MeTube is a multiplatform build, and the patch uses amd64-specific binaries. Maybe there are binaries for other platforms too, and the Dockerfile can be made to work with them, I don't know. In the meantime there's a workaround -- you can select MP4 format, and the video downloads and merges great. I hope upstream ffmpeg adopts the fixes and they propagate to alpine soon, so we'll see them trickle down to MeTube as well.
I'm leaving the issue open for now as a reminder to check up on it.
Any interesting news here? Also hitting this issue.