Video, Flash and Silverlight

posted by Jeff | Thursday, May 15, 2008, 12:20 PM | comments: 5

I've been having a good time messing around with video this week, even though I haven't been able to commit a lot of time to it. As I mentioned before, it's a little frustrating that I essentially have to relearn Final Cut Pro shortcuts and such over and over since I don't do it enough.

Being a former broadcaster with the salary of an in demand programmer has really allowed me to stay in the loop with video gear and own "real" HD gear. (I have a Panasonic HVX200, for which the major expense is the solid state media.) It's funny how I've thrown a lot of convention out the door with regards to how I edit, since you're not constrained by the "package" mentality of broadcast news. Especially when you're dealing with fanboy type content, you can go with nice long cuts of stuff they just want to see.

In any case, I've been a QuickTime fan for many years. Back in the day, this was because the Sorenson Pro codec was easily the best in terms of quality. Then H.264 came around, and I declared it as the future years ago, back when most computers didn't have the nuts to even play it back.

These days, the action has been in Flash, for the obvious reason that it's so universally available. The recent adoption for Flash to playback H.264 QT movies makes it a total slam dunk for me. The primary benefit is one of work flow. It's easy to export these from Final Cut Pro very quickly.

I've started to play with Flash, the authoring application, to try and hack out a slightly customized video player. As an IDE for writing code, it absolutely sucks. ActionScript is not terrible, but I kept hitting obstacles in trying to get moving. So many articles online are behind subscriptions, and the documentation isn't organized very well. I'd kill for Intellisense.

Silverlight v2 has a lot going for it, though I haven't had any time to mess with it. I've barely touched Silverlight v1.x. Assuming that adoption skyrockets with the Olympics, I can see moving toward it for a lot of different reasons. Aside from being .NET-centric, the server-side of things have a lot of appeal. I remember the demo for the media server at Mix where they showed how you don't have to stream out the entire file too far in advance when there's potential that part of the video may never be watched. That's awesome stuff. The price is right too (free).

The only big negative to Silverlight as a video platform, for me, is the work flow issue. I can't quickly and easily get the video there out of the tools I use, and these are tools that the bulk of people in the field are using.

When I stop to think about it though, I left broadcast about nine years ago, and it's still not quite where I thought it would be with regards to video on the Internet. I mean that in terms of quality, which is no longer a function of CPU power, just bandwidth. Hopefully the US can catch up in that regard.


Comments

8dot3

May 15, 2008, 5:18 PM #

You can just throw an FLVPlayback component on the stage, give it an instance name, and start adding your controls to it. The SeekBar is a total fail though.

Type FLVPlayback in the editor, hit F1 and it will take you to the documentation for it.

You can also just go to "ActionScript 3.0 Components" in the help. There is a section called "Using ActionScript 3.0 Components" with a sub section called "Using the FLVPlayback Component."

Jeff

May 15, 2008, 6:37 PM #

Yeah, I've already done that much. In fact, there's one in production that's too big for the page it's on, so you can't see it. :)

8dot3

May 15, 2008, 7:00 PM #

You should be able to get great looking full screen video from that camera of yours.

Jeff

May 15, 2008, 8:03 PM #

The camera is not the limitation, for the most part. Shooting 16:9 at 480p/30 produced pretty decent results, but you're still looking at around 11MB per minute using H.264, and even at that bit rate (1.2kbits) I can see some compression artifacts. 720p or 1080p gets even more gigantic really quickly when it comes to Web distribution.

8dot3

May 15, 2008, 9:41 PM #

I realize that, but a good quality video from the editor out to Sorenson at around 512-768k looks pretty great compared to a lot of the crap out there.


Post your comment: