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