Ok, so you can now do:
```
y = ref(0)
def ty () =
y := !y-1;
if !y <= -100 then y := 0 end;
!y
end
s = single("test.avi")
s = video.add_text(x=0, y=ty, speed=0, size=40, "Hello world!", s)
s = mksafe(s)
output.sdl(s)
```
which allows you to program whatever function for `x` and `y`. For the text it
was already the case, you can use a similar logic with references to update it!
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/730#issuecomment-471225040
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users