Skip to content

Instantly share code, notes, and snippets.

@aliyevorkhan
Created September 18, 2020 20:45
Show Gist options
  • Save aliyevorkhan/e85d49805586949f0b55be82657a01b6 to your computer and use it in GitHub Desktop.
Save aliyevorkhan/e85d49805586949f0b55be82657a01b6 to your computer and use it in GitHub Desktop.
import cv2
cap=cv2.VideoCapture("video.mp4")
fps = cap.get(cv2.CAP_PROP_FPS)
print(fps)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment