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 f5c0a0a commit 530c5cdCopy full SHA for 530c5cd
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_codec = "h264_nvenc";
+ settings.m_codecId = 27; //fetch codecs using recorder.getAvailableCodecs()
20
settings.m_bitrate = 30000000;
21
settings.m_width = 1920;
22
settings.m_height = 1080;
@@ -70,4 +70,4 @@ git clone https://github.com/EclipseMenu/ffmpeg-android-maker/
70
cd ffmpeg-android-maker
71
./ffmpeg-android-maker.sh
72
```
73
-You can either run it natively on Linux or using WSL on Windows.
+You can either run it natively on Linux or using WSL on Windows.
0 commit comments