client icon indicating copy to clipboard operation
client copied to clipboard

Auto-step to next item based on rules

Open hummelstrand opened this issue 12 years ago • 5 comments

It would be cool to have a simple automation feature so that each item could have a rule which would determine when the Client should step to the next event.

These rules could be:

  • For video/audio: reach the EOF (or a minus offset from EOF)
  • For video/audio: loop a certain number of times
  • For all media: continue after x seconds.

Hopefully this is easier with OSC support.

hummelstrand avatar May 21 '13 21:05 hummelstrand

+1

On Tue, May 21, 2013 at 5:22 PM, Jonas Hummelstrand < [email protected]> wrote:

It would be cool to have a simple automation feature so that each item could have a rule which would determine when the Client should step to the next event.

These rules could be:

  • For video/audio: reach the EOF (or a minus offset from EOF)
  • For video/audio: loop a certain number of times
  • For all media: continue after x seconds.

Hopefully this is easier with OSC support.

— Reply to this email directly or view it on GitHubhttps://github.com/CasparCG/Client/issues/57 .

TomKaltz avatar May 21 '13 21:05 TomKaltz

Next important thing for playout usage

coral avatar Jul 02 '13 12:07 coral

ive made autostep available for all rundown items except audio. (there is no osc support for audio yet?) videos can loop x number of times, and play till x seconds from eof. Its only on my git at https://github.com/politieman/Client now, could use some testing.

Auto step is only for grouped items.

All mixer rundown items will play directly, or after the set delay, after the previous item. This makes you able to, for example crop an image in the corner of a running video.

Template, Video, Image and solid color items will wait till the previous item ends but have the ability to instant auto step(checkbox). So you can play items simultaneously.

Templates are default checked to play instant since its usually overlay.

Any feedback is appreciated.

politieman avatar Jul 08 '13 10:07 politieman

Please test this in Client 2.0.6 and report back, thanks!

hummelstrand avatar Feb 03 '14 08:02 hummelstrand

This is a great feature. There are a few things that are a little unexpected though.

  1. With the group selected if you hit play a second time it will queue the first video to play next and then stop.
  2. While an auto play group is playing if you hit next it will jump forward 2 videos instead of playing the next video most of the time.

Any chance it could be setup to work with templates and custom commands? Right now they all fire with the first video. I would love to be able to show a bug over a video in the middle of a playlist and then remove it before playing a few more videos. So the script would be something like spot1, spot2, add bug, video1, clear bug, spot 3, spot 4.

respectTheCode avatar Feb 03 '14 15:02 respectTheCode