Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/kkroening/ffmpeg-python
/ get_stream_spec_nodes
Function
get_stream_spec_nodes
ffmpeg/nodes.py:145–147 ·
view source on GitHub ↗
(stream_spec)
Source
from the content-addressed store, hash-verified
143
144
145
def
get_stream_spec_nodes(stream_spec):
146
stream_map = get_stream_map(stream_spec)
147
return
get_stream_map_nodes(stream_map)
148
149
150
class
Node(KwargReprNode):
Callers
2
view
Function · 0.90
get_args
Function · 0.85
Calls
2
get_stream_map
Function · 0.85
get_stream_map_nodes
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…