Former_Member
Not applicable

YouTube for your Website

I am looking for any information that anyone can spare for creating YouTube video for my website.

::What is the best way device to create the video on?
--->DSLR Camera?
--->Mac Laptop?
--->Cell Phone?

::What programs are good/easy to edit the video?

::How hard is it to upload video to YouTube?

::Any thing else I need to know? Resources?
Translate to English There was a problem fetching the translation.
0 Likes
9 Replies
Former_Member
Not applicable

Re: YouTube for your Website

Great Questions and interesting.

perhaps David can help on this.

he also has some code for displaying the videos as not being utube.
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
Former_Member
Not applicable

Re: YouTube for your Website

I am also interested in tips for adding videos to my site. I don't know if I'm brave enough to post them but I'm interested in sharing some of my processes.
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
DesertChains
Conversation Maker

Re: YouTube for your Website

Did I hear my name?

For making the raw video: Depends on what type of video you want and what you will use it for. Generally, I recommend getting a digital video camera ($250-$350). I have a little Cannon camcorder that I really like.

Now, concerning your options:
If you want a talking-head-type of video, a camera on your laptop would work. It may be a bit dull, however.
If you want to get away from the desk, the digital SLR would work.
Camera phone? Not for something you want people to watch.

Editing:
First, check the type of video output. What is the file format? My Cannon, which is an old model, has a weird file format (.mod), so I found a converter. YouTube can upload files in the format, but my version of Movie Maker can't read them. I don't think Windows Media Player can display them either.

I use MS Movie Maker for basic editing (cutting, trimming, splicing, adding captions, adding voice and music, etc.). It's also free. Macs come with iMovie. I've never used it, but it looks like it has all the same basic features.

Of course, if you want to get really professional, then check out Adobe Premier (it's pretty expensive, though you can get it as part of the Creative Cloud suite).

Once you're done editing, "publish" the video. Typically, you can choose various size and quality options for the video output. Find one that works for you. Also, I strongly recommend mp4 for the file type, not avi.

Uploading to YouTube is very easy. Once you have an account, go to "upload videos." While the video is uploading, put in all the descriptions and information.

To add a YouTube video to a web page, first go to the video's page, select Share and then Embed. You can select various size and other options. YouTube will give you the code to add to your page. Copy the code and put it where you want.

However, if you're thinking about your sellergroup.com page, no YouTube videos. You can stream it yourself without YouTube.

First, upload the video to any web server. Jerry has said that the videos can be stored on the sellergroup.com server, so that's an option. You will need to use an email delivery system that can handle very large files. Most email services will provide some type of option for this (for example, Yahoo! and Gmail). I uploaded my video to my web host via FTP.

Then, you need to add the following code to your webpage:

<video width="SIZE" height="SIZE" controls poster="URLForPosterImage">
<source src="URLForVideoFile" type="video/mp4">
Put something here in case the visitor can't play the video.</a>
</video>

To use this code, you will need to determine the size you want for the display. You can choose just width, just height, both, or neither. If you're not sure about the video dimensions, I recommend that you only select width.

You will also need to know the exact URL for the video file.

This code will add a video player with typical controls. However, the initial appearance on the web page will be a black blank window. If you want to have an image displayed there, you will need to create a "poster" image, which will be displayed until the video starts. Simply create an image of the same width and height, upload it somewhere, and add the URL for the image to the code where indicated.

If you don't want to mess around with the poster image, remove [poster="URLForPosterImage"] from the code.

To see what the video code, poster code, and self hosting looks like, see my sellergroup page at http://www.sellergroup.com/sellerpage.php?pg=115. (This video is made from a set of still images, but everything else is the same. I used Movie Maker to create and edit the video, set the image timing, add captions, etc.)

Here's a video streaming from YouTube:
http://www.chainofbeauty.com/product/rondo-a-la-byzantine/
(Near the bottom of the page) I didn't need anything special, so it's really raw, but it might give you an idea how the controls and display work.

And, of course, ask questions if you get stuck.
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
DesertChains
Conversation Maker

Re: YouTube for your Website

Correction:

<video width="SIZE" height="SIZE" controls poster="URLForPosterImage">
<source src="URLForVideoFile" type="video/mp4">
Put something here in case the visitor can't play the video.
</video>

I removed </a>, which was a left-over from a more complex bit of code. It doesn't make any difference, but I like clean code.
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
Former_Member
Not applicable

Re: YouTube for your Website

Wow - Thanks David

appreciate it.
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
Former_Member
Not applicable

Re: YouTube for your Website

this is related but a little off topic

I use animoto.com to make product videos and insert on various venue sites or websites. so these are actually a simple slideshow, nothing more

http://sellergroup.net/videos/v45v.mp4

Etsy and Ecrater do not allow outside html
ecrater no html at all

Ebay this works ok as well as any website. you can create a pic and link with a note video here to activate it. I host my own videos but these animoto will host also but they charge a yearly fee. I pay them $30 a year so it is not cheap.
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
Former_Member
Not applicable

Re: YouTube for your Website

I'm sure there are lots of free slide show software sites also. just a thought
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
Former_Member
Not applicable

Re: YouTube for your Website

@David---THANK YOU for so much information.

Right now I need to work on getting a digital video recorder. I was hoping that I didn't need to buy anything.... :(

@Jerry--- I like the slide show idea too. I have looked into that as well. There are lots of free programs and supposedly a really good one but it's like $100+ for Mac. So, I am going to just do this with the software that I have.

I want to mix it up and do 2 videos and 1 slide show!
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
DesertChains
Conversation Maker

Re: YouTube for your Website

Imma- let us know when you get something posted. I'd love to see it!
Translate to English There was a problem fetching the translation.
0 Likes
Reply
Loading...
Reply
You must log in to join this conversation.
Remember that posts are subject to Etsy's Community Policy.