Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnut authored Oct 15, 2024
1 parent 8ed963f commit 4819418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void video() {
//ffmpeg-api will automatically handle conversion between the input pixel
//format and the codec's pixel format
settings.m_pixelFormat = PixelFormat::RGB0;
settings.m_codecId = 27; //fetch codecs using recorder.getAvailableCodecs()
settings.m_codec = "h264_nvenc"; //fetch codecs using recorder.getAvailableCodecs()
settings.m_bitrate = 30000000;
settings.m_width = 1920;
settings.m_height = 1080;
Expand Down

0 comments on commit 4819418

Please sign in to comment.