How do I load and store an mp4 video file? #1078
Unanswered
anna-charlotte
asked this question in
1. Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
I want to have two functions:
I tried implementing those as follows:
Expected behavior
I have an mp4 file, that I want to load to
video_1
. When storing thevideo_1
array to an mp4 file, and then load the video from that new file to a second array,video_2
, I expect:np.allclose(video_1, video_2)
Actual behavior
I am getting an Assertion error:
Traceback:
Research
I have done the following:
Beta Was this translation helpful? Give feedback.
All reactions