-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vcomp/lavc: added defaults for OpenH264
Acually there is quite a few that can be set: 1. default compression (witout RC) works quite good 2. bitrate as well (if the bitrate isn't too low) 3. quality controlled RC doesn't seem to work good Slice considerations: - 32 (default) triggers a warning for FullHD and OpenH264 will use 16 -> this is OK - slices=0 would disable multithreading - setting max_nal_size (with slices=0) would help as well, but it is not clear what is the "good" value Not yet added to CI (libopenh264 is included in Ubuntu 22.04, now using 20.04 for the build).
- Loading branch information
1 parent
f5d6cc0
commit 3aec782
Showing
1 changed file
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters