Community @ The Turning Gate

Support community for TTG plugins and products.

NOTICE

The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.

This forum is now closed, and exists here as a read-only archive.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2019-09-13 04:36:20

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

merging sub-sites / video home page

In regards to the HOME page of this site: pideja.ca.

For the moment, arriving at the HOME page, one is confronted with a black rectangle with an arrow icon to be pressed to start.
In the end, the video goes to black and stops.

I'd like to know if it's possible to have the video start automatically, upon landing on the page and loop back in order to be a continuous presentation.

Offline

#2 2019-09-13 05:31:40

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: merging sub-sites / video home page

There is an autoplay option in the template. Looking at the page code, it seems you've set that to on.
Matt has demo that behaves the same way: http://theturninggate.net/galleries/01- … deo-html5/
He video ends with white though. I'm guessing that's the background-color setting in the template.

Could be that the autoplay option is not being applied. Matt will have to comment.

I don't see any controls in the template that will make the video restart. However, the program you're using may have that option.
I have Easy HTML5 Video and it has a "loop" option. It also has an autoplay option. So check the program you're using.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2019-09-13 07:24:38

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

Think you. I will look into EASY HTML5 VIDEO.
The ending is black because LR slide show has a black base.
LR’s slideshow module does have repeat function but looks useless!

Offline

#4 2019-09-13 07:29:16

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: merging sub-sites / video home page

I find most of the slide show module useless wink

If you doing videos from slide shows, also take a look a Pictures to EXE.
https://www.wnsoft.com/en/picturestoexe/


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#5 2019-09-13 07:46:12

Rainer Goergen
Member
From: Trier, Germany
Registered: 2016-05-01
Posts: 401
Website

Re: merging sub-sites / video home page

Or Boinx FotoMagico Pro.

R.

Offline

#6 2019-09-14 00:44:09

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

I decided to break out the "big guns" and remade my slideshow in After Effects CS6. A little more time consuming but a lot more control. Rendered to H.264 codex and converted to the three formats (mp4, web m HD and OGG) and I obtain a much more stable and smooth video.
I still have to tinker with the image selection and pacing (it might be too long and slow) but for now, as a demo, it's fine.

But that beige side pallet is ominous...either I make it much narrower or make it transparent (grey as the background) and make that logo smaller.

But I can't change that colour.
I've been in the  Backlight>Designer>Templates>Pages-pideja>Design>Navigation>VerticalNavigation>Background colour but even if I set it to transparent, it's still beige! And there is no CSS involved.
If I could get the buttons to be transparent, I'd try the text (red) and the text-hover (beige)...

Offline

#7 2019-09-14 00:59:40

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: merging sub-sites / video home page

That color is set in Content Areas > Pallets
Remember from a day or two ago? you used to have it set at transparent but you wanted the color to go to the bottom of the page.
http://community.theturninggate.net/vie … 564#p61564


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#8 2019-09-14 03:15:50

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

I remember. But, checkind now, I see it set at...transparent!

Offline

#9 2019-09-14 03:24:33

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: merging sub-sites / video home page

are you looking at the correct page template (template-identifier-Pages-BWRAO)? According to the inspector, that color is coming from .page__pallet background-color


have you tried clearing template cache?


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#10 2019-09-15 01:03:33

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

Thank you, Rod. I hadn't thought of the "template cache".

Offline

#11 2019-09-16 01:06:36

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

Now that I have my (demo) video animation going, I'm looking at looping it. I found this on the web but I'm not sure how to use it:

<video controls loop>
  <source videosrc="movie.mp4" type="video/mp4">
<source videosrc="movie.webm" type="video/webm">
  <source videosrc="movie.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

and I'm still looking to "auto-start" this video, without that arrow icon...

Last edited by pideja (2019-09-16 01:18:32)

Offline

#12 2019-09-16 01:09:20

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: merging sub-sites / video home page

From what I could find, looks like you’ve got it
https://www.w3schools.com/tags/att_video_loop.asp


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#13 2019-09-16 01:15:03

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: merging sub-sites / video home page

I can't find any reference to “videosrc” however


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#14 2019-09-16 01:20:21

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

No secret, that's where I got it. I changed the source reference to videosrc because that's the folder where the video files are. Is this wrong?

Offline

#15 2019-09-16 01:31:07

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

OK, I changed it back to:

<video controls loop>
  <source src="intro-1.mp4" type="video/mp4">
<source src="intro-1.webm" type="video/webm">
  <source src="intro-1.ogg" type="video/ogg">
  Your browser does not support the video tag.
</video>

Where intro-1 is the name of the video.

Offline

#16 2019-09-16 01:35:05

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

Looking at the inspector, the video looks set at autoplay but it does not.

<video class="vjs-tech" id="video-intro-1_html5_api" poster="/videosrc/intro-1.jpg" 
data-setup="{ &quot;autoplay&quot;: true, &quot;preload&quot;: &quot;auto&quot;, &quot;
fluid&quot;: true }" tabindex="-1" preload="auto" autoplay="" src="/videosrc/intro-1.mp4" loop="">

...

</video>

Last edited by pideja (2019-09-16 01:36:26)

Offline

#17 2019-09-16 02:03:29

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

I think I'll drop the "autoplay" for the video...the more I read about this feature, the pushback I get from most web commentators. Something like:

Web pages with videos that autoplay without warning or expectation ranks as one of my top pet peeves on the web. One would think that after more than a decade of video on the web, all site owners would have ended a practice that was popular only in the early years of web video. But many have not.

So I guess there is a reason this feature looks difficult to implement.

Offline

#18 2019-09-16 03:06:33

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: merging sub-sites / video home page

pideja wrote:

No secret, that's where I got it. I changed the source reference to videosrc because that's the folder where the video files are. Is this wrong?

You weren’t using it as a folder name in a path to the file


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#19 2019-09-16 14:44:38

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: merging sub-sites / video home page

pideja wrote:

I think I'll drop the "autoplay" for the video...the more I read about this feature, the pushback I get from most web commentators. Something like:

Web pages with videos that autoplay without warning or expectation ranks as one of my top pet peeves on the web. One would think that after more than a decade of video on the web, all site owners would have ended a practice that was popular only in the early years of web video. But many have not.

So I guess there is a reason this feature looks difficult to implement.

Seems like autoplay works now. I don't see why you went through all the trouble to get this working instead of using a simple Backlight slideshow. The later has the advantage that there is no unwanted music.... there is even more dislike for that when you look around the web...


Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#20 2019-09-16 22:12:50

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

I think you are right.

Offline

#21 2019-09-20 03:57:09

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

Hello Daniel, I've decided to revert back to the code published on your blog. I followed it to a T and I have no images at all!

First create a Gallery Template for my slideshow. This template is only used to create images on my site that will be included in the slideshow. The gallery feature is not used.

Is this an album created in Lightroom? Are the images in this album published? I've done this and the image appear as thumbnails on the page even though I checked the hide from search and hide from album set features.

I create a template and set all the parameters for a slide show.

Offline

#22 2019-09-20 04:07:58

Daniel Leu
Moderator
Registered: 2012-10-11
Posts: 1,624
Website

Re: merging sub-sites / video home page

Hi Pierre,

Please have a look at the manual where it shows how to create the inline slideshow with Backlight: http://backlight.theturninggate.net/doc … n_vegas_fs


Daniel Leu | Photography   
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com

Offline

#23 2019-09-20 04:36:09

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

Done everything that I think should be done and still no image...pideja.ca

Offline

#24 2019-09-20 05:48:03

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: merging sub-sites / video home page

my guess is that you're not seeing images because of file names like this: 13-Ha!ha!.jpg

Check your file names. They should only contain letters, numbers, dashes, and underscores. No punctuation or special characters.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#25 2019-09-20 05:50:55

pideja
Member
From: Montreal
Registered: 2013-02-26
Posts: 1,299

Re: merging sub-sites / video home page

When creating a home page slideshow following the directions on the Vegas Slideshow instruction page:

In Backlight's menu, go Designer ⇒ Pages.
Click “Design” for your Home page.
For full-screen, set Page Template: select your full-screen page template
Under Insert Album, set Insert Album: On.
Select your Vegas Slideshow album as the album to insert.
Save.

I cannot find another page template than the home page template currently used by my site. It is not a theatre type page.
I inserted the album created in Lightroom for this purpose.
I get an outline (border) for the slide show but no images.

So, I have a basic Pangolin page template used thru-out called "PAGES-pideja". Then, I have a Pangolin Theater module type album called "introduction"
In the inspector, the images do not appear!

I can't see how to tell Backlight witch images and where they are.

Offline

Board footer

Powered by FluxBB