- From: David C. Dondero <daviddondero@radio521.com>
- Date: Mon, 25 Aug 2003 03:10:19 -0400
- To: "Philipp Hoschka" <ph@w3.org>, <www-smil@w3.org>
Thanks for writing back Philipp...! That is too bad if that is so. I am trying to see if anyone knows a work around, if it can't be smil supported in QuickTime: like a php or xml script perhaps(?)... or just maybe a clever work around that I might have to update daily or something... I am pretty amazed though at how a simple smil file executes my movies so well...! David Dondero http://radio521.com/smil.mov ----- Original Message ----- From: "Philipp Hoschka" <ph@w3.org> To: "David C. Dondero" <daviddondero@radio521.com> Cc: <www-smil@w3.org> Sent: Monday, August 25, 2003 2:54 AM Subject: Re: Smil in a 24 time clock (playlist) situation? > David, > > I think this is only possible in SMIL 2.0, which afaik is not supported > by the Quicktime player. > > -Philipp > > David C. Dondero a écrit: > > Very rusty at smil-having only used it some years ago but...I am trying > > to get my progressive QuickTime movies synchronized by > > time-hopefully in a 24 time clock (playlist) situation. > > Perhaps even in a random-shuffling situation as well...? > > I have been incorporating Smil, thanks to a great applescript > > program I found. > > http://homepage.mac.com/WebObjects/FileSharing.woa/7/wo/Ij83IDDnSS9D61ie.1/0.2.1.2.19.31.97.6.35.0.1.1.1?user=blankreb&fpath=QuickTimeStuff&templatefn=FileSharing.html > > <http://homepage.mac.com/WebObjects/FileSharing.woa/7/wo/Ij83IDDnSS9D61ie.1/ 0.2.1.2.19.31.97.6.35.0.1.1.1?user=blankreb&fpath=QuickTimeStuff&templatefn= FileSharing.html> > > > > Does anyone know how to set up my video files to be played at a certain time > > (ie;Cooking Show- 1pm-1:30, Health Show-1:30pm-2)) incorporating either > > SMIL or perhaps a php or xml script? > > > > Again I am not using Apple's Stream server or Darwin. I am simply linking my > > files together in SMIL. > > > > Here is the link to it: > > http://radio521.com/smil.mov > > > > and here is the code: > > > > <smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions" > > qt:autoplay="true" qt:time-slider="false"> > > <head> > > <layout> > > <root-layout width="480" height="360" background-color="black" /> > > <region id="region_1" left="0" top="0" width="480" height="360" > > fit="fill" /> > > </layout> > > </head> > > <body> > > <seq> > > <video > > src="http://d7486.u26.infinology.net/video/eatrite/eatrite.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/dittydance/dittydance.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/diatribe/mikeshaircut/mikeshaircu t.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/jordancall/jordancall.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/eparodytwo/eparodytwo.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/openhouseone/openhouseone.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/fas/fas.mov" alt="movie" > > region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/diatribe/curmudgeon/curmudgeon.mo v" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/eparodythree/eparodythree.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/turkey/turkey.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/billboard/billboard.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/getthatmanacutty/getthatmanacutty .mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/talkingwrestling/ringmasters.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/diatribe/finaldiatribebroll/final diatribebroll.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/eparodyone/eparodyone.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/beachstore/beachstore.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/diatribe/diatriabebestofgreaney/d iatriabebestofgreaney.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/letsfaceit/letsfaceit.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/spotlightonvideo/spotlightonvideo .mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/casualmale/casualmale.mov" > > alt="movie" region="region_1" begin="0s" /> > > <video > > src="http://d7486.u26.infinology.net/video/eatrite/eatrite.mov" > > alt="movie" region="region_1" begin="0s" /> > > </seq> > > </body> > > </smil> > > > > > > > > Thank you! > > > > David Dondero > > daviddondero@radio521.com <mailto:daviddondero@radio521.com> > > >
Received on Monday, 25 August 2003 03:07:26 UTC