Feb 25

As an old school Premiere user who jumped ship back in the days when Premiere just wasn’t staying progressive with the features tools, and just general STABILITY for god’s sake, it is a nice breath of fresh air to see what the latest version of the product has in store. Adobe started winning me back to Premiere with the first Pro release that really addressed a lot of the issues with the ground up rework they did. Now with Premiere Pro 2 I am a happy Adobe Video bundle enthusiast again. So what’s new different and exciting you ask? First off lets talk about the first launch look. Say goodbye to the old horse that used to brand the product, now its all about the new glass film reel look all shiny and new. More importantly the IDE got the same face lift. Those of you who are familiar with After Effects will immediately recognize the new look and feel and love it. Kudos for Adobe for the new interfaces across the video line. Some good usability work went into them, and they function very nicely on single or double monitors. One of the major benefit of similar interfaces across products is the ease of learning a new application when that familiarity is there.
Next up one of my absolute favorite features is something new called Clip Notes. These nifty little items can be a life saver in time and headaches when it comes to client review and feedback. This can really help revolutionize the way editors have to deliver and integrate client feedback. Essentially what they are is your edited video sequence/project outputted into an Acrobat PDF file, with viewer input/commenting enabled all automatically associated with the timecode! Ohh and get this – you then take this nifty PDF file and import to back and the comments are directly thrown down on your timeline at the timecode they were inputted on within the PDF. Fricken AWESOME! And I usually am NOT a fan of PDF’s or Acrobat, but this time defiantly a hit. Just as a note the client should only need a free copy or Acrobat Reader.

Accelerated client review and approval

Another one of the biggest new features is the sexy new Multi-Camera Editing support. Now you can truly expedite multi-cam editing with in an effective interface and clean modifyable output no plug-ins needed. Configurable audio control options are a nice touch – by default uses the audio from camera 1 for the duration but as mentioned it can be changed. As a hotkey fan the basic integration of quick real-time editing with hotkeys for these types of sources really makes this a winner.

Multicam editing

Overall I am really happy with the new version of Premiere Pro 2. I think it is starting to really step up the features and with somewhat regular new versions being released I honestly think it is a major competitor for the desktop video editing once again. So far stability and performance have been just fine for me on multiple laptops. A few other features really worth mentioning are.

Cross Product Integration – Excellent After Effects cross integration really makes a big difference on more complex projects. Rendering impacts of course but defiantly headed in the right direction with the native support for AFX Compositions.

DVD Creation Enhancements –
Now this stuff is getting pretty sexy in Premiere. You can actually develop DVD motion menu’s, audio options, and easy chapter markers. Great for those quick DVD’s without having to drop out to another program. Still has the basic export video/audio track only to DVD as well.

Native HD Support – This is huge new feature. Pretty much a necessity, and looks like they did it right. Great support across the board, and excellent performance, with the option for advanced realtime hardware acceleration.

Transparent Video Layer
– This miht seem like something little to a lot of people but I really like this new feature that lets you apply effects and such to a transparent layer that cascades onto the tracks below. Definitely a great idea that started in Photoshop and is now available in Premiere.

Adobe Media Encoder – The tool isn’t new but the major revamp was needed and appreciated. Good job all around, nice features options and output and finally my blessed Flash Video Output is supported!

Adobe New Feature Page - images pulled from Adobe page.

Feb 22

Hot off the press. Adobe just launched 2 new developer centers for Mobile Flash Application devleopment. Check it out….smokn’

-       Sony Ericsson  (http://www.adobe.com/devnet/devices/sony_ericsson.html)

-       Sony PSP  (http://www.adobe.com/devnet/devices/psp.html)

Feb 14

Here are the files and links from the Rocky Mountain Adobe User Group presentation I gave last night. This presentation covered some advanced font management and styling techniques including some powerful utilities and code that we use here at RealEyes. Be sure to check out the CSS URL Encoder exe and some of the other goodies.

Some of the cool stuff covered includes:
- Adding support for super and sub script text to Flash application
- Runtime CSS integration and custimzed enhancements for Flash and Flex 2
- Making Runtime Shared Font Libraries for Flash a reality and optimized development workflow to integrate into production pipeline
- Review of Flex 2 support for font management and styling display

______________________________________________

Recorded Breeze/Connect Presentation (1 hr 45 min)

Presentation Files (PPT Slides/SuperScript Font/Breeze Link)

Flash Font/CSS Development Samples – including runtime font library SIFR Enhancement

External Runtime Flash Font Library Development Toolkit

Flex – SWFLoader and Embedded Fonts
Flex – Embed from meta data

———————————–
More resource links to come soon!

_______________________________________________

Update (3/4/07)- I found that when working with a complex multi-SWF application that yes the font symbols can be shared across swfs loading into the main shell – without reloading for the sub-SWF;s however any sub-SWF that has any of the same characters for a specific font embedded into the SWF itself (including via static text) will hit a conflict and be unable to render the runtime font library. However obviously if you are embedding the font symbols via the runtime font library you shouldnt need the chars in the sub-SWF. As a hint for testing to see if any characters/symbols are ina sub-SWF that may conflict publish your sub-SWF with the ‘Generate size report’ check box selected from your Flash tab of the Publish settings.

_______________________________________________

Update (6/22/07)- I have an updated working version of the Runtime Shared Font Management all via CSS, that has been implemented on a large scale application successfully. If anyone is interested in it send me an email or leave a post and I will package it up.

Feb 8
  •  Windows Vista does not ship with any version of the Flash Player, so if you buy it in the stores and perform a clean install then you will need to grab the Flash player from Adobe and install it separately.
  • Many OEM’s have refused to accept this, and are shipping hardware with both Vista and Flash pre-installed. As far as developers are concerned, there is no way of knowing which version of the player is being loaded, but its probably safe to assume it is a version 9 release.
  •  If you upgrade an existing install of Windows, you may break your Flash Player and have to reinstall. Last week Adobe released an updated version of the player, listing Windows Vista support in the feature list. If you have this version installed when you perform the update (9.0.28), then you should be fine. If you have an earlier version of Flash Player 9, then Flash web pages should still work, though you are obviously missing the Vista compatibility updates, whatever they may be. If you have an earlier version of the player, such as Flash Player 8, then the upgrade to Vista will somehow corrupt your player install. You will need to reinstall and the corrupted player will still register as installed to web pages using Flash (though it may not work).
Feb 5

Ever used wmode for your Flash content and seen some….wierdness? Well here is a little info for ya.

[PERSONALLY KNOWN AFFECTED BROWSERS]

-    IE 6

-         Firefox 1.0 – 1.5

-         Firefox 2.0

[BACKGROUND]

In general when you have an Adobe Flash application integrated into an HTML page and desire HTML content to have the ability to be overlaid on the Flash application you set the ‘wmode’ property in the HTML Object/Embed code to either ‘opaque’ or ‘transparent’ (the default non-issue setting for wmode is ‘window’). This enables Flash to listen to the standard Z-Depth index of Browser content and thus enabling Flash to be displayed in the standard layering controlled by CSS and such.

[CAUSE/REPRODUCTION]

When a Flash application meets any of the following integration and display usage:

-         wmode set to ‘opaque’ or ‘transparent’

-         The Flash application has a height that is greater than can be viewed in the specified screen resolution without bleeding over in BOTH top and bottom. (Only an issue when paired with wmode issue above)


[ISSUES BY BROWSER]

-         IE 6 – When WMODE is set using mouse or keyboard to scroll/adjust Flash elements causes browser scrolling as well

-         Firefox 1.0-1.5 – Click plain of the Flash content gets distorted based on the scroll position when both of the use case issues are met above. This issue can render the Flash application totally unusable

-         Firefox 2.0 – When user selects an input text field the blinking cursor does not display

-         FlashPerformance degradation

-         Other Community known issues that have not been explicitly confirmed integration:

o       Printing issues with wmode content (Printed content can get flipped)

o       Various text selection and click issues