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


Ignore:
Timestamp:
Apr 26, 2024, 4:02:07 PM (6 months ago)
Author:
andlabs (Pietro Gagliardi)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65623, comment 27

    v5 v6  
    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 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.
     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 on 10.12 with Xcode 9 (change the parameter of `getDevicesWithMediaType()` on line 765 to be of type `NSString *`).