We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f5aca commit 9f18f9eCopy full SHA for 9f18f9e
clarifai/runners/utils/video_utils.py
@@ -9,7 +9,7 @@
9
from clarifai.runners.utils import stream_utils
10
11
12
-def stream_video_from_url(url, download_ok=True):
+def stream_frames_from_url(url, download_ok=True):
13
"""
14
Streams a video at the specified resolution using PyAV.
15
@@ -46,7 +46,7 @@ def download_file(url, file_name):
46
f.write(chunk)
47
48
49
-def stream_video_from_bytes(bytes_iterator):
+def stream_frames_from_bytes(bytes_iterator):
50
51
Streams a video from a sequence of chunked byte strings of a streamable video
52
container format.
0 commit comments