Forum Moderators: not2easy

Message Too Old, No Replies

Delivering Large Videos

the best method

         

mcjohnson

2:29 pm on Feb 27, 2007 (gmt 0)

10+ Year Member



I have a prospective client who wants to serve up feature-length videos to paying customers.

The method of delivery is the biggest challenge. YouTube, Google, etc render uploaded video as Flash, which is probably the most cross-platform compatible.

But the on-the-fly conversion MAY prove to be tricky.

Any thoughts?

Brett_Tabke

6:33 pm on Feb 27, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



> But the on-the-fly conversion MAY prove to be tricky.

why? Shouldn't be.

mcjohnson

3:17 am on Feb 28, 2007 (gmt 0)

10+ Year Member



Because I haven't really seen any scripts that do this; is it that easy? What type of script would handle that kind of conversion?

thecoalman

3:41 am on Mar 5, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



MPEG1 is the most compatible but due to the larger bitrates required is not a very good choice. My personal choice is WMV, if not flash would be next.

I've seen some scripts and applications for converting video server side but that is only practical to do once. If by "on the fly" you mean converting a video for each request you might as well forget that. Video processing requires a huge amount of CPU.