Changes between Version 3 and Version 4 of Ticket #65623, comment 27
- Timestamp:
- Apr 26, 2024, 3:58:54 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65623, comment 27
v3 v4 1 1 FWIW I recently ran across an issue where some YouTube videos download in a format not supported by ffmpeg 4. The yt-dlp maintainers are expecting everyone to be on 6.1.1 at least. Perhaps that port can be moved to depend on ffmpeg 6? https://github.com/yt-dlp/yt-dlp/issues/8641 2 2 3 (In the meantime you can use `--ffmpeg-location /opt/local/bin/ffmpeg6`. Unfortunately 6.1.1 also doesn't work for the video I'm trying, though; will report upstream if ffmpeg 7 can't either... EDIT yep, the video I'm trying works in ffmpeg 7 .)3 (In the meantime you can use `--ffmpeg-location /opt/local/bin/ffmpeg6`. Unfortunately 6.1.1 also doesn't work for the video I'm trying, though; will report upstream if ffmpeg 7 can't either... EDIT yep, the video I'm trying works in ffmpeg 7, so I will repeat the request to bump ffmpeg6. I did have to patch libavdevice/avfoundation.m due to conflicting type names.)