Designing with video files ... Good idea or bad?

Hey guys,
I have a DVD interface designed, therefore all the idle menus
and transitions are composed of video. I want to design my website
to reflect the DVD... so would it be a wise choice to use all the
videos -- in this case, looping page backgrounds and transitions
(all Quicktime format) -- and then code interactive buttons to
them? Obviously it will have to be compressed, but I don't want to
lose too much quality, yet I don't want the user to have to wait
forever to load up the site. Any ideas, thoughts, and/or
suggestions would be greatly appreciated. Thanks!

I vote against them. Because then you will be hearing audio in a way that NO ONE ELSE will. Often, when we go the final mix of a show, we listen to the audio as it plays out of TV speakers...because this is how a majority of people will hear it. The audio guy mixes using his good speakers, but then the final playback is thru the TV ones so we know audio works there too, and we can hear everything. If you use noise cancelling headphones, and put in subtle audio, that audio might be lost in real world playback.
Shane

Similar Messages

  • Quicklookd slowing down Leopard with video files

    For some reason whenever I'm trying to open a folder with video files, add a video to a project or just open a video, I get the spinning beachball for quite a while before anything happens. This makes using iDVD impossible, Toast almost unbearable and general use of my mac quite annoying. Looking at processes on istat, quicklookd seems to be using 70-80% of the processor, sometimes higher. I could understand if I were using a slow computer but this is on my iMac Core 2 Duo 2.8GHz. The files tend to be .avi - either xvid or divx if that's helpful.
    Would be enormously grateful for any advice. Thanks.

    No-one?

  • LR4 crashes with video files

    LR4 crashes when I try to go to loop view with video file (MOV). Message "Load library failed with error 998". Lates version of LR4 win7 64 bit.

    Hello,
    Can you try following the steps on the TechNote below?
    Inserting a Windows Media Player in a web page:
    http://www.macromedia.com/go/tn_15777
    HTH.

  • Flash SWF with Video file will not play in web page

    Hello Flash group,
    I have created a flash video file from a *.wmv file.
    myvideo.flv.
    I have used flash to build an swf file that plays the video
    (with a default skin).
    I have then imported the media file into an html page using
    Dreamweaver. I did not import the flv file, but the swf file with
    the "video" in it.
    The page plays find on my development server (where
    Flash,Dreamweaver, etc is installed).
    When I moved the html page, the flv file, the swf file and
    the skin to my production webserver (linux and apache)
    the flash files do not show up on the web page. The dev
    server is a windows XP running apache 2.2)
    Any ideas on what I need to do???
    thanks,
    eholz1

    It may cause by any of the reason below:
    - You have uploaded the flv file to the wrong directory
    - Your flv file path/name is incorrect. check all case
    sensitive etc.
    - Your web server doesn't support FLV MIME type.
    Another similar topic here:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15&catid=194&threadid =1263131&highlight_key=y&keyword1=MIME
    Hope it helps.

  • Apex and remote database links.... Good idea or bad?

    We would like to have one single Apex installation that would be used to develop many applications against many remote databases.
    Database links would seem to be the obvious mechanism to achieve this goal, but we have had many issues with db links.
    Also, our research indicates this might not be a good idea for various reasons.
    Any opinions or experiences around this topic would be greatly appreciated.

    we have had many issues with db links. In that case it's a bad idea.
    It's not really an Apex question. If you can't get db links to work, it's a database issue. If it's performance over the db link, again it's a database issue (assuming modern networks aren't the bottleneck here). Remote views (instead of selecting from remote tables) often increase performance.
    If the applications don't have to share data over the db links, you can set up one master application and several sub-applications on the different databases. The master is used to log in once. See:
    http://www.oracle.com/technetwork/issue-archive/2009/09-may/o39security-101079.html

  • No Audio with Video File

    When I import my recorded file .mp4, the file comes in with only the Video. However, When i contacted the Adobe support they informed me of using "New Sequence from clip" and by doing so it creates a new sequence and the audio is there.
    But here lies the further issue, if i am working with numerous files, my project will have many sequences due to having to use "New Sequence from clip" for all files, but when i go to merge any sequences together, it acts like the raw file and does not import the audio with it, despite it being there in its original sequence.
    Any idea how to fix this issue?

    Make sure an audio track is selected for source patching.

  • Problem with video file SEEKING (Seek.java)

    Hi,
    I have a problem with seeking the video file, actually mpeg2 file. I tried the Seek.java example from sun web site (http://www.cs.odu.edu/~cs778/spring04/lectures/jmfsolutions/examplesindex.html#seek) but it doesn't work. When I try to call getControl it returns null.
    fpc = (FramePositioningControl)p.getControl("javax.media.control.FramePositioningControl");
    if (fpc == null) {
    System.err.println("The player does not support FramePositioningControl.");
    System.err.println("There's no reason to go on for the purpose of this demo.");
    return false;
    Does anybody have some idea how to make a player that will support FramePositioningControl ???
    Or do you know some java dvd player that can be used in java application for free?
    thx a lot

    try {
         Manager.setHint(Manager.PLUGIN_PLAYER, new Boolean(true));
                   player = Manager.createRealizedPlayer(new MediaLocator("file:"
                   + fd.getDirectory() + fd.getFile()));
              } catch (NoPlayerException err) {
                   err.printStackTrace();
              } catch (CannotRealizeException err) {
                   err.printStackTrace();
              } catch (IOException err) {
                   err.printStackTrace();
    if (player == null) {
    System.out.println("Trouble creating a player.");
    return;
    FramePositioningControl fpc = (FramePositioningControl)player.getControl
    ("javax.media.control.FramePositioningControl");
    if (fpc == null) {
         System.err.println("The player does not support FramePositioningControl.");
         System.err.println("There's no reason to go on for the purpose of this demo.");
         return;
         }

  • Treating with video file ,audio andpictures with java

    hi
    i want classes that treat with video ,audio and pictures
    second iformatted my pc and forgot what to download with the IDE ,do i download JVM only or what ?
    THX

    hi
    i want classes that treat with video ,audio and
    picturesGood luck. Pictures will be the easiest part (built-in functionality, e.g. through javax.swing.ImageIO). audio is a bit trickier (http://www.jsresources.org). Dunno about video. Probably the most difficult.
    www.google.com would be a good place to start.
    second iformatted my pc and forgot what to download
    with the IDE ,do i download JVM only or what ?[url http://java.sun.com/j2se/1.5.0/download.jsp]JSDK

  • I am having an issue with video file size increasing after editing in iMovie 11

    So I start off my iMovie 11 video project with a .mp4 video file of roughly 900MB.  After chopping off the beginning and ending (which is all I want to do) I have attempted finalizing and exporting using numerous options.  The problem is, each time I do this my file turns into a 3.9GB .mov file!  I don't want a huge file, I don't want a changed format file.  I simply want to cut off the beginning and ending of my movie and leave everything else the same.  Theoretically, this should make the file SMALLER since I am removing footage.  Correct?
    As  you can probably tell, I am new to all this.  But can anyone tell me how to keep my .mp4 file extension and simply delete the start and end?
    Thanks!

    The simple answer is, Don't Use iMovie.
    If you want to just trim off pieces you can do that in QuickTime X, which is already installed on your Mac. Open the movie in the QuickTime X player. Now go to the Edit Menu and choose Trim... At the bottom of the window you will see a series of thumbnail images with a yellow highlighted box around it. To cut off the beginng pull in the handle along the left hand side of the yellow box. Same is true for the end grab the yellow handle on the right side and pull it in as well. Then click the Trim button, now you've got just the piece of the video you want to save. Now go to File > Save As... set the Format to be Movie (to keep it in the same file format as it started as.
    This avoids all the transcoding/conversion that goes on when you import a video into iMovie.

  • Work flow for syncing separate Audio files with Video files in FCP

    It may be too late for me to use this workflow that I want with my current project, but I need to figure out what it is anyway for future reference.
    Right now I'm editing a movie which is near completion. When we recorded the movie, the camera's deck recorded reference audio from the sound guy at 48k @ 16bit. This audio also went through an additional set of preamps which added a small amount of noise. So we don't want to use the reference audio because of it's low resolution and less clean audio. The sound guy recorded straight to his deck at 48k @ 24bit, besides the better resolution, his audio is noticeably better.
    The camera deck and 'clapper' (I think that's what you call it) were not connected or synced. So the video files and the soundsguy's audio files are slightly different lengths, but at least have a 'clap sound' to manually sync to. And I don't mean that the audio and video files won't play in sync with each other, I mean that the soundguy always started recording before the camera, so his audio files have slightly different start and stop times.
    Could I have synced the audio files with the video files before I started editing this project? If so, could it have been in the way that the soundguy's audio would be connected to my video files while editing? What would that procedure have been?
    My current workflow right now is I have my finished sequence, I change the bit rate to 24 in Sequence Settings, and start manually dragging the soundguy's files to the sequence for every little edited clip. This is going to take forever, there are 99 scenes in this movie. Anyway, at the end of the day these sequences are exported as .omf files and imported into Pro Tools for audio post production.
    I was not thinking to figure this out before I started editing the movie, this is unfortunate, a newb move in a decent production.
    Anyway, I don't know if there is a standard for this situation or if I just opened up a can of worms for many possible workflows. Please comment if you have experience in this area or please refer me to any reading material.
    Thanks for your time!
    -Monty

    The normal workflow (besides manually syncing up before editing!)
    is to have ' some ' way of auto syncing the clips.
    So you must have common timecode.
    With external audio, you can slave the cam's TC to the TC output of the BWF recorder.
    Then you can use BWF / QT merge (one of my apps) to sync them, or use Sync 'n Link.
    (another third party application)
    If it is not possible cause you're shooting with a cam without a TC input, you can record the TC output on one of the audio tracks of your cam, and use FCPauxTC reader to decode the beeps and translate that to QT TC, and again use the former tricks to sync them.
    It is difficult when you have never done it, but very easy once you get the hang of it, and it saves a huge amount of time to do it right from the start.
    Have a look at the FCP aux TC reader here:
    http://www.videotoolshed.com/?page=products&pID=26
    Sync 'n Link can be found here:
    http://www.assistedediting.com/Sync-N-Link/
    /// disclaimer, i AM the owner of Videotoolshed, and i WILL (at least try) to make money on it. ///
    /// i do NOT have any relation with AssistedEditing.com, besides friendship with the owner. ///

  • Working with video files on compatible external drive with imovie09

    I have run out of room on my MacBook Pro hard drive, so I have moved all of my video files onto a compatible external hard drive. How do I work with these file in imovie09, do I need to import the files back onto the computer or can I work with them from the external hard drive, if so how. Also, is it possible to after completing editing to save just the project on the computer rather than the hard drive or will that cause a "source video" issue.
    Ultimately, I would like to have all of the source video saved on the external hard drive and the projects saved on the computer
    I had no problems working and saving the files when just using the computer, the external hard drive has complicated things for me. Thanks.

    John Pichola wrote:
    I have run out of room on my MacBook Pro hard drive, so I have moved all of my video files onto a compatible external hard drive. How do I work with these file in imovie09, do I need to import the files back onto the computer or can I work with them from the external hard drive, if so how. Also, is it possible to after completing editing to save just the project on the computer rather than the hard drive or will that cause a "source video" issue.
    How did you move all of your video files? The best way in iMovie '09 is to do it in the Event Library. Make sure you're viewing hard drives (click the disk icon at the upper-right corner of the list of events). Then drag the events you want from your internal hard disk to the external one. That way iMovie keeps track of where the source files are located.
    You can do the same with project files in the Project Library, too.
    If you've already moved the files in the Finder, to do it cleanly, I'd recommend moving them back to the iMovie Projects and iMovie Events folders in your Movies folder. Then launch iMovie and move them as explained above.
    Or, make sure the iMovie Projects and iMovie Events folders are at the top level of your external hard drive. When you launch iMovie, it looks in those places for footage and projects, and will make them available.

  • Problem with video files

    Hello,
    I'm looking for a PC software wich suport the N8 video files.
    When i try to import the movies made with my N8 in Adobe premiere pro, there not opening.
    The only way i found out was to convert them in quicktime the reconvert them in APP. But it's taking a very long time and a bit of the quality.
    Do someone know an editing software for PC which can DIRECTLY open movies filles from a Nokia ?
    Thx.

    Hi Kionoka1,
    The N8 saves video files as .MP4, so when you import, you will either get an "unsupported format" message or the audio plays with no visual.
    Have you tried to rename the file extension  from MP4 to MPG or M4V. This should invoke an alternate import module that  will correctly handle the file.
    Hope this helps,
    haZey
    If you find this post helpful, a click upon the white star at bottom would always be appreciated.
    If it also solves your problem, clicking ACCEPT AS SOLUTION below it will benefit other users!

  • Problems with Video files in LR4

    Hi,
    I installed LR4 over LR3.  When I try to play a video file in LR4 nothing happens.  I cannot import video files or synchronize them.
    I also noticed the LR4 hangs for about a minute when I lauch it...
    What's wrong?  I have Windows 7.

    I had a similar problem, but it was with .mov, .avi, and .3gp movie files.  When I tried to import these video file types, LR4 would simply hang.   Here is what I did to fix the problem.
    - Close LR4
    - Find a file of the same type using your file explorer that will not import.  Right click on it and select Quicktime as the default player.  (remember, LR use QT to render all its video)
    - Open the video file and confirm that it plays under Quicktime
    - Reboot your machine.  (this is really only to kill some LR processes that may still be running)
    Once your machine restarts, load LR4 and import the video.  It should work at this point.
    Mark

  • Issues with Video file types

    I have videos on my computer and it says they are in a divx compression format with mp3 audio. I want to put them on my iPod, but iTunes won't recognise them. Do you know what types of video files can be recognised by iTunes and iPod and is there any way I can convert these videos so they will be recognised?

    vanilla_ice633 wrote:
    I have videos on my computer and it says they are in a divx compression format with mp3 audio. I want to put them on my iPod, but iTunes won't recognise them. Do you know what types of video files can be recognised by iTunes and iPod and is there any way I can convert these videos so they will be recognised?
    From http://support.apple.com/specs/ipodhttp://support.apple.com/specs/ipod:
    H.264 video: up to 768 Kbps, 320 x 240, 30 frames per sec., Baseline Profile up to Level 1.3 with AAC-LC up to 160 Kbps, 48 Khz, stereo audio in .m4v, .mp4 and .mov file formats
    MPEG-4 video: up to 2.5 mbps, 640 x 480, 30 frames per sec., Simple Profile with AAC-LC up to 160 Kbps, 48 Khz, stereo audio in .m4v, .mp4 and .mov file formats
    iTunes doesn't recognize your video files because they are not in a file format and/or encoding scheme which it accepts.
    Use the free MPEG Streamclip application to convert DivX-encoded AVI files into an iPod-acceptable format.
    Hope this helps,
    Steve

  • Issue with video files

    running Windows 7
    Whenever I import a video file into Photoshop CS6 the audio plays but the playback screen is black. There's also no image in the timeline and no thumbnail present when using bridge or Lightroom 4. Videos will also not play in Lightroom library module (audio ok). Every video I've tried works in Windows media player or QuickTime and the video thumbnail is visible when I use Windows Explorer to look for files.

    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 3292 MHz
    Built-in memory: 8149 MB
    Free memory: 2375 MB
    Memory available to Photoshop: 7205 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: Quadro 2000/PCI/SSE2
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1080, right: 1920
    Video Card Number: 1
    Video Card: NVIDIA Quadro 2000
    OpenCL Unavailable
    Driver Version: 8.17.12.7589
    Driver Date: 20110805000000.000000-000
    Video Card Driver: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
    Video Mode: 1920 x 1080 x 4294967296 colors
    Video Card Caption: NVIDIA Quadro 2000
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 16384
    Serial number: 91198606984961922861
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\CHRIST~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 930.7G, 796.5G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt42.dll   International Components for Unicode   4, 2, 0, 0  
       icuin42.dll   International Components for Unicode   4, 2, 0, 0  
       icuuc42.dll   International Components for Unicode   4, 2, 0, 0  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       onOneToolboxPlus.dll   onOne Toolbox2 Dynamic Link Library   2.2.0  
       ONProxySupport.dll   TODO: <Product name>   1.0.0.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
       zlib.dll   zlib   1.2.5  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.1
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Embed Watermark 4.0
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzotint 13.0
       MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Sumi-e 13.0
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins:
       Perfect Effects Free 3.0.2
       Perfect Effects Free Filter 3.0.2
       Perfect Effects Free Smart Filter 3.0.2
    Plug-ins that failed to load: NONE
    Flash:
       onOne
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

Maybe you are looking for