Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify the rcmode parameter range #428

Merged
merged 33 commits into from
Dec 30, 2022
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
672d2a5
test
gh-sxp Jul 22, 2022
796d25e
test
gh-sxp Jul 22, 2022
9b69500
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Jul 30, 2022
9bf536a
ffmpeg pushes RTMP with error conversion failed
gh-sxp Jul 30, 2022
0aa295c
Merge branch 'dev' into dev
zhangxiaojingCAN Jul 30, 2022
0ab5ba7
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Aug 9, 2022
d99c909
Merge branch 'dev' of github.com:gh-sxp/k510_buildroot into dev
gh-sxp Aug 9, 2022
4af138c
encod JPEG, QP exceeds 51 coredump
gh-sxp Aug 9, 2022
b92fab1
modify jpeg maxqp value
gh-sxp Aug 9, 2022
4bc37bf
modify maxqp
gh-sxp Aug 9, 2022
1a8f1e6
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Aug 16, 2022
1f08606
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Aug 23, 2022
10bdf9e
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Aug 28, 2022
0266765
DAC output error, left and right channels reversed
gh-sxp Aug 28, 2022
aa9b70c
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Sep 4, 2022
f95de29
Multi channel RTSP audio push problem
gh-sxp Sep 4, 2022
1e2c196
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Sep 18, 2022
5964c56
play 16k noise
gh-sxp Sep 18, 2022
202a7bd
Merge branch 'dev' into dev
zhangxiaojingCAN Sep 19, 2022
968f567
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Nov 6, 2022
1f5cd2e
Merge branch 'dev' of github.com:gh-sxp/k510_buildroot into dev
gh-sxp Nov 6, 2022
fe58153
aplay play 32 bit sampled audio only one channel has sound
gh-sxp Nov 6, 2022
f2546b7
Merge branch 'dev' into dev
zhangxiaojingCAN Nov 11, 2022
c5d0c66
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Nov 24, 2022
55d0999
Merge branch 'dev' of github.com:gh-sxp/k510_buildroot into dev
gh-sxp Nov 24, 2022
8461f02
Merge remote-tracking branch 'upstream/dev' into dev
gh-sxp Dec 6, 2022
0ad670f
Increase live555 buffer to avoid frame loss
gh-sxp Dec 6, 2022
b069dab
xxMerge remote-tracking branch 'upstream/dev' into dev
gh-sxp Dec 15, 2022
5dca6ee
reduce the buffer size to support 4-way rtsp streams at the same time
gh-sxp Dec 15, 2022
950573e
x
gh-sxp Dec 29, 2022
edcc81b
modify rcmode
gh-sxp Dec 29, 2022
4704eab
Merge branch 'dev' into dev
zhangxiaojingCAN Dec 29, 2022
918a736
Merge branch 'dev' into dev
zhangxiaojingCAN Dec 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package/encode_app/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2022,7 +2022,7 @@ int parse_cmd(int argc, char *argv[])
printf("-inframes: input frames for input file\n");
printf("-outframes: output frames for output file\n");
printf("-gop: gop length in frames including the I picture,use in IDR\n");
printf("-rcmode: 0:CONST_QP 1:CBR 2:VBR 3:jpg\n");
printf("-rcmode: 0:CONST_QP 1:CBR 2:VBR\n");
printf("-bitrate: bitrate(Kb)\n");
printf("-maxbitrate: max bitrate(Kb),use in vbr\n");
printf("-profile: 0: base 1:main 2:high\n");
Expand Down