• The Mac-Forums Community Guidelines (linked at the top of every forum) are very clear, we respect US law and court precedence when it comes to legality of activity.

    Therefore to clarify:
    • You may not discuss breaking DVD or BluRay encryption, copying, or "ripping" commercial, copy-protected DVDs.
    • This includes DVDs or BluRays you own. Even if you own the DVD or BluRay, it is still technically illegal under the DMCA to break the encryption. While some may argue otherwise, until the law is rewritten or the US Supreme Court strikes it down, we will adhere to the current intent of the law.
    • You may discuss ripping or copying unprotected movies or homemade DVDs.
    • You may discuss ripping or copying tools in the context that they are used for legal purposes as outlined in this post.

Getting iMovies on the web/blog?

Joined
May 9, 2008
Messages
9
Reaction score
0
Points
1
Location
Texas
So I'm not a total moron but my wife might argue that.

I have iMovie '06 and '08, and am a professional photographer. I want to create slide shows with music for some of the seniors and wedding clients. This in itself is not a big deal.

Where I am struggling is getting the slide show/movie onto the web (don't want to use YouTube), my preference is to use some generic media player to stream the slide show so I can either put it on a web page or in a blog.

I'd appreciate a simple tutorial or link to the best solution.

Thanks!
 

Del


Joined
Dec 24, 2006
Messages
901
Reaction score
15
Points
18
Location
N. Ireland
Your Mac's Specs
Mac Pro 2xQuad core 2.8GHZ
Why not just upload the .mov quicktime file to the server and embed that in your web page?

eg

Code:
<p>
		<object width="320" height="240"
			classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
			codebase="http://www.apple.com/qtactivex/qtplugin.cab">
			<param name="src" value="videos/NameOfYourMovieFileGoesHere.mov">
			<param name="autoplay" value="true">
			<param name="controller" value="false">
			<embed src="videos/NameOfYourMovieFileGoesHere.mov" width="320" height="244"
				autoplay="true" controller="false"
				pluginspage="http://www.apple.com/quicktime/download/">

			</embed>
		</object>
		</p>
 
OP
T
Joined
May 9, 2008
Messages
9
Reaction score
0
Points
1
Location
Texas
I guess I should have added that I don't want clients to have to download Quicktime or any other player in order to watch the video.

A large portion of potential clients might want to view something while at work and it is not uncommon for them to not be able to install something like QuickTime.
 
Joined
Jun 25, 2005
Messages
3,231
Reaction score
112
Points
63
Location
On the road
Your Mac's Specs
2011 MBP, i7, 16GB RAM, MBP 2.16Ghz Core Duo, 2GB ram, Dual 867Mhz MDD, 1.75GB ram, ATI 9800 Pro vid
You might look into using Flash. It is probably the most common media delivery format so likely people have the ability to view it. Remember though, it is not guaranteed as people may not have it installed. There is no one solution that is assured to work because they all required installed software.

Your easiest choice is likely a better service than YouTube. Most if not all use Flash. Check out this list on MacWorld. A few do some form of HD.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top