Changes between Version 24 and Version 25 of HWAccelIntro
- Timestamp:
- Jan 6, 2016, 8:14:01 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HWAccelIntro
v24 v25 45 45 and installing it in the include patch (for example in {{{/usr/include/}}}). 46 46 47 For MinGW64, the dxva2api.h is provided through the{{{pacman}}} repository, and can be installed using one of the two following commands, depending on the architecture:47 For MinGW64, the dxva2api.h is provided by default. One way to install mingw-w64 is through a {{{pacman}}} repository, and can be installed using one of the two following commands, depending on the architecture: 48 48 {{{ 49 49 pacman -S mingw-w64-i686-gcc … … 51 51 }}} 52 52 53 To enable DXVA2, use the {{{--enable-dxva2}}} configure switch.53 To enable DXVA2, use the {{{--enable-dxva2}}} ffmpeg configure switch. 54 54 55 55 To test decoding, use the following command: … … 82 82 you can see available presets with “-preset help” 83 83 84 Other [https://github.com/FFmpeg/FFmpeg/blob/079b5d4ef888bd42bf0147a6d964b8bc9ec0f3c5/libavcodec/nvenc.c#L1480 options] appear to be level, tier, cbr, 2pass 84 Other [https://github.com/FFmpeg/FFmpeg/blob/079b5d4ef888bd42bf0147a6d964b8bc9ec0f3c5/libavcodec/nvenc.c#L1480 options] appear to be level, tier, cbr, 2pass, buffer_delay 85 85 86 86 {{{
