Skip to content

Add Windows NVENC build support#18

Open
JonnyBurger wants to merge 1 commit into
mainfrom
jonnyburger/windows-nvenc-support
Open

Add Windows NVENC build support#18
JonnyBurger wants to merge 1 commit into
mainfrom
jonnyburger/windows-nvenc-support

Conversation

@JonnyBurger
Copy link
Copy Markdown
Member

Summary

  • install pkg-config in the Windows cross-build so FFmpeg can discover nv-codec-headers
  • explicitly enable FFmpeg ffnvcodec/nvenc components when NVENC is expected
  • fail the build if h264_nvenc or hevc_nvenc is not present in FFmpeg's generated config

Validation

  • node --check compile-ffmpeg.mjs
  • node --check compile-nvenc.mjs
  • git diff --check

Install pkg-config for the Windows cross-build so FFmpeg can discover nv-codec-headers, explicitly request ffnvcodec/nvenc, and fail the build if the expected NVENC encoders are not configured.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant