← Back to team overview

openlp-dev team mailing list archive

Re: Background video and transitions

 

HTML video and text animations doesnt work together well. No OS X support
now. That is why we could use vlc.

I think no difference between names “changeBackground(image)”,
“showText(text)” and "show_next()" in this case. We can rename functions.

More important to define is it good or not good to use animation between
two frames (divs) instade of animation inside one frame?

HTML-video wont go away - wiht HTML5 it will be just a little bit better
than now.

But HTML5 doesnt solve problem with vlc as background player. Two frames
and separeted control background and content layers can solve it.

On Tue, Jul 14, 2015 at 3:04 PM, Daniel Borges <
daniel_borges_93@xxxxxxxxxxxx> wrote:

> I though in something simple like this:
> http://demosthenes.info/blog/777/Create-Fullscreen-HTML5-Page-Background-Video using
> simple methods like “changeBackground(image)”, “showText(text)”, etc. The
> idea is to use methods like these to do with OpenLP do.
>
> For example, to show an image, you would call:
>
>    1. changeBackground(themeBG)
>    2. showText(“”)
>
>
> To show the blank screen:
>
>    1. changeBackground(black) // Pseudocode ;)
>    2. showText(“”)
>
>
> The same idea to show lyrics, bibles, custom, etc.:
>
>    1. changeBackground(themeBG)
>    2. showText(textToShow)
>
>
> But I don’t know if it is possible use transition animations with video
> tag :(
>
> --
>
>
>
> *Daniel Borges Ferreira da SilvaBacharel em Ciência da computação pela
> UFALMestrando em Informática pela UFALMembro do Núcleo de Excelência em
> Tecnologias Sociais - NEES*
>
> *Lattes:
> <http://lattes.cnpq.br/0755689140229552>http://lattes.cnpq.br/0755689140229552
> <http://lattes.cnpq.br/0755689140229552>*
>
> Em 14/07/2015, à(s) 06:46, Dmitriy Marmyshev <marmyshev@xxxxxxxxx>
> escreveu:
>
> Hi Daniel!
>
> Thanks that spent your time for this.
>
> I'd say, that this change the idea of multi stages (background, video,
> lyrics, alarm and so on..) to much simplier idea:
>
>    - Background layer
>    - and content layer
>
> both layers has two frames each. and we can change frames (and apply CSS
> transitions and javascript) separatly for each layers.
>
> Content layer can be:
>
>    - lyrics
>    - bible
>    - costom slides
>    - black screen
>    - images
>    - html-video by webKit
>    - countdown (in future)
>    - logo screen (which is not useful now, but now can become such in
>    future :)
>    - may be something else in future? who knows...
>
> Content layer cannot shows two or more items listed above at the same
> time. But now we can show transitions between lyrics and images, or black
> screen and coundown, or bible and lyrics and etc.
>
> Background layer can be:
>
>    - theme background
>    - image replaced background
>    - html-video replaced background (this part isnt impliment well for
>    webKit-player yet)
>    - vlc-video replaced background - just hides background layer and
>    shows vlc widget under.
>
> with this idea we can easy add (later) video background to theme source
> and play it continuously during whole worship set and change just lyrics,
> for example.
>
> Alarm can be exeption from this rule and has its own layer.
>
>
>
> On Mon, Jul 13, 2015 at 8:21 PM, Daniel Borges <
> daniel_borges_93@xxxxxxxxxxxx> wrote:
>
>> Or you use only video tag and lyrics, changing the source and the poster
>> attribute of the video using css3 transitions (if it is allowed).
>>
>> :)
>>
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openlp-dev
> Post to     : openlp-dev@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openlp-dev
> More help   : https://help.launchpad.net/ListHelp
>
>

References