Changes between Initial Version and Version 1 of Ticket #9801
- Timestamp:
- Jun 3, 2022, 4:30:53 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9801 – Description
initial v1 4 4 if I run 5 5 {{{ 6 "ffmpeg -h encoder=prores_videotoolbox"}}} 7 , I can get 6 "ffmpeg -h encoder=prores_videotoolbox" 7 }}} 8 I can get encoder info successfully as: 8 9 {{{ 9 encoder info successfully as:10 10 "Encoder prores_videotoolbox [VideoToolbox ProRes Encoder]: 11 11 General capabilities: dr1 delay hardware … … 38 38 39 39 get info as : 40 {{{[prores_videotoolbox @ 0x7fc10940ca80] Error: cannot create compression session: -12908 40 {{{ 41 [prores_videotoolbox @ 0x7fc10940ca80] Error: cannot create compression session: -12908 41 42 [prores_videotoolbox @ 0x7fc10940ca80] Try -allow_sw 1. The hardware encoder may be busy, or not supported. 42 43 Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height 43 Conversion failed!}}} 44 Conversion failed! 45 }}}


