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
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
-
google sayd that ffmpeg uses azmq to change filter options at runtime.
I am trying to use it for volume filter.
links.append(self._graph.add("volume@my","azmq"))
links.append(self._graph.add("volume", "42,azmq"))
links.append(self._graph.add("volume", "azmq"))
but I receive an error. about error in filter value.
How to use zmq in pyav? Or another way to change volume filter option at runtime
Beta Was this translation helpful? Give feedback.
All reactions