youtube

Annotating YouTube videos programatically

I want to be able to display a normal youtube video with overlaid annotations. This consists of colored rectangles for each frame. The only requirement is that this be done programatically. Youtube has annotations now, but require you use their front end to create them by hand. I want to be able to generate them. What's the best way of d...

Anybody got an Actionscript 3 Youtube API / wrapper?

Google / Youtube has an API for Youtube for javascript and Actionscript 2. Unfortunately this API is not compatible with Actionscript 3 without a wrapper - which google does not themselves provide. Has anybody got an actionscript 3 wrapper they can make available? ...

YouTube embeds not working in WordPress after import from Blogger

I imported a series of blog posts from blogger to WordPress, and the YouTube embed tags were stripped away. Now I just have the YouTube URLs in the posts, as opposed to the complete embed tags. I am trying to restore the embed codes. ...

HTML Snapshot

Using asp.net, I need to generate a snapshot of an youtube video. I have access to the code that youtube generates for integrating their vids into other sites. Basically what I want to do is what HTML Snapshot does, take a picture of some html, but I`m only interested in the video. How can I approach this in asp.net, (buying HTML Snaps...

How to combine a photo and sound file to an video file which is acceptiable on youtube?

I'd like to combine a photo and some sound file together and upload to youtube, not sure how to do it. Any suggestion will be greatly helpful. Thanks. ...

Detecting if youtube is blocked by company / ISP

We have Youtube videos on a site and want to detect if it is likely that they will not be able to view them due to (mostly likely) company policy or otherwise. We have two sites: 1) Flex / Flash 2) HTML I think with Flex I can attempt to download http://youtube.com/crossdomain.xml and if it is valid XML assume the site is available B...

Determining video codec via YouTube data API?

Is it possible to determine whether a particular youtube video is encoded with H.264 or FLV through the YouTube data API? If so, how? I can start a file download and check how the video stream was encoded (programmatically, of course), but I'd like to use the YouTube data API to avoid all that overhead. ...

FF3/Windows CSS z-index problem with YouTube player

I'm stuck on what appears to be a CSS/z-index conflict with the YouTube player. In Firefox 3 under Windows XP, Take a look at this page: http://spokenword.org/program/21396 Click on the Collect button and note that the pop-up <div> appears under the YouTube player. On other browsers the <div> appears on top. It has a z-index value of 999...

loadVideoById() in YouTube's regular player (not chromeless)

I have a YouTube's player in the webpage. I need to change the video played by this player dynamicaly. This is (relatively) easy using YouTube's chromeless player. It has method loadVideoById() which works perfectly. The problem is, that the chromeless player doesn't have any controls (play/pause, etc.). The regular YouTube player has a...

Can we download the video from youtube?

I wanted to know if somebody knows that if there is way to download a video from youtube? ...

Hosting user videos

My client would like website visitors to embed videos in their profiles. We've suggested that we use YouTube for a quick and cost-effective (free) solution. However he is not keen that YouTube would control access to the videos which are an important part of his service. It seems unlikely that YouTube would suddenly pull the plug but to ...

How to embed YouTube videos in PHP ?

Can anyone give me an idea, how can we show or embed a YouTube video if we just have the URL or the Embed code. Thanks for the help ...

How can I play a youtube video in swfloader?

hi, I embed a youtube video in my air application. It loaded and played well, but I cannot play more than one video at the time, only one video is played at the time, do you know why? The code is: url:String = "http://in.youtube.com/v/fVGk5qm6Mac&amp;hl=en&amp;fs=1"; //texturl.text=url; swfloader.load(url) please anyone ...

Embed YouTube videos while staying XHTML 1.0 Strict?

Is there a way to embed a YouTube video while still staying standards compliant (XHTML 1.0 Strict)? Thanks in advance. ...

Is it possible to get all comments of a Youtube video?

I am building a web site in PHP that integrates with Youtube. I want to have access to all comments that have been posted on a particular video. When I use the Zend library, I can get the video comments feed, using the getVideoCommentFeed() method, but that returns only the latest comments. Is there a way to get every comment that has ...

Android YouTube app Play Video Intent

I have created a app where you can download YouTube videos for android. Now, I want it so that if you play a video in the YouTube native app you can download it too. To do this, I need to know the Intent that the YouTube native app puts out in order to play the YouTube app. I could do this easially if I had the YouTube program on my emul...

PHP Extract audio from video

Hello, I need a way to extract the audio from some video (in PHP). I have the video streaming in from YouTube, so I would really like it if it were on the fly streaming, not I have to save it to a temp directory and process it there (though that is acceptable.) Thanks, Isaac Waller Edit: to be more specific, I have a MP4 and I want it to...

Actionscripts regarding playing youtube movies in a flash player on a form

Hi I have a c# form where i want to display a youtube movie. I have placed a shockwave flash object where i can load a youtube movie. axShockwaveFlash.LoadMovie(0, "http://www.youtube.com/v/tVP0b8qvZg8&amp;enablejsapi=1&amp;playerapiid=ytplayer"); this works fine. The problem occurs when i through code, want to play/pause/anything wi...

Where can I find open source Youtube-like software?

Hello everyone, I want to setup a web site like Youtube to host some internal videos. I want to know whether there are any open source and .Net based projects to easy use/setup? I want to host the video by myself other than any 3rd party services for copyright reasons. :-) thanks in advance, George ...

Youtube content identification technology?

I'm not sure if Youtube is the only website with this technology, but content identification in YT (Content ID) is basically a technology to automatically identify and remove copyright infringements. You can read more about it here: http://www.youtube.com/t/contentid Well when one of my videos (containing a particular music track) got ...