Spaces:
Build error
Build error
Iskaj
commited on
Commit
•
cc81f7b
1
Parent(s):
94ffc86
add temp docstring
Browse files- videohash.py +1 -0
videohash.py
CHANGED
@@ -46,6 +46,7 @@ def download_video_from_url(url):
|
|
46 |
return filepath
|
47 |
|
48 |
def change_ffmpeg_fps(clip, fps=FPS):
|
|
|
49 |
# Hacking the ffmpeg call based on
|
50 |
# https://github.com/Zulko/moviepy/blob/master/moviepy/video/io/ffmpeg_reader.py#L126
|
51 |
import subprocess as sp
|
|
|
46 |
return filepath
|
47 |
|
48 |
def change_ffmpeg_fps(clip, fps=FPS):
|
49 |
+
""" DOCSTRING HERE """
|
50 |
# Hacking the ffmpeg call based on
|
51 |
# https://github.com/Zulko/moviepy/blob/master/moviepy/video/io/ffmpeg_reader.py#L126
|
52 |
import subprocess as sp
|