-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
video bitrate #70
Comments
Hi @zhouzhenneng, I'll check if I can do for the bitrate problem in the next release. Sadly, I have no room for the update right now. |
Hi,
Taehun Kim ***@***.***> 于2024年7月30日周二 17:05写道:
… Hi @zhouzhenneng <https://github.com/zhouzhenneng>, I'll check if I can
do for the bitrate problem in the next release. Sadly, I have no room for
the update right now.
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOY3NYQFI6Z3XU64W57O7JLZO5JMRAVCNFSM6AAAAABLL77DX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJXHA2TANRTHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi Taehun,
Thanks for your response, looking forward to your next release
Taehun Kim ***@***.***> 于2024年7月30日周二 17:05写道:
… Hi @zhouzhenneng <https://github.com/zhouzhenneng>, I'll check if I can
do for the bitrate problem in the next release. Sadly, I have no room for
the update right now.
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOY3NYQFI6Z3XU64W57O7JLZO5JMRAVCNFSM6AAAAABLL77DX2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJXHA2TANRTHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi, @zhouzhenneng, I changed the bitrate option in opencv videowriter, but this will not guarantee 100% identical bitrate as the input. If you still need the bitrate to be preserved, please save video as images and process each frame, then merge them into video format. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I used the transparent-background tool to process a green screen video, the source video had the following properties:
However, the resulting output video had these properties:
As you can see, the bitrate of the output video has been significantly reduced, leading to a decrease in video quality. How can I set a higher bitrate or maintain the original bitrate during processing?
The text was updated successfully, but these errors were encountered: