Changes between Version 4 and Version 5 of Ticket #65623, comment 27


Ignore:
Timestamp:
Apr 26, 2024, 3:59:44 PM (6 months ago)
Author:
andlabs (Pietro Gagliardi)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65623, comment 27

    v4 v5  
    11FWIW 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
    22
    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.)
     3In 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 The video I'm trying *does* work 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.