You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the below code to write a video, the output video is not clarity
cv.VideoWriter writer = cv.VideoWriter.empty();
writer.open(“video.mp4”, "H264", 30, (1920, 1080));
Do you have the interface about writer.set(cv::VIDEOWRITER_PROP_BITRATE, 4000000);
The text was updated successfully, but these errors were encountered:
Question
When I use the below code to write a video, the output video is not clarity
cv.VideoWriter writer = cv.VideoWriter.empty();
writer.open(“video.mp4”, "H264", 30, (1920, 1080));
Do you have the interface about writer.set(cv::VIDEOWRITER_PROP_BITRATE, 4000000);
The text was updated successfully, but these errors were encountered: