Skip to content

Commit

Permalink
modify the rcmode parameter range (#428)
Browse files Browse the repository at this point in the history
* test

* test

* ffmpeg pushes RTMP with error conversion failed

* encod JPEG, QP exceeds 51 coredump

* modify jpeg maxqp value

* modify maxqp

* DAC output error, left and right channels reversed

* Multi channel RTSP audio push problem

* play 16k noise

* aplay play 32 bit sampled audio only one channel has sound

* Increase live555 buffer to avoid frame loss

* reduce the buffer size to support 4-way rtsp streams at the same time

* modify rcmode

Co-authored-by: zhangxiaojingCAN <[email protected]>
  • Loading branch information
gh-sxp and zhangxiaojingCAN authored Dec 30, 2022
1 parent 564ec89 commit 6c74596
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 6c74596

Please sign in to comment.