This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
Add crf ratecontrol support #70
Open
kirithika7
wants to merge
106
commits into
OpenVisualCloud:master
Choose a base branch
from
kirithika7:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add new rate control mode-crf that takes the cli -rc 2 and -crf value in [0-51]
…istance 2. Added Check for FrameIndex not exceding No of Frame to Encode
… the feedback of the previous base layer has arrived. The impact on speed to be evaluated
…r than or equal to the TemporalId of the access unit containing the NAL unit
This fix ensures right signalling of Picture timing for keyframes>0
…usly It was going beyond target Bitrate and was within Max Bitrate, if Max rate is Greater than Target Bitrate
# Conflicts: # Config/Sample.cfg # Docs/svt-hevc_encoder_user_guide.md # Source/API/EbApi.h # Source/App/EbAppConfig.c # Source/App/EbAppConfig.h # Source/App/EbAppContext.c # Source/Lib/Codec/EbEncDecProcess.c # Source/Lib/Codec/EbEncHandle.c # Source/Lib/Codec/EbEncodeContext.c # Source/Lib/Codec/EbEncodeContext.h # Source/Lib/Codec/EbEntropyCoding.h # Source/Lib/Codec/EbPacketizationProcess.c # Source/Lib/Codec/EbPacketizationReorderQueue.c # Source/Lib/Codec/EbPacketizationReorderQueue.h # Source/Lib/Codec/EbPictureControlSet.c # Source/Lib/Codec/EbPictureDecisionProcess.c # Source/Lib/Codec/EbRateControlProcess.c
Signed-off-by: kirithika <[email protected]>
Signed-off-by: kirithika <[email protected]>
…edictBitsDup() in EbEncDecProcess.c Signed-off-by: kirithika <[email protected]>
EncodeLcu This commit also has some cleanups done Signed-off-by: kirithika <[email protected]>
…avoid underflow while removing a single frame Signed-off-by: kirithika <[email protected]>
…in low level VBV Signed-off-by: kirithika <[email protected]>
…le lookahead for crf Signed-off-by: kirithika <[email protected]>
Signed-off-by: kirithika <[email protected]> # Conflicts: # Source/Lib/Codec/EbEncDecProcess.c # Source/Lib/Codec/EbPictureControlSet.c
Signed-off-by: kirithika <[email protected]>
Hi @kirithika7, is there a way to use for example CRF=20 encoding, but also limit the maximum bitrate? If yes, could you add more usage example in the user guide? Thx. |
Signed-off-by: Austin Hu <[email protected]>
Signed-off-by: Austin Hu <[email protected]>
tianjunwork
reviewed
Oct 18, 2019
Is this going forward? |
Any updates on this PR? It has been opened for a long time. |
I'm pretty sure development on svt-hevc is dead. |
Hi! What about this PR? What is needed to be fixed to upmerge it? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add new rate control mode-crf that takes the cli -rc 2 and -crf value in [0-51]