Author Topic: MovieSalsa newbie - Getting it to the web  (Read 5551 times)

0 Members and 1 Guest are viewing this topic.

Offline ThorntonWeather

  • Member
  • *
  • Posts: 39
    • ThorntonWeather.com
MovieSalsa newbie - Getting it to the web
« on: September 20, 2008, 04:59:14 AM »
I am a new webcam owner (two actually) and a new ImageSalsa / MovieSalsa user.  I have ImageSalsa up and running beautifully (http://www.thorntonweather.com/wx35.php) and reading in the current conditions tags from Weather Display.  No problem there.

MovieSalsa on the other hand is kind of kicking my butt....   ](*,)

First, for the life of me I can't seem to find any sort of user manual.  Is there one? 

Second, if there isn't a manual, I am curious about learning more about automating the process of generating a WMV from the AVI that MovieSalsa creates.  Doing some searching I have come up with one way to generate it using Windows Media Encoder 9 - here are the basics of the batch file:

cd c:\Program Files\Windows Media Components\Encoder
Cscript.exe wmcmd.vbs -v_mode 2 -input "C:\Download\movie\mymovie.avi" -output "C:\Download\movie\mymovie.wmv"


That does work but the file size still seems pretty large and I don't seem to be getting the quality of some of the others I have seen.  For instance, DeltaWeatherCam.com has beautiful 24 hour videos on his site here:  http://deltaweathercam.com/index.php?page=yesterday and I can't figure out how to encode them with the same sort of quality (granted my cams are nowhere near the high quality that his are). 

I guess I am kind of looking for help with the basics (frame rate, WME configuration, etc) - I am sure once I get a nudge I will be able to run with it.  :)   

Thanks!

   Tony

Offline Albuquerque Weather

  • Senior Contributor
  • ****
  • Posts: 265
    • Albuquerque Amateur Weather
Re: MovieSalsa newbie - Getting it to the web
« Reply #1 on: September 20, 2008, 12:27:57 PM »
Took me a while to figure it out too.
How often are you capturing a frame and over how many hours (12, 24 or somewhere in between


Ron

This is my attempt at time lapse
http://www.cherokiwi.com/cherotimelapse.htm

Offline ThorntonWeather

  • Member
  • *
  • Posts: 39
    • ThorntonWeather.com
Re: MovieSalsa newbie - Getting it to the web
« Reply #2 on: September 20, 2008, 01:28:44 PM »
Good morning, Ron! 

I think I got it figured out.    :-)  I emailed Rick w/ deltaweathercam.com and he sent me some sample configurations.  That has me on the right path finally.  I guess I must be blind because I'll be danged if I can find any sort of documentation for MovieSalsa on their website. 

I have also started playing a bit with FFmpeg - a command line program to convert AVIs into Flash videos.  Virtually everyone has Flash and so I think that might be a better solution that WMV which requires a download for non-Microsoft browsers.  Still tweaking the bitrates and other settings to find the optimal settings.  I've created a batch file that runs MovieSalsa to create the AVI then runs FFmpeg to convert to a Flash video. 

You can check out what I have done so far here:  http://www.thorntonweather.com/test.php

Thanks!

   Tony

Offline Albuquerque Weather

  • Senior Contributor
  • ****
  • Posts: 265
    • Albuquerque Amateur Weather
Re: MovieSalsa newbie - Getting it to the web
« Reply #3 on: September 20, 2008, 01:32:27 PM »
Morning Tony

There isn't any
Only have ImageSalsa help on the site.
We lost all the good stuff when Ambient forum went down.

I'll see about posting what I was given help with when I find where I put it for safe keeping

Ron

Offline Albuquerque Weather

  • Senior Contributor
  • ****
  • Posts: 265
    • Albuquerque Amateur Weather
Re: MovieSalsa newbie - Getting it to the web
« Reply #4 on: September 20, 2008, 01:39:39 PM »
Forgot

I set mine from 6am - 8pm.  Dont see much in the dark anyway.
This will change as days change to get sunrise & sunset.

Captured images are hires 640 x 480
I get about a 900kb file at 480 x 380 and 10fps.

Looks good so far

Ron

http://www.cherokiwi.com/cherotimelapse.htm

Offline ThorntonWeather

  • Member
  • *
  • Posts: 39
    • ThorntonWeather.com
Re: MovieSalsa newbie - Getting it to the web
« Reply #5 on: September 20, 2008, 02:06:50 PM »
All good info - thanks, Ron!  What sort of bitrate are you using?  And it appears you are using an image every three minutes?

   T

Offline Albuquerque Weather

  • Senior Contributor
  • ****
  • Posts: 265
    • Albuquerque Amateur Weather
Re: MovieSalsa newbie - Getting it to the web
« Reply #6 on: September 20, 2008, 02:28:14 PM »
Yes one every 3 mins
6am - 8pm

Ron

Offline Albuquerque Weather

  • Senior Contributor
  • ****
  • Posts: 265
    • Albuquerque Amateur Weather
Re: MovieSalsa newbie - Getting it to the web
« Reply #7 on: September 20, 2008, 02:46:02 PM »
Once you have your digital still camera and computer software set up and ready to go, you still need to do some math to figure out how often the camera should take a picture. Here is the math formula I used which may help you out.
1. Take the number of hours the process will take and multiply it by 60 to convert it to minutes. For example four hours will yield 240 minutes
2. Decide how long you want the time-lapse sequence to last (10 seconds for example) and convert it to frames (300 frames)
3. Divide minutes by frames to get the fraction of a minute (240/300= 0.8 seconds)
4. Use your middle school math and find the least common denominator (4/5ths of a second) and calculate the actual seconds (4*12=48 seconds) and you will have the correct interval for your frame rate.

So the formula is (Hours*60)/(seconds*30)=frame rate.


Just checked - mine are full frame uncompressed
« Last Edit: September 21, 2008, 11:04:38 AM by CheroKiwi »

Offline kray1000

  • Purveyor of wry
  • Forecaster
  • *****
  • Posts: 1336
    • http://www.roanokevalleyweather.com
Re: MovieSalsa newbie - Getting it to the web
« Reply #8 on: September 20, 2008, 05:50:49 PM »
I guess I must be blind because I'll be danged if I can find any sort of documentation for MovieSalsa on their website. 

Here are some instructions on the ImageSalsa site.  Regarding the "getting it to the Web" part, refer to the "post-processing shell" instructions at the bottom of the page.

http://www.imagesalsa.com/MovieSalsa/

Offline Davidb

  • Contributor
  • ***
  • Posts: 129
    • Glasson Sailing Club
Re: MovieSalsa newbie - Getting it to the web
« Reply #9 on: May 22, 2009, 04:38:03 AM »
-
Hello there,

I am just starting with MS, have had a few trial runs this week, but can't figure out the scheduler - it would be handy if there were some instructions somewhere.
-
What I would really like to do, would be to shedule it to run on this camera every day starting two hours before high tide and stopping one hour after high tide.     http://freespace.virgin.net/glasson.sc/capture4.jpg
-
Its all a bit beyond me at present, but I shall get there in the end.

The camera, by the way, is a "Sentient" wireless one,from Maplin, transmitting its signal about 100yds.
-
I am very pleased with it (  for the price  - £100 )  but am dissapointed by the lack of green colour.
-
I would be grateful for any advice on this one.
-
thanks,  David
-

Offline kray1000

  • Purveyor of wry
  • Forecaster
  • *****
  • Posts: 1336
    • http://www.roanokevalleyweather.com
Re: MovieSalsa newbie - Getting it to the web
« Reply #10 on: May 22, 2009, 07:16:02 PM »
What I would really like to do, would be to shedule it to run on this camera every day starting two hours before high tide and stopping one hour after high tide.

I don't know of any way to schedule tasks based on tides.

Offline Albuquerque Weather

  • Senior Contributor
  • ****
  • Posts: 265
    • Albuquerque Amateur Weather
Re: MovieSalsa newbie - Getting it to the web
« Reply #11 on: May 22, 2009, 07:42:43 PM »
I don't know of any way to schedule tasks based on tides either -
The only way I see it is if you know the am pm tides put them in scheduler +- hours you want.

But youll be changing them on a regular basis.