How do you put clips from a DVD into a website?

5

1

I have a promotional DVD from a client, and they want to put clips from it on their website.

I'm in a Windows environment, so I'm looking for a decent video editor program, free would be preferred. Then I guess I'd have some kind of flash-based player to embed in the website...

What do you recommend?

Nathan DeWitt

Posted 2009-07-21T18:10:02.520

Reputation: 6 029

Answers

4

FlowPlayer is self hosted flash player for websites. It supports direct content and streaming servers. Remember though, video requires a lot of bandwidth so make sure your servers/webhost can cope with that requirement.

If not, you might want to look at offsite hosting of the video content. YouTube is the obvious free one (and supports embedding the video on your site), but there are loads of others around if you Google for them.

For video editing, I'm a big fan of cinelerra, but it's Linux only. Windows movie maker does the basics if you just need something simple. Or there's virtual dub, but it only does clipping and doesn't do transitions or non-linear mixing last time I used it.

For processing the videos, ffmpeg and MEncoder (comes with MPlayer) both do all kinds of conversion,rescaling,encoding etc and will come in handy if you need to convert to specific formats or need to compress the clips a bit.

Simon P Stevens

Posted 2009-07-21T18:10:02.520

Reputation: 5 025

+1 for ffmpeg and FlowPlayer. Combine that with record Features from VLC and you're set. – user3033 – 2009-07-21T20:02:01.300

5

VLC has a record feature that can grab clips from DVDs. I hope this helps.

Hat tip: The How To Geek.

Kevin Worthington

Posted 2009-07-21T18:10:02.520

Reputation: 1 554

1

I'd recommend VirtualDub for your video editing needs. For flash-based player, perhaps youtube is your best bet. It'll bring attention from other sources as well.

falstro

Posted 2009-07-21T18:10:02.520

Reputation: 644

1

There are a lot of free applications for DVD -> avi/mpg (Handbrake), and a lot of applications for avi/mpg -> flash (Riva FLV Encoder). You could try the lazy way of converting your dvd to a avi, and than convert that avi to a flv file.

Just set the quality of your encode in handbrake to very high to reduce the quality loss in the first step, and than use Riva FLV Encoder to to convert the avi file to flv.

A nice tutorial on how to convert and put the flv on a website can be fond on the video help forum.

Davy Landman

Posted 2009-07-21T18:10:02.520

Reputation: 4 194