[fpv] fix vdec.conf (#1140)

pull/1141/head
cronyx 2023-11-15 02:05:38 +03:00 committed by GitHub
parent 568abb2411
commit 0b4eb2714c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -29,7 +29,7 @@ mavlink_port=14750
osd=simple osd=simple
Extra param (write in one line split by space): ### Extra param (write in one line split by space):
# --ar [mode] - Aspect ratio mode (Default: keep) # --ar [mode] - Aspect ratio mode (Default: keep)
# keep - Keep stream aspect ratio # keep - Keep stream aspect ratio

View File

@ -13,27 +13,27 @@
version=200_imx307B version=200_imx307B
# Sink IP address (Default: 127.0.0.1) ### Sink IP address (Default: 127.0.0.1)
host=127.0.0.1 host=127.0.0.1
# Sink port (Default: 5000) ### Sink port (Default: 5000)
port=5600 port=5600
# Max video rate in Kbit/sec (Default: 8192) ### Max video rate in Kbit/sec (Default: 8192)
rate=4096 rate=4096
# Max payload frame size in bytes (Default: 1400) ### Max payload frame size in bytes (Default: 1400)
payload_size=1400 payload_size=1400
# Streaming mode: compact or rtp (Default: compact) ### Streaming mode: compact or rtp (Default: compact)
mode=compact mode=compact
# Encoded image size (Default: version specific) ### Encoded image size (Default: version specific)
# Standard resolutions: # Standard resolutions:
# D1 - 720 x 480 # D1 - 720 x 480
# 960h - 960 x 576 # 960h - 960 x 576
@ -46,15 +46,15 @@ mode=compact
size=720p size=720p
# Encoder FPS (25,30,50,60) (Default: 60) ### Encoder FPS (25,30,50,60) (Default: 60)
fps=60 fps=60
# GOP denominator (Default: 10) ### GOP denominator (Default: 10)
gop=10 gop=10
# Encoder mode (Default: 264avbr) ### Encoder mode (Default: 264avbr)
# --- H264 --- # --- H264 ---
# 264avbr - h264 AVBR # 264avbr - h264 AVBR
# 264qvbr - h264 QVBR # 264qvbr - h264 QVBR
@ -68,13 +68,13 @@ gop=10
codec=264cbr codec=264cbr
# Data format (Default: stream) ### Data format (Default: stream)
# stream - Produce NALUs in stream mode # stream - Produce NALUs in stream mode
# frame - Produce NALUs in packet mode # frame - Produce NALUs in packet mode
data_format=frame data_format=frame
# Extra param (must be splitted by space) ### Extra param (must be splitted by space)
# --no-slices - Disable slices # --no-slices - Disable slices
# --slice-size [size] - Slices size in lines (Default: 4) # --slice-size [size] - Slices size in lines (Default: 4)
# #