We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed963f commit 4819418Copy full SHA for 4819418
README.md
@@ -16,7 +16,7 @@ void video() {
16
//ffmpeg-api will automatically handle conversion between the input pixel
17
//format and the codec's pixel format
18
settings.m_pixelFormat = PixelFormat::RGB0;
19
- settings.m_codecId = 27; //fetch codecs using recorder.getAvailableCodecs()
+ settings.m_codec = "h264_nvenc"; //fetch codecs using recorder.getAvailableCodecs()
20
settings.m_bitrate = 30000000;
21
settings.m_width = 1920;
22
settings.m_height = 1080;
0 commit comments