big repo update

This commit is contained in:
2023-09-15 14:01:17 +03:00
parent 053694614e
commit 8a175887f0
19 changed files with 13565 additions and 6442 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

+3
View File
@@ -0,0 +1,3 @@
import skvideo.io
videodata = skvideo.io.vread("video5v.mp4")
print(videodata.shape)
File diff suppressed because one or more lines are too long