!!!! Disclaimer: NVENC-export is third-party software that is not supported by either Adobe or NVidia. It comes with no warranty -- use at your own risk.
nvenc_export is a NVidia GPU-accelerated H264/HEVC export-plugin for Adobe Premiere. It is a "proof-of-concept" that provides quick encode times by offloading the computationally intensive video-encoding operation to the NVidia GPU's dedicated hardware block NVENC.
Compared to high-quality software encoder such as x264/x265, NVENC currently produces inferior visual quality and compression efficiency. However, due to the nature of fixed function hardware, it does offer significantly faster encode times than software alone, with significantly less power consumption. The speed advantage is helpful for turning out many draft-quality videorenders quickly.
Download link: <nvenc_export 1.12 (Nov 20, 2016)>
Programmers who are interested in modifying nvenc_export, source-code link: <nvenc_export 1.12 src (Nov 20, 2016)>
Minimum hardware requirements:
(1) NVidia Kepler GPU
(a) for H264 4:4:4 support: Maxwell Gen1 (GTX750) or newer
(b) for HEVC 4:2:0 support: Maxwell Gen2 (GTX950) or newer
(c) for HEVC Main10/4:4:4 support: Pascal (GTX1050) or newer
(2) AMD or Intel CPU with SSSE3 instruction support (virually anything newer than 2008)
Minimum software requirements:
(1) Adobe host applicaition: Adobe Premiere Pro CS6 or Adobe Premiere Elements 14
(3) Windows 7 SP1 (64-bit)
(4) Microsoft Visual C++ 2013 Software Redistributables (download this from Microsoft)
(5) NVidia Geforce driver 368.81 or newer (Aug 2016)
(6) for AAC-audio support, you must separately download NeroAacEnc from www.nero.com
(7) for FLAC-audio support, you must separately download the command-line version of FLAC from (www.xiph.org/flac)
(8) for multiplexer support, you must separately download TSMuxer, MP4BOX, and MKVmerge
Installation:
You will need administrator privileges to install nvenc_export, because you must copy the plugin file nvenc_export_112_sse2.prm into the installation dir of your Adobe application.
For Adobe Premiere Pro CS6 or CC:
(1) On your system, locate the installation-directory for Premiere Pro CS6.
Usually, this is C:/Program Files/Adobe/Adobe Premiere Pro CS6
(2) Copy the included file Plug-ins/Common/nvenc_export_112_sse2.prm
to <installation dir>/Plug-ins/Common/
* To use nvenc_export in Adobe Media Encoder, You must also copy *.prm file to the same directory ("Plug-ins/Common/") in your Adobe Media Encoder installation-dir.
For Adobe Premiere Elements 14:
(1) On your system, locate the installation-directory for Premiere Elements 14.
Usually, this is C:/Program Files/Adobe/Adobe Premiere Elements 14
(2) Copy the included file Plug-ins/Common/nvenc_export_112_sse2.prm
to <installation dir>/Plug-ins/Common/
(Older versions of Elements are supported, see the readme.txt file for additional files to copy.)
-> To choose the NVENC-plugin in Media Encoder,
in the export/format-menu, select<NVENC_export 1.12(sse2)>
Warning!!!: do not copy nvenc_export_112_avx2.prm into this directory, unless you are certain your CPU is recent enough to support AVX2! If your CPU does not support AVX2, Premiere will *CRASH* at startup (until you remove this file from this dir.)
Known Limitations/problems:
(1) nvenc_export is "beta-quality" software... it is loaded with bugs.
(2) Audio/video is out-of-sync when lookAhead feature is used with HEVC. (H264 should be ok.)
(3) TSMuxer has problems with HEVC-video (dropped frames, stuttering video, etc.)
If exporting to HEVC, use MKV instead.
(4) Audio codec support is limited to PCM, FLAC, and AAC
(5) nvenc_export cannot export HDR-video (HDR10, DolbyVision). Although it now supports HEVC Main0 profile (which is capable of carrying HDR video), this plugin was built using the Adobe CS6 SDK (2012), which predates HDR10 & Dolbyvision. (nvenc_export has other problems, too. See readme.)
(6) Memory leak inside the plugin. Over successive export operations, nvenc_export slowly consumes more GPU VRAM. (Quit and restart Adobe Premiere; that should be enough to release the leaked VRAM.)
(7) HEVC-bitstreams are missing the video usability info (VUI) block and user-SEI (generated by nvenc_export.) The VUI contains the video's colour-description (color-space characteristics), and the user-SEI lists the encoder-settings in effect.
(8) If the GPU-configuration of your PC changes in any way (i.e. upgrade to new card, or add/remove existing video-card), any saved encoding-presets that you created with your old setup may cause nvenc_export to crash at startup. Avoid this by deleting *ALL* of the old nvenc_export encoding-presets.
Revision history:
1.12 (Nov 2016) - update to NVENC 7.0 API
⦁ Separate the AVX/AVX2 optimizations from the baseline codebase. nvenc_export is now compiled for 3 CPU-architectures: SSE2, AVX, AVX2. Before, nvenc_export 1.11 was only compiled for AVX2, and would *CRASH* if the host-CPU lacked AVX capability.
The "SSE2" build runs on the widest array of processors (though it still requires SSSE3 instruction set suport.) The AVX and AVX2 offer more optimized YUV-repacking and RGB2YUV conversion routines (these operations run entirely in software on the host-CPU). In most cases, the Adobe videorender or the GPU-encoding is the speed-bottleneck, so the AVX/AVX2 builds won't offer faster encode (though perhaps reduced CPU-utilization.)
⦁ Add HEVC Main10, FREXT profiles (for Pascal GPU): 10bpp, 4:4:4
⦁ Add new NVENC configuration items exposed by NVENC 7.0: enableLookAhead, temporalAQ, EnableNonRefP, strictGOPTarget
⦁ Add FLAC-audio support (requires third-party download from www.xiph.org/flac)
⦁ For 5.1 (surround) audio output, make channel-swapping a user-controlled checkbox 'audio51_swap'. (This is only required for CS6 and Elements 12.)
⦁ In h264 bitstreams, fix dropped user-SEI message (which lists the user's encoder-settings.) [Change nvencoderconfig settings from disabled to enabled: aud_enable, sei_BufferPeriod, and sei_PictureTime]
⦁ Fix some PrPixelFormat autonegotation problems. Premiere Elements 15 no longer provides 4:2:0 or 4:2:2 YUV-video, so nvenc_export will request 4:4:4 YUV.
⦁ Remove RGB video from PrPixelFormat autonegotiation. (User still has option to manually force Adobe to output RGB-video, by enabling the checkbox 'forced_PrPixelFormat'.)
⦁ Export operation now generates a debug *.log file
⦁ Fixed some problems with user-interface dialog-boxes failing to refresh properly in response to a change to a dependent setting.
⦁ Allow some user command-line arguments to be passed to third-party tools. (Note, cannot override the default arguments that are already put there by nvenc_export.)
Message was edited by: Nvenc Tester