mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-14 16:52:47 +02:00
h264 encoding profile constrained-baseline, #109.
This commit is contained in:
parent
887413d536
commit
3c17dbe282
3 changed files with 7 additions and 7 deletions
|
@ -95,9 +95,9 @@ services:
|
|||
! videoconvert
|
||||
! queue
|
||||
! video/x-raw,framerate=30/1,format=NV12
|
||||
! v4l2h264enc extra-controls="controls,h264_profile=0,video_bitrate=1250000;"
|
||||
! v4l2h264enc extra-controls="controls,h264_profile=1,video_bitrate=1250000;"
|
||||
! h264parse config-interval=3
|
||||
! video/x-h264,profile=baseline,stream-format=byte-stream
|
||||
! video/x-h264,stream-format=byte-stream,profile=constrained-baseline
|
||||
NEKO_VIDEO_CODEC: h264
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue