autotest conf changes
This commit is contained in:
parent
8daf682763
commit
c10ee32918
@ -1,20 +1,20 @@
|
||||
repeats: 3
|
||||
|
||||
options:
|
||||
x264enc:
|
||||
bitrate: [ "10000", "20000", "5000" ]
|
||||
speed-preset: [ "ultrafast", "fast", "medium" ]
|
||||
tune: [ "zerolatency" ]
|
||||
sliced-threads: [ "true", "false" ]
|
||||
b-adapt: [ "true", "false" ]
|
||||
rc-lookahead: [ "40", "0" ]
|
||||
ref: [ "3", "0" ]
|
||||
nvh264enc:
|
||||
bitrate: [ "10000", "20000", "5000" ]
|
||||
preset: [ "4", "5", "1" ]
|
||||
rc-lookahead: [ "0" ]
|
||||
rc-mode: [ "2", "0", "5" ]
|
||||
zerolatency: [ "true", "false" ]
|
||||
# x264enc:
|
||||
# bitrate: [ "10000", "20000", "5000" ]
|
||||
# speed-preset: [ "ultrafast", "fast", "medium" ]
|
||||
# tune: [ "zerolatency" ]
|
||||
# sliced-threads: [ "true", "false" ]
|
||||
# b-adapt: [ "true", "false" ]
|
||||
# rc-lookahead: [ "40", "0" ]
|
||||
# ref: [ "3", "0" ]
|
||||
# nvh264enc:
|
||||
# bitrate: [ "10000", "20000", "5000" ]
|
||||
# preset: [ "4", "5", "1" ]
|
||||
# rc-lookahead: [ "0" ]
|
||||
# rc-mode: [ "2", "0", "5" ]
|
||||
# zerolatency: [ "true", "false" ]
|
||||
nvv4l2h264enc:
|
||||
bitrate: [ "10000000", "20000000", "5000000" ]
|
||||
profile: [ "0", "1", "2" ]
|
||||
@ -34,16 +34,16 @@ videosrc:
|
||||
|
||||
psnr_check:
|
||||
x264enc: "-pixel_format yuv420p -color_range pc"
|
||||
nvh264enc: "-pixel_format nv12 -color_range tv"
|
||||
nvv4l2h264enc: "-pixel_format nv12 -color_range tv"
|
||||
nvh264enc: "-pixel_format yuv420p -color_range pc"
|
||||
nvv4l2h264enc: "-pixel_format yuv420p -color_range pc"
|
||||
|
||||
with_docker:
|
||||
- nvv4l2h264enc
|
||||
|
||||
formats:
|
||||
x264enc: "I420"
|
||||
nvh264enc: "NV12"
|
||||
nvv4l2h264enc: "NV12"
|
||||
x264enc: "video/x-raw,format=I420"
|
||||
nvh264enc: "video/x-raw,format=NV12"
|
||||
nvv4l2h264enc: "video/x-raw(memory:NVMM),format=NV12"
|
||||
|
||||
profiles:
|
||||
- baseline
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user