MCPcopy Create free account
hub / github.com/kkroening/ffmpeg-python / Error

Class Error

ffmpeg/_run.py:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21
22class Error(Exception):
23 def __init__(self, cmd, stdout, stderr):
24 super(Error, self).__init__(
25 '{} error (see stderr output for detail)'.format(cmd)
26 )
27 self.stdout = stdout
28 self.stderr = stderr
29
30
31def _get_input_args(input_node):

Callers 2

probeFunction · 0.85
runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…