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
I am trying to send an af-command to a (custom) libav filter [1] during/after "seek" events via mp.register_event(). This doesn't work, I am getting error running command. When I am sending the exact same af-command via a key-binding, it succeeds. Why doesn't it work during "seek" events? Is it possible to make it work? I couldn't find anything in the docs that explains this different behaviour.
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
-
I am trying to send an
af-command
to a (custom) libav filter [1] during/after "seek" events viamp.register_event()
. This doesn't work, I am gettingerror running command
. When I am sending the exact sameaf-command
via a key-binding, it succeeds. Why doesn't it work during "seek" events? Is it possible to make it work? I couldn't find anything in the docs that explains this different behaviour.mpv/ffmpeg version:
mpv command:
Contents of
resync-timecode.lua
mpv output
The 3rd and 4th line starting with [resync_timecode] were invoked by pressing "a" ~3s after the "seek" event.
[1]: Code of said libav filter is here: https://git.sr.ht/~jmaibaum/ffmpeg/refs/ltc It is a LTC (linear time code) source based on https://github.com/x42/libltc
Beta Was this translation helpful? Give feedback.
All reactions