Changes between Version 5 and Version 6 of HWAccelIntro
- Timestamp:
- Aug 11, 2015, 5:38:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HWAccelIntro
v5 v6 50 50 Currently only used in filtering (deshake and unsharp filters). In order to use OpenCL code you need to enable the build with {{{--enable-opencl}}}. An API to use OpenCL API from FFmpeg is provided in libavutil/opencl.h. No decoding/encoding is currently supported (yet). 51 51 52 == c66x == 53 54 Website: 55 http://signalogic.com/ffmpeg.html 56 57 Hardware / software solution with c66x accelerator card containing multicore CPUs, DDR3 mem, and NIC. Enabled by adding -hwaccel c66x in ffmpeg command line. Supports (i) file output, (ii) streaming output using NIC ports on card, and (iii) VM operation. Enable build with {{{--enable-c66x}}} 58 52 59 == External resources == 53 60
