Issue with filesink video writing
Aswin
aswin.prabhakaran at datakalp.com
Thu Feb 4 06:30:04 UTC 2021
Hi ,
Even though i am able to view the file, the FPS of the of the video file is
too low.
When checked in OPENCV, FPS is only 5.
*
>>> import cv2
cap = cv2.VideoCapture("./test.mp4")
print(cap.get(cv2.CAP_PROP_FPS))
5.169714336356385
print(cap.get(cv2.CAP_PROP_FRAME_COUNT))
350.0*
Any idea why this might be ??
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list