You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMPORTANT: Be sure to replace all template sections {{ like this }} or your issue may be discarded.
Overview
{{ A clear and concise description of what the bug is. }}
Example remux.py failed
Expected behavior
Got remuxed video
Actual behavior
Traceback:
File "/Users/xizhen.liu/Downloads/test2.py", line 10, in <module>
out_stream = output.add_stream(template=in_stream)
File "av/container/output.pyx", line 47, in av.container.output.OutputContainer.add_stream
TypeError: add_stream() takes at least 1 positional argument (0 given)
Investigation
I tried using add_stream_from_template(). It runs successfully but the output video is not playable
This discussion was converted from issue #1707 on January 11, 2025 20:03.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
IMPORTANT: Be sure to replace all template sections {{ like this }} or your issue may be discarded.
Overview
{{ A clear and concise description of what the bug is. }}
Example remux.py failed
Expected behavior
Got remuxed video
Actual behavior
Traceback:
Investigation
I tried using
add_stream_from_template()
. It runs successfully but the output video is not playableReproduction
Versions
Research
I have done the following:
Additional context
Beta Was this translation helpful? Give feedback.
All reactions