YourTube

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

4 comments

Comments 1 - 4 of 4 previous next Post a comment

  • + gueste14241 gueste14241 2 years ago
    YouTubeRobot.com today announces YouTube Robot 2.0, a tool that enables you to download video from YouTube.com onto your PC, convert it to various formats to watch it when you are on the road on mobile devices like mobile phone, iPod, iPhone, Pocket PC, PSP, or Zune.



    YouTube Robot allows you to search for videos using keywords or browse video by category, author, channel, language, tags, etc. When you find something noteworthy, you can preview the video right in YouTube Robot and then download it onto the hard disk drive. The speed, at which you will be downloading, is very high: up to 5 times faster than other software when you download a single file and up to 4 times faster when you download multiple files at a time.



    Manual download is not the only option with YouTube Robot. You may as well schedule the download and conversion tasks to be executed automatically, even when you are not around. Downloading is followed by conversion to the format of your choice and uploading videos to a mobile device (if needed). For example, you can plug in iPod, select the video, go to bed, and when you wake up next morning, your iPod will be ready to play new YouTube videos.



    Product page: www.youtuberobot.com

    Direct download link: www.youtuberobot.com/download/utuberobot.exe

    Company web-site: www.youtuberobot.com

    E-mail: support@youtuberobot.com
  • + guest8958e8 guest8958e8 2 years ago
    have you tried http://startyourtube.com this seems really easy

    best

    jean
  • + guestcc9d61 guestcc9d61 2 years ago
    ONNPRG

  • + guest55d13e guest55d13e 3 years ago
    HAPPY BIRTHDAY JESSI
Post a comment
Embed Video
Edit your comment Cancel

16 Favorites & 2 Groups

YourTube - Presentation Transcript

  1. YourTube Using open source software to create your own video sharing site
  2. The Process
    • Upload video and its tags to the server
    • Convert video to flash video format
    • Create a thumbnail of the video
    • Add FLV metadata
    • Embed the flash video into a flash container
    • Put them all into a html file
    • Add the tag-cloud/search/hot or not features
    • Serve the html or only the flash container
  3. This session is about
    • Upload video and its tags to the server
    • Convert video to flash video format
    • Create a thumbnail of the video
    • Add FLV metadata
    • Embed the flash video into a flash container
    • Put them all into a html file
    • Add the tag-cloud/search/hot or not features
    • Serve the html or only the flash container
  4. How can we do it using OSS
    • Video conversion, thumbnail creation
      • FFMPEG (LGPL parts of it are under GPL)
    • Adding FLV metadata
      • flvtool2 (BSD License)
    • Flash container
      • FlowPlayer (Apache License V2.0)
  5. FFMPEG
    • FFmpeg is an audio/video conversion tool.
    • It includes libavcodec, the leading open source codec library.
    • An experimental streaming server for live broadcasts is also included.
    • Can be downloaded from http://ffmpeg.mplayerhq.hu/download.html
  6. How to use FFMPEG
    • File conversion
      • ffmpeg -i [videofile] -acodec mp3 -ar 22050 -ab 32 -f flv -s 320×240 [flashfile.flv]
    • Create Thumbnail
      • ffmpeg -y -i [videofile] -vframes 1 -ss 00:00:02 -an -vcodec png -f rawvideo -s 320×240 [thumbnailimage.png]
  7. Adding FLV metadata
    • Whats the meta-information
      • duration, frames, etc.
    • FLV movie players use this information to calculate progress bar sliders and allow the user to fast-forward or reverse through the video
  8. FLVTool2
    • FLVTool2 is a manipulation tool for Macromedia Flash Video files
    • FLVTool2 can be downloaded from http://rubyforge.org/projects/flvtool2
    • Adding metadata
      • flvtool2 -U [flvfile]
  9. FlowPlayer
    • FlowPlayer is a video player for Flash Video in FLV format.
    • You can easily embed it into HTML pages.
    • It can be downloaded from http://flowplayer.sourceforge.net/download.html
  10. Embed into html <div style=&quot;textalign:center; width:100%;&quot;> <object type=&quot;application/x-shockwave-flash&quot; width=&quot;320&quot; height=&quot;263&quot; id=&quot;FlowPlayer&quot; data=&quot;/flowplayer/FlowPlayer.swf&quot;> <param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /> <param name=&quot;movie&quot; value=&quot;/flowplayer/FlowPlayer.swf&quot; /> <param name=&quot;quality&quot; value=&quot;high&quot; /> <param name=&quot;scale&quot; value=&quot;noScale&quot; /> <param name=&quot;wmode&quot; value=&quot;transparent&quot; /> <param name=&quot;flashvars&quot; value=&quot;baseURL=/showvideo&videoFile=flashfile.flv&autoPlay=false&bufferLength=5&loop=false&progressBarColor1=0xAAAAAA&progressBarColor2=0x555555&autoBuffering=false&splashImageFile=clicktoplay.jpg&hideControls=false&quot; /> </object> <h2>Your Video</h2> </div>
  11. Resources
    • http:// ffmpeg.mplayerhq.hu /
    • http://blog.kovyrin.net/2006/10/08/lighttpd-memcoder-flvtool-for-streaming/
    • http://ffmpeg-php.sourceforge.net /
    • http://www.progettosinergia.com/flashvideo/flashvideoblog.htm
    • http://open4all.info/ossa/_Live_Flash_Stream_via_FFMPEG
    • http://www.osflash.org/ffmpeg
    • http://soenkerohde.com/tutorials/ffmpeg
    • http://klaus.geekserver.net/flash/streaming.html
    • http://www.summersault.com/community/weblog/2006/02/13/publishing-flash-videos-with-free-open-source-tools.html
  12. Profit! Thanks to Daniel - http://blog.go4teams.com/?p=56

+ pradeepbvpradeepbv, 3 years ago

custom

61815 views, 16 favs, 6 embeds more stats

Using open source software to create your own video more

More info about this document

CC Attribution-ShareAlike LicenseCC Attribution-ShareAlike License

Go to text version

  • Total Views 61815
    • 61715 on SlideShare
    • 100 from embeds
  • Comments 4
  • Favorites 16
  • Downloads 0
Most viewed embeds
  • 79 views on http://internettvblog.com
  • 14 views on http://www.itvidya.com
  • 3 views on http://talkvideo.wordpress.com
  • 2 views on http://www.filescon.com
  • 1 views on http://www.rapidsharego.com

more

All embeds
  • 79 views on http://internettvblog.com
  • 14 views on http://www.itvidya.com
  • 3 views on http://talkvideo.wordpress.com
  • 2 views on http://www.filescon.com
  • 1 views on http://www.rapidsharego.com
  • 1 views on http://localhost:50367

less

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel
File a copyright complaint
Having problems? Go to our helpdesk?

Categories

Groups / Events