what's the best low-/no-budget strategy for embedding videos in my site? - Video WTF - Questions and answers about video production, video cameras, editing, publishing, et cetera. most recent 30 from http://videowtf.com 2010-03-11T22:41:53Z http://videowtf.com/feeds/question/448 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site what's the best low-/no-budget strategy for embedding videos in my site? cwgng 2009-10-20T02:26:42Z 2010-02-05T13:30:59Z <p>i'm excited about all the html5 video embedding stuff i've read (especially the online book in progress, "diving into html5"), and i'm excited to move forward in implementing it for the community media center where i work. switching away from blip.tv and youtube as our hosts for embedding video into our web site would lessen the extent to which they pull away traffic and viewers, though we could still use those sites for promotional purposes. it would also help us to get rid of other people's logos on our embedded videos.</p> <p>i'm less excited, though, about what this means for our bandwidth usage. at the moment we don't stream or host any video ourselves, "offshoring" all of the data charges to the aforementioned companies. (i unfortunately don't know how our web hosting plan works, but i can't imagine it would be free to begin serving lots of GB's of video content.)</p> <p><strong>SO! my central question is, what's the best, cheapest strategy for shifting to a modern/non-branded video embedding method WITHOUT incurring high fees for hugely increasing my bandwidth usage?</strong> </p> <p>(PLEASE: instead of giving me answers about the lack of wide support for <code>&lt;video&gt;</code> tags yet, please read <a href="http://videowtf.com/questions/179/safest-option-for-embedding-html5-video-ie-display-flash-player-on-older-browser" rel="nofollow">this Q&amp;A thread</a> and realize that i have also read through it. THANKS!)</p> <p>and now, some more specific questions:</p> <p>can a <code>&lt;video&gt;</code> element refer to source(s) hosted elsewhere — like a .mp4 or .flv file from blip.tv? moreover, is this considered "bad web practice", like having <code>&lt;img&gt;</code> tags load images saved on other people's servers?</p> <p>what about archive.org? do they re-encode video (as does youtube) when you upload it, or is it flexible? (i need to explore this more myself too)</p> <p>does some other non-branding, format-agnostic, free video hosting site exist that i'm not aware of?</p> <p><b>thanks so much</b> to anyone who can help!</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/449#449 Answer by Vu Bui for what's the best low-/no-budget strategy for embedding videos in my site? Vu Bui 2009-10-20T04:30:02Z 2009-10-20T04:30:02Z <p>I am answering this really quick and can come back to it later, but I'm curious about you saying that blip moves traffic away from you? There is no watermark and the player is completely customizable with your own branding and URL.</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/450#450 Answer by jorel314 for what's the best low-/no-budget strategy for embedding videos in my site? jorel314 2009-10-20T05:11:01Z 2009-10-20T05:23:17Z <p>I think <a href="http://www.archive.org/create/" rel="nofollow">archive.org</a> is your best bet. You can upload .ogv and .mp4 versions of your video along with an html file that uses <a href="http://camendesign.com/code/video%5Ffor%5Feverybody" rel="nofollow">Video for Everybody</a> code. </p> <p>Archive.org posts your original video and also converts it to other formats as well, just be sure your code points to the original's url.</p> <p>You can add <a href="http://www.google.com/analytics/" rel="nofollow">Google Analytics</a> code to your html which would give you better stats than youtube could ever give you.</p> <p>Also, archive.org lets you update the files whilst keeping the url's intact.</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/451#451 Answer by Stan Hirson for what's the best low-/no-budget strategy for embedding videos in my site? Stan Hirson 2009-10-20T14:15:15Z 2009-10-20T14:15:15Z <p>There are some very inexpensive hosting services that offer huge amounts of storage and bandwidth. I use DreamHost at about $9 per month. They are currently advertising unlimited storage and bandwidth.</p> <p>I have found that there is much less latency (delay) in bringing up the media files compared with "offshoring".</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/455#455 Answer by Ryanne for what's the best low-/no-budget strategy for embedding videos in my site? Ryanne 2009-10-20T22:23:29Z 2009-10-20T22:23:29Z <p>also a quick response, as Vu mentioned, blip.tv player is customizable, so you can put your own url and colors there, which is very cool. you can also use <code>&lt;video&gt;</code> tag with a file anywhere. so if your .ogg or .mp4 is on blip or archive or your own server, it doesn't matter. just link to it in the <code>&lt;video&gt;</code> tag.</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/459#459 Answer by Brian for what's the best low-/no-budget strategy for embedding videos in my site? Brian 2009-10-21T01:40:39Z 2009-10-21T01:40:39Z <p>adding src="full url" does connect to an external video hosted on another server. The only way it would not work is if the admin of that video prevents external linking.</p> <p>archive.org is an excellent resource to host videos from along with vidlife.com or dropshots.com</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/466#466 Answer by Heath for what's the best low-/no-budget strategy for embedding videos in my site? Heath 2009-10-21T19:48:17Z 2009-10-21T19:48:17Z <p>If you want complete control (sorta, as we all know on the web complete control is a falsehood), but if you don't want to use YT or blip, I would just shop around on hosting sites, most of the major ones have an unlimited plan that is fairly reasonable, but be careful most of them make you pre-pay for at least a year or more to get the best rates. Some do offer month to month those are usually a bit higher but no more than about 15 bucks a month, some for as little as 7 or 8.</p> <p>You should first try and find out how much bandwidth you are actually using, it may not be as much as you think and you can get a better price with a plan that allows something like 150 gigs or more transfer. </p> <p>Also to echo a few others points, with Blip you can customize the player very easily and create your own branding, I have done this on my site.</p> <p>Oh, and if you do self host you can also look at the jw flash player, if it's a non commercial site you can use that player for free with video's you host yourself.</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/473#473 Answer by unknown (google) for what's the best low-/no-budget strategy for embedding videos in my site? unknown (google) 2009-10-22T20:47:10Z 2009-10-22T20:47:10Z <p>Try Kaltura KMC - a fairly impenetrable site but good stuff including video wiki and customisable players with playlists...</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/494#494 Answer by pasteeater for what's the best low-/no-budget strategy for embedding videos in my site? pasteeater 2009-10-28T02:04:37Z 2009-10-28T02:04:37Z <p>I currently host my own videos on my own server. I encode with FFmpeg and x264 to H.264/AAC in a MP4 container as this provides excellent quality per bitrate. I use FFmpeg and x264 because they are both free and in my opinion provide better quality than the encoders in my editor (Premiere Pro 3). I then run the video from FFmpeg through qt-faststart (part of FFmpeg). You could also use MP4Box instead of qt-faststart. This allows the video to play before completely downloaded. These are command-line tools, so not everyone may be comfortable using them. If you are interested in this method, make sure to read the <a href="http://rob.opendot.cl/index.php/useful-stuff/ffmpeg-x264-encoding-guide/" rel="nofollow">FFmpeg x264 encoding guide</a>.</p> <p>I then upload this video to my server and then play it with JW Player which is a Flash player. It is free for personal and non-commercial use and is fairly customizable. The commercial license price isn't bad and allows you to remove any branding. A good alternative is FlowPlayer. They are both pretty good.</p> <p>If you are concerned about the bandwidth you can try one of several "cloud" services. These can be used to store and deliver your video content with a simple API. I use Rackspace Cloud Files for offsite file backups and it is fairly cheap per gig (<a href="http://www.rackspacecloud.com/cloud%5Fhosting%5Fproducts/files/pricing" rel="nofollow">pricing calculator</a>), but I'm not using it to serve videos yet. Amazon S3 is a similar service.</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/495#495 Answer by Noah Kunin for what's the best low-/no-budget strategy for embedding videos in my site? Noah Kunin 2009-10-28T20:08:22Z 2009-10-28T20:08:22Z <p>These are all amazing answers but for me to weigh in, I first need to know what the "end" goal is here.</p> <p>Who is producing these videos? The community media center staff? Who's the audience? Are the videos for news, advocacy or art?</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/542#542 Answer by unknown (google) for what's the best low-/no-budget strategy for embedding videos in my site? unknown (google) 2009-11-03T12:19:37Z 2009-11-03T12:19:37Z <p>There is absolutely no reason for you to be concerned about bandwidth costs. For the purposes of &lt;20k visitors a day, a $120/year web hosting plan will work. Dreamhost, midphase, and many others offer such a plan.</p> <p>To get the videos up there, just use a program that converts any video file into the two most popular formats: Shockwave and Quicktime. For Shockwave, use Flash Video Studio, it exports SWF files. For Quicktime, just get Quicktime Pro and export your videos into Quicktimes with H.264 video codec.</p> <p>You don't need a standalone flash player, bleh what is this 2004? Don't use Jplayer or whatever, just design your own in a program like Flash Video Studio and reuse it.</p> <p>Then just embed your videos in a page and upload using FTP or whatever. Dreamweaver helps with this workflow.</p> http://videowtf.com/questions/448/whats-the-best-low-no-budget-strategy-for-embedding-videos-in-my-site/755#755 Answer by Karel Bata for what's the best low-/no-budget strategy for embedding videos in my site? Karel Bata 2010-02-05T13:25:31Z 2010-02-05T13:30:59Z <p>Ages late coming to this, but maybe if someone else is considering the same question...</p> <p>You can see all the best hosting alternatives in a side-by-side comparison of embedded windows allowing you to make a direct quality comparison.: <a href="http://kareltests.co.uk" rel="nofollow">Video Embed Tests</a></p> <p>I think a good option for you is Vzaar. It's the 4th down (and featured again towards the bottom). There's also a host of tips to help you design a web page with an embedded video window.</p> <p>The site's about to undergo a major revamp, and an HD sister site is being prepared.</p>