sagiadinos / garlic-player

Digital Signage Player based on SMIL
https://garlic-player.com
GNU Affero General Public License v3.0
82 stars 14 forks source link

Transition support? #20

Open canoemoose opened 2 years ago

canoemoose commented 2 years ago

Does Garlic Player support transitions? I've tried putting a <transition id="xfade" type="fade" subtype="crossfade" dur="1s" /> in my <head> and then adding fill="transition" transIn="xfade" to my <img> definitions but I'm still getting hard cuts.

sagiadinos commented 2 years ago

Currently, garlic-player do not support transitions and animations. It is planned for a later release.

hdk commented 2 years ago

Hi! Garlic Player looks really really cool - any news (ETA) on transitions?

sagiadinos commented 2 years ago

Hello hdk, thx, but to be honest: I do not know if it is even possible to implement transition effects for videos and websites components in Qt Widget and QML (especially for Android).

Over the top currently I am working on features for some DS projects which should start in February.

In generally, I cannot promise something like ETA cause it depends on spare time or when my company needs. Almost two years ago, I thought I could implement a web server into garlic-player for triggering REST events until April 2020. We end now 2021 and it did not happen. ;)

Personally, I would like to implement transitions and animations support… and numerous other things like smilText, but at the moment I cannot say when. It is a slow evolving process, as there is no big community on garlic-player — currently.

brightscripters commented 2 years ago

Hello, Is audio cross-fade supported? Thanks

sagiadinos commented 2 years ago

Hello brightscripters, No, there is no audio cross-fade support in garlic-player. You are welcome