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.