#9546 closed defect (fixed)
Videotoolbox Prores and VP9 does not work
Reported by: | Atarikid | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Compiling FFmpeg on the latest MBP Pro 16 with Apple M1 Pro chipset and the latest git source (2 December 2021) with video toolbox enabled does not include Prores and VP9.
Only h264_videotoolbox and hevc_videotoolbox are working. prores_videotoolbox or vp9_videotoolbox is not available.
Change History (3)
comment:1 by , 3 years ago
comment:2 by , 3 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with the latest daily build 22/12/2021
comment:3 by , 3 years ago
Summary: | Videotoolbox Proces and VP9 does not work → Videotoolbox Prores and VP9 does not work |
---|
Note:
See TracTickets
for help on using tickets.
Looking at the compile log it should enabled both:
Enabled hwaccels:
h263_videotoolbox mpeg1_videotoolbox prores_videotoolbox
h264_videotoolbox mpeg2_videotoolbox vp9_videotoolbox
hevc_videotoolbox mpeg4_videotoolbox
But prores_videotoolbox and vp9_videotoolbox are not working (not available).
But it should on a Apple M1 Pro (and Max).
I guess FFmpeg does not check correctly if the hardware has support for it or not.