cloudy

Author Topic: New allday video setup - datestamped filename  (Read 1982 times)

0 Members and 1 Guest are viewing this topic.

Offline Weather Display

  • Posts: 69,382
  • Davis VP1
  • New Zealand
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 9.0.1
    • Weather Display
Re: New allday video setup - datestamped filename
« Reply #15 on: January 23, 2012, 09:16:05 PM »
use the latest .zip update

Offline jwwd

  • WML testers
  • Posts: 3,595
  • Silkeborg, Denmark (56:10:58 N-09:30:26 E) - Elevation 75,35 meters
  • OS/Browser:
  • Win XP
  • Chrome 16.0.912.75
    • Weather at Silkeborg, Denmark
Re: New allday video setup - datestamped filename
« Reply #16 on: January 24, 2012, 05:44:24 AM »
Hi Brian

Thank you very much. I have installed newest .zip this morning. Will let you know how it goes tonight when datestamped file will be made.

Best regards,

Henrik

Offline Weather Display

  • Posts: 69,382
  • Davis VP1
  • New Zealand
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 9.0.1
    • Weather Display
Re: New allday video setup - datestamped filename
« Reply #17 on: January 24, 2012, 05:54:31 PM »
will be OK (as long as you also updated the moviemaker included in the .zip update)

Offline jwwd

  • WML testers
  • Posts: 3,595
  • Silkeborg, Denmark (56:10:58 N-09:30:26 E) - Elevation 75,35 meters
  • OS/Browser:
  • Win XP
  • Chrome 16.0.912.75
    • Weather at Silkeborg, Denmark
Re: New allday video setup - datestamped filename
« Reply #18 on: January 25, 2012, 06:16:36 AM »
Hi Brian

I can confirm that my alldayvideo setup is working perfect. And with correct name in datestamped alldayvideo.

I use wireless IP-webcam and 15 second images.

www.silkeborg-vejret.dk/english/kalender_vejrvideoer.php

Thank you very much.

Best regards,

Henrik
« Last Edit: April 16, 2013, 07:36:17 AM by jwwd »

Offline edje1205

  • edje
  • Posts: 1,873
  • Zaandam Holland, the Netherlands
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • MS IE 9.0
    • http://www.weersverwachtingen.eu
Re: New allday video setup - datestamped filename
« Reply #19 on: January 25, 2012, 06:46:17 PM »
Hi Brian


www.silkeborg-vejret.dk/english/video.php


Nice there Henrik looks good at Silkeborg  :)

Comparing the 15 and 30sec movie:
15sec acts very detailed but takes a long time to play

Brian
Is it poss to let run moviemaker twice an hour for both acts
so people can choose for the 'running' and slow version;
maybe in the future ?

thnx
Ed
Woodenshoes,mills,hightech;but random weather
www.weersverwachtingen.eu
P4 2,2Ghz-2GB RAM-Win2K-Broadb.connect


Offline Alan Rowley

  • Posts: 374
  • Selston, Nottinghamshire, England
  • OS/Browser:
  • Mac OS X 10.7.2
  • Safari 5.1.2
    • Bracken House Weather
Re: New allday video setup - datestamped filename
« Reply #20 on: January 25, 2012, 07:04:13 PM »
Henrik,

That script is exactly what I am looking for. I'm fine tuning my webcam now and I would like to present my all day videos in a similar way. Where did you get the script? Did you write it yourself?

ALAN.

Offline jwwd

  • WML testers
  • Posts: 3,595
  • Silkeborg, Denmark (56:10:58 N-09:30:26 E) - Elevation 75,35 meters
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Chrome 16.0.912.75
    • Weather at Silkeborg, Denmark
Re: New allday video setup - datestamped filename
« Reply #21 on: January 25, 2012, 07:14:35 PM »
Nice there Henrik looks good at Silkeborg  :)

Comparing the 15 and 30sec movie:
15sec acts very detailed but takes a long time to play

thnx

Hi edje

Thanks for your reply. I know the video takes some time longer. Im looking for a parameter to speed up the playing - but havent found it yet - anyone know how the fast forward parameter to this embedded player:

Code: [Select]
            obj='<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="370" height="370">'+
'<param name="url" value="http://www.silkeborg-vejret.dk/vejrdata/' + dateText + 'dayvideo.wmv" />'+
'<param name="autostart" value="-1" />'+
'<param name="rate" value="1" />'+
'<param name="balance" value="0" />'+
'<param name="currentPosition" value="0" />'+
'<param name="playCount" value="1" />'+
'<param name="currentMarker" value="0" />'+
'<param name="invokeURLs" value="-1" />'+
'<param name="volume" value="50" />'+
'<param name="mute" value="0" />'+
'<param name="uiMode" value="full" />'+
'<param name="stretchToFit" value="0" />'+
'<param name="windowlessVideo" value="0" />'+
'<param name="enabled" value="-1" />'+
'<param name="enableContextMenu" value="-1" />'+
'<param name="fullScreen" value="0" />'+
'<param name="enableErrorDialogs" value="0" />'+
'<object type="video/x-ms-wmv" data="http://www.silkeborg-vejret.dk/vejrdata/' + dateText + 'dayvideo.wmv" width="370" height="370">'+
'<param name="src" value="http://www.silkeborg-vejret.dk/vejrdata/' + dateText + 'dayvideo.wmv" />'+
'<param name="autostart" value="true" />'+
'<param name="controller" value="true" />'+
'</object>'+
'</object>';

Thanks.

Best regards,

Henrik

Offline jwwd

  • WML testers
  • Posts: 3,595
  • Silkeborg, Denmark (56:10:58 N-09:30:26 E) - Elevation 75,35 meters
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Chrome 16.0.912.75
    • Weather at Silkeborg, Denmark
Re: New allday video setup - datestamped filename
« Reply #22 on: January 25, 2012, 07:19:19 PM »
Henrik,

That script is exactly what I am looking for. I'm fine tuning my webcam now and I would like to present my all day videos in a similar way. Where did you get the script? Did you write it yourself?

ALAN.

Hi Alan

Im using the jquery datepicker to find the videos - I have attached the script in a .txt file. Feel free to use it.

Best regards,

Henrik

Offline edje1205

  • edje
  • Posts: 1,873
  • Zaandam Holland, the Netherlands
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • MS IE 9.0
    • http://www.weersverwachtingen.eu
Re: New allday video setup - datestamped filename
« Reply #23 on: January 25, 2012, 07:25:15 PM »
Hi Henrik,

not the same script I use  but I did play around alittle with the rate values
[scrip]<PARAM name="Rate" value="1.1">
  <param name="Loop" VALUE="True">
  <EMBED type="application/x-mplayer2"
    pluginspage =" http://www.microsoft.com/Windows/MediaPlayer/"
    src="http://www.weersverwachtingen.eu/videolastday.wmv"
    name="MediaPlayer1"
    width="320"
    height="270"
    ShowStatusBar="False"
    ShowPositionControls="False" ShowTracker="False" ShowControls="False" Loop="true" Rate="0.1">[/script]

maybe this works for you ?
Ed
Woodenshoes,mills,hightech;but random weather
www.weersverwachtingen.eu
P4 2,2Ghz-2GB RAM-Win2K-Broadb.connect


Offline Alan Rowley

  • Posts: 374
  • Selston, Nottinghamshire, England
  • OS/Browser:
  • Mac OS X 10.7.2
  • Safari 5.1.2
    • Bracken House Weather
Re: New allday video setup - datestamped filename
« Reply #24 on: January 25, 2012, 07:54:42 PM »
Hi Alan

Im using the jquery datepicker to find the videos - I have attached the script in a .txt file. Feel free to use it.

Best regards,

Henrik

Many thanks Henrik. I'll take a look tomorrow.

ALAN.

Offline jwwd

  • WML testers
  • Posts: 3,595
  • Silkeborg, Denmark (56:10:58 N-09:30:26 E) - Elevation 75,35 meters
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Chrome 16.0.912.75
    • Weather at Silkeborg, Denmark
Re: New allday video setup - datestamped filename
« Reply #25 on: January 25, 2012, 09:11:48 PM »
Hi Henrik,

not the same script I use  but I did play around alittle with the rate values
[scrip]<PARAM name="Rate" value="1.1">
  <param name="Loop" VALUE="True">
  <EMBED type="application/x-mplayer2"
    pluginspage =" http://www.microsoft.com/Windows/MediaPlayer/"
    src="http://www.weersverwachtingen.eu/videolastday.wmv"
    name="MediaPlayer1"
    width="320"
    height="270"
    ShowStatusBar="False"
    ShowPositionControls="False" ShowTracker="False" ShowControls="False" Loop="true" Rate="0.1">[/script]

maybe this works for you ?

Hi again

Thanks for your suggestion - unfortunately it didnt work. Im almost sure there is a parameter for fast forward - but I just havent found it yet.....

Best regards,

Henrik

Offline jwwd

  • WML testers
  • Posts: 3,595
  • Silkeborg, Denmark (56:10:58 N-09:30:26 E) - Elevation 75,35 meters
  • OS/Browser:
  • Win XP
  • Firefox 10.0
    • Weather at Silkeborg, Denmark
Re: New allday video setup - datestamped filename
« Reply #26 on: February 29, 2012, 12:51:32 PM »
Hi again

Thanks for your suggestion - unfortunately it didnt work. Im almost sure there is a parameter for fast forward - but I just havent found it yet.....

Best regards,

Henrik

Hi again

Anyone have a suggestion how to fast forward play the WD videos on website?

www.silkeborg-vejret.dk/english/kalender_vejrvideoer.php

Best regards,

Henrik
« Last Edit: April 16, 2013, 07:36:44 AM by jwwd »

Offline Weather Display

  • Posts: 69,382
  • Davis VP1
  • New Zealand
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • Firefox 10.0.2
    • Weather Display
Re: New allday video setup - datestamped filename
« Reply #27 on: February 29, 2012, 08:11:50 PM »
using .flv gives better controls on the movie playing I think

Offline cirencester

  • Posts: 53
  • OS/Browser:
  • Win 7/Srvr 2008R2
  • MS IE 9.0
    • cotswold-weather
Re: New allday video setup - datestamped filename
« Reply #28 on: October 15, 2012, 09:43:57 PM »
Hi all,
Sorry that I am coming in om this so many months after you first discussed this subject.
I am trying to incorporate the video calendar script that you so kindly released in January Henrik, and I am getting close, but not close enough.
Your page - http://www.silkeborg-vejret.dk/english/kalender_vejrvideoer.php is excellent and what I would dearly love to replicate.
My current work in progress is here :
 http://www.cirencester-weather.co.uk/calendar.php

and is not quite there.

Would you be prepared to release your latest script please Henrik, or is there something that you can see that I've just not done correctly?
I am a bit unsure what to try next and would very much appreciate assistance.
best regards
Steve

 

cumulus