<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/video</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 11:18:43 GMT</pubDate>
<item>
<title>(DOS Batch) ffmpeg - Convert Sony Cybershot MPG file to mp4 for JavaFX 2 - laurenceosx</title>
<link>http://snipplr.com/view/70788/ffmpeg--convert-sony-cybershot-mpg-file-to-mp4-for-javafx-2/</link>
<description><![CDATA[ <p>ffmpeg - Convert Sony Cybershot MPG file to mp4 for JavaFX 2</p> ]]></description>
<pubDate>Mon, 15 Apr 2013 08:26:02 GMT</pubDate>
<guid>http://snipplr.com/view/70788/ffmpeg--convert-sony-cybershot-mpg-file-to-mp4-for-javafx-2/</guid>
</item>
<item>
<title>(DOS Batch) ffmpeg - Convert iPhone mov file to mp4 for JavaFX 2 - laurenceosx</title>
<link>http://snipplr.com/view/70786/ffmpeg--convert-iphone-mov-file-to-mp4-for-javafx-2/</link>
<description><![CDATA[ <p>This type of conversion is very fast because the main audio video content is just copied (not converted) to a new container type of file.</p> ]]></description>
<pubDate>Mon, 15 Apr 2013 04:49:38 GMT</pubDate>
<guid>http://snipplr.com/view/70786/ffmpeg--convert-iphone-mov-file-to-mp4-for-javafx-2/</guid>
</item>
<item>
<title>(CSS) Simple CSS3 Play Button - devowhippit</title>
<link>http://snipplr.com/view/70174/simple-css3-play-button/</link>
<description><![CDATA[ <p>Uses CSS3 attributes and psuedo elements to create a simple play button for web interfaces.</p> ]]></description>
<pubDate>Fri, 01 Mar 2013 02:54:00 GMT</pubDate>
<guid>http://snipplr.com/view/70174/simple-css3-play-button/</guid>
</item>
<item>
<title>(JavaScript) Youtube ID from URL - slimITTN</title>
<link>http://snipplr.com/view/69877/youtube-id-from-url/</link>
<description><![CDATA[ <p>This snippets show how to extract the video id of a youtube video from its URL</p> ]]></description>
<pubDate>Mon, 11 Feb 2013 07:31:14 GMT</pubDate>
<guid>http://snipplr.com/view/69877/youtube-id-from-url/</guid>
</item>
<item>
<title>(Java) YouTubePlayer.java - bcmoney</title>
<link>http://snipplr.com/view/68983/youtubeplayerjava/</link>
<description><![CDATA[ <p>Requires "[Guava lib](http://code.google.com/p/guava-libraries/ "Google core Java API aka. Guava libraries")", as well as the main dependencies listed in the above link:

*   gdata-youtube-2.0.jar
*   gdata-core-2.0.jar
*   gdata-media-2.0.jar
*   gdata-client-2.0.jar 
*   mail.jar

Then configure your API_KEY and APP configs:
https://code.google.com/apis/youtube/dashboard/gwt/index.html#product/

Then you should be able to search YouTube from a Native cross-platform JAVA desktop app; after this, next steps are to:

0.  Test searches and ensure its working well.
1.  Integrate Tidy HTML parsing and generate YouTuve  tags.
2.  Setup lightweight HTML file to accept video IDs as parameter and render a player: http://jsfiddle.net/bcmoney/yBP4J/
3.  Integrate WebRenderer: http://webrenderer.com/ (or other embedded J2EE broswer)
4.  Test playback of video in Embedded Browser, Mobile support, (see BB demos) etc..
5.  Integrate with BlogOfBug's JCarousel: 
http://web.archive.org/web/20070203112659/http://www.blogofbug.com/page3/page3.html
6.  Find inspiration to finish OpenRecommender!!!!!!!</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 08:20:21 GMT</pubDate>
<guid>http://snipplr.com/view/68983/youtubeplayerjava/</guid>
</item>
<item>
<title>(Bash) Convert image sequence to video - jmiller</title>
<link>http://snipplr.com/view/68533/convert-image-sequence-to-video/</link>
<description><![CDATA[ <p>This would convert images at 30fps to a mp4 video, with sequence titles:
ImageName0000.png, ImageName0001.png, etc.

You could use -r 1/5 to use one frame every five seconds.</p> ]]></description>
<pubDate>Tue, 13 Nov 2012 09:52:38 GMT</pubDate>
<guid>http://snipplr.com/view/68533/convert-image-sequence-to-video/</guid>
</item>
<item>
<title>(PHP) Youtube Video Download Script - codespartan</title>
<link>http://snipplr.com/view/65681/youtube-video-download-script/</link>
<description><![CDATA[ <p>Extracts the video title &amp; download URL from a youtube page and starts a download.</p> ]]></description>
<pubDate>Mon, 18 Jun 2012 00:43:40 GMT</pubDate>
<guid>http://snipplr.com/view/65681/youtube-video-download-script/</guid>
</item>
<item>
<title>(CSS) Responsive Video - OrngTicTac</title>
<link>http://snipplr.com/view/64900/responsive-video/</link>
<description><![CDATA[ <p>This responsive video CSS trick was discovered by tjkdesign.com. I've blogged about it before, you may read the details here. It makes the video embed to expand fullwidth to the boundary.</p> ]]></description>
<pubDate>Thu, 17 May 2012 07:00:51 GMT</pubDate>
<guid>http://snipplr.com/view/64900/responsive-video/</guid>
</item>
<item>
<title>(HTML) video - paul0078</title>
<link>http://snipplr.com/view/64570/video/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 15 Apr 2012 20:11:10 GMT</pubDate>
<guid>http://snipplr.com/view/64570/video/</guid>
</item>
<item>
<title>(HTML) HTML5 Mobile Video with Flash, Silverlight, Java, Animated GIF and Download fallback - bcmoney</title>
<link>http://snipplr.com/view/63451/html5-mobile-video-with-flash-silverlight-java-animated-gif-and-download-fallback/</link>
<description><![CDATA[ <p>Due to device capability inconsistencies and fragmentation, in order to play on the broadest range of devices, approximately 6 formats would be required:

Flash VP6 (IE 5-7, Netscape)
WMV ( IE7+, Windows Phone)
Ogg Theora (FF, Fenick, Opera, Opera Mobile)
WebM VP8 (Chrome, Android phones/tablets)
MP4 baseline H.264 (Safari, iOS devices: iPad/iPod/iPhone)
3GP via RTSP or HTTP (Blackberry, Nokia and other legacy Mobile devices)


Optionally... an animated GIF can be used for frame playback with no audio, not a great experience but works fine as long as text transcripts are available to accompany. Not really a serious way to transfer video though, just a desperate fallback (and was once upon  a time the only way to simulate video on a phone).

By my heinously imprecise math, the right combination of these should reach about 90% of internet users (2B) and 50% of mobile devices with video and/or internet capabilities (0.8B), which would be 2.8 Billion people.
 
REFERENCES
-----------------
Internet Stats:
http://www.internetworldstats.com/stats.htm

Mobile Stats:
http://mobithinking.com/mobile-marketing-tools/latest-mobile-stats#mobilebroadband

DiveIntoHTML5 - VIDEO:
http://diveintohtml5.info/video.html

JW Player Wizard:
http://www.longtailvideo.com/support/jw-player-setup-wizard

Detect via javascript whether Silverlight is installed:
http://stackoverflow.com/questions/119980/detect-via-javascript-whether-silverlight-is-installed

Akamai's "should play EVERYWHERE" Mobile video demo:
http://tinyurl.com/showmethebunny

Cortado player on Theora:
http://www.theora.org/cortado/

NOTE: Omitting  "poster"  attribute of HTML5  tag lets us also reach those few iOS users who haven't upgraded from iOS3 versions, which had a player bug with poster was used. 

NOTE2: Likewise, turning off autoplay on all the players has two purposes, firstly we will only stream when we are sure the user wants to watch the video, secondly it avoids multiple players starting automatically on page load (which would require alot of obtrusive Javsacript and player juggling to prevent from happening).</p> ]]></description>
<pubDate>Mon, 20 Feb 2012 21:33:26 GMT</pubDate>
<guid>http://snipplr.com/view/63451/html5-mobile-video-with-flash-silverlight-java-animated-gif-and-download-fallback/</guid>
</item>
<item>
<title>(CSS) Elastic Videos for Responsive Design - thewickedchemist</title>
<link>http://snipplr.com/view/63284/elastic-videos-for-responsive-design/</link>
<description><![CDATA[ <p>Originally from: http://webdesignerwall.com/tutorials/css-elastic-videos</p> ]]></description>
<pubDate>Sun, 12 Feb 2012 12:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/63284/elastic-videos-for-responsive-design/</guid>
</item>
<item>
<title>(PHP) Get YouTube Video ID [Very robust] - jmiller</title>
<link>http://snipplr.com/view/62238/get-youtube-video-id-very-robust/</link>
<description><![CDATA[ <p>This will get the 11-character YouTube video ID from any valid YouTube URL.

Based on http://snipplr.com/view/57065/get-youtube-video-id/ but made more robust to handle additional URL inputs</p> ]]></description>
<pubDate>Tue, 03 Jan 2012 17:17:29 GMT</pubDate>
<guid>http://snipplr.com/view/62238/get-youtube-video-id-very-robust/</guid>
</item>
<item>
<title>(HTML) Play media w/ Strobe Media Player - carlskov</title>
<link>http://snipplr.com/view/60866/play-media-w-strobe-media-player/</link>
<description><![CDATA[ <p>Remember to change flashvars (src, poster) and the size of the player in swfobject.embedSWF parameters (428, 240)</p> ]]></description>
<pubDate>Wed, 16 Nov 2011 01:55:50 GMT</pubDate>
<guid>http://snipplr.com/view/60866/play-media-w-strobe-media-player/</guid>
</item>
<item>
<title>(jQuery) jQuery JWPlayer setup - tomdowning</title>
<link>http://snipplr.com/view/58944/jquery-jwplayer-setup/</link>
<description><![CDATA[ <p>HTML5 video setup with JWPlayer:
http://www.longtailvideo.com/players/jw-flv-player/</p> ]]></description>
<pubDate>Thu, 22 Sep 2011 00:13:54 GMT</pubDate>
<guid>http://snipplr.com/view/58944/jquery-jwplayer-setup/</guid>
</item>
<item>
<title>(HTML) html5 video element 8 - microreviewsorg</title>
<link>http://snipplr.com/view/58793/html5-video-element-8/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Sep 2011 14:46:04 GMT</pubDate>
<guid>http://snipplr.com/view/58793/html5-video-element-8/</guid>
</item>
<item>
<title>(HTML) html5 video element 7 - microreviewsorg</title>
<link>http://snipplr.com/view/58792/html5-video-element-7/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Sep 2011 14:44:25 GMT</pubDate>
<guid>http://snipplr.com/view/58792/html5-video-element-7/</guid>
</item>
<item>
<title>(HTML) html5 video element 7 - microreviewsorg</title>
<link>http://snipplr.com/view/58791/html5-video-element-7/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Sep 2011 14:43:30 GMT</pubDate>
<guid>http://snipplr.com/view/58791/html5-video-element-7/</guid>
</item>
<item>
<title>(HTML) html5 video element 6 - microreviewsorg</title>
<link>http://snipplr.com/view/58790/html5-video-element-6/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Sep 2011 14:42:00 GMT</pubDate>
<guid>http://snipplr.com/view/58790/html5-video-element-6/</guid>
</item>
<item>
<title>(HTML) html5 video element 5 - microreviewsorg</title>
<link>http://snipplr.com/view/58789/html5-video-element-5/</link>
<description><![CDATA[ <p>don't download as soon as page loads</p> ]]></description>
<pubDate>Mon, 19 Sep 2011 14:40:24 GMT</pubDate>
<guid>http://snipplr.com/view/58789/html5-video-element-5/</guid>
</item>
<item>
<title>(HTML) html5 video element 4 - microreviewsorg</title>
<link>http://snipplr.com/view/58788/html5-video-element-4/</link>
<description><![CDATA[ <p>download as soon as page loads but don't play</p> ]]></description>
<pubDate>Mon, 19 Sep 2011 14:37:43 GMT</pubDate>
<guid>http://snipplr.com/view/58788/html5-video-element-4/</guid>
</item>
</channel>
</rss>