nvenc Questions

5

Solved

I`m trying to compile ffmpeg in windows with nvidia libraries for hardware acceleration using MinGW/msys. tried to follow the instruction on nvidias website (section: Getting Started with FFmpeg/li...
Showplace asked 26/1, 2017 at 9:16

0

I have been working on Camera Video Frame Capturing for the past year. I am trying to make a video streaming plugin using webrtc and its associated technologies. I know that there are some certain ...
Stay asked 25/10, 2021 at 20:39

2

I installed Nvidia Video Codec SDK 8.2 + ffmpeg inside a docker container by using nvidia-docker but when I run this ffmpeg -f rawvideo -s:v 1920x1080 -r 30 -pix_fmt yuv420p -i HeavyHand_1080p.yu...
Eustis asked 28/8, 2018 at 16:51

1

I have the following pipeline: Render into texture attachment to custom FBO. Bind that texture attachment as image. Run compute shader ,sampling from the image above using imageLoad/Store. Write ...
Kaplan asked 1/6, 2016 at 12:45

1

Solved

I get the error "No NVENC capable devices found" when trying a simple encoding like this, even skipping audio to make sure it's not an audio problem: ffmpeg.exe -i input.mp4 -c:v hevc_nvenc -an ou...
Heighten asked 13/5, 2017 at 2:49

1

Let's call a p-frame frame empty if it doesn't change any pixels in the currently decoded video (i.e. no motion vectors, nothing). What I need is to be able to manually insert empty p-frame into t...
Saintpierre asked 14/4, 2017 at 14:10

1

Solved

This is going to be a self-answered question, because it has driven me nuts over the course of a full week and I wish to spare fellow programmers the frustration I went through. The situation is t...
Rhett asked 17/10, 2015 at 11:13
1

© 2022 - 2024 — McMap. All rights reserved.