Open zhouzhenneng opened 4 months ago
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 https://github.com/plemeri/transparent-background/issues/70#issuecomment-2257850638, 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 https://github.com/plemeri/transparent-background/issues/70#issuecomment-2257850638, 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.
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?