[Bug]: Unable to determine Video-Bitrate for the stream {'-resolution': '1280x720', '-framerate': '23.976023976023978'}
. Skipped!
#423
Labels
MISSING : INFORMATION 🔍
Requested proper information/evidence about the Issue/PR in context.
QUESTION ❓
User asked about the working/usage of VidGear APIs.
WON'T FIXED 🚫
This issue will not be worked on
Description
Unable to determine Video-Bitrate for the stream
{'-resolution': '1280x720', '-framerate': '23.976023976023978'}
. Skipped!Hi, I'm getting this error.
For example, if I do it for multiple qualities, if any of them I get the error that it does not add it, and also if I set the video_bitrate it also causes some videos not to convert.
Issue Checklist
Expected behaviour
?
Actual behaviour
?
Steps to reproduce
stream_params =
{"-streams":
[
{"-resolution": "1920x1080", "-video_bitrate": "4000k"}, # Stream1: 1920x1080 at 4000kbs bitrate
{"-resolution": "1280x720", "-framerate": 30}, # Stream2: 1280x720 at 30fps
{"-resolution": "640x360", "-framerate": 60.0}, # Stream3: 640x360 at 60fps
]
}
Terminal log output
No response
Python Code(Optional)
VidGear Version
0.2.6
Python version
3.7
OpenCV version
lastest
Operating System version
Ubuntu 20
Any other Relevant Information?
No response
The text was updated successfully, but these errors were encountered: