Software for convert Filter Presets to ActionScript Code

This software convert filter presets in Flash 8, CS3 and CS4
to ActionScript code...
Very Fast and Usseful...
http://www.astrodreams.com/flashfilterpresets/convert_flash_filters_presets_to_actionscrip t117release.rar

that's the easy way. just load the bitmap into the library
and reference it. but my client needs the entire app to rely upon
code only, no timeline or library references. so i need to recreate
the line art of the bitmap of a grab icon into graphics api.
wondering if there's an easy convert of a bitmap to graphics api
actionscript code or do i have to just do it by hand which would be
a pain.

Similar Messages

  • Is quality better with software for converting VHS to DVD than using an actual converter?

    Is quality better with software for converting VHS to DVD than using an actual converter?

    Not sure what you mean by "actual converter".
    If you mean if you just played a VHS tape to a DVD recorder and recorded like that... You will get close to the quality of the VHS.
    If you have a good capture software and hardware you might be able to clean the video and audio up. But VHS is pretty limited in quality.

  • Software for converting powerpoint to flash on Mac OS X ?

    Dear All
    Does anybody know if there is any software available for converting powerpoint presentations into flash format so that they can then be uploaded onto websites? I have seen (for windows, unfortunately) a program callled ARTICULATE PRESENTER (www.articulate.com) which is fantastic for doing this, but only the end product can be viewed with Mac rather than being able to be created with Mac.
    I want to create self-study type lessons for students, in which I can record a narration at the same time that the powerpoint slides are showing their illustrations. (This is what ARTICULATE does). And that these can then be available via the internet.
    Has anyone any ideas or experience with this using Mac?
    Many thanks and hope to hear from many of you soon!
    Sjoerd Servaas
    Powerbook G4, 15   Mac OS X (10.4.2)  

    Actually, there is a program that will do this, and a lot more. It's called Keynote. You can import your PowerPoint files, then you can trash PowerPoint, because you'll find Keynote does everything PowerPoint does better, and it does a lot more. Including exporting your presentations in Flash, PDF, QuickTime, or back to PowerPoint, if you must.

  • Best video Hardware/software for converting VHS DVD and others on Mac?

    Hello,
    I am having problems finding some much needed details on what the best software/hardware is for converting video formats on a Mac. I should note I am using a NEW iMac 4GB memory and Leopard OS so what I use needs to be compatible. Perhaps next year I will get a Mac Pro, but for now I'm using this setup. Here's is what I need to do:
    1. Transfer old VHS tapes (home movies and such) to DVD. I need to be able to use DL DVD discs for my recordings so I don't have to switch DVDs. In other words make them just like the DVDs you play that you buy. Therefore, they also must be able to playback in home theater DVD players, not just on the computer. I would assume the best way as for encoding is to get the VHS tape in digital format on the hard drive, then use the codecs to turn them into DVDs?
    2. Once on the hard drive I also need to convert them to a format neutral playback on both the Mac and PC. What is the best, MPEG 4?
    3. The ability to do some nice editing of making bookmarks, chapters and thumbnails for the DVD menu and divisions I wish to make. In other words, if I have a home movie containing my Summer and Winter vacation, I want to insert bookmarks at points to skip to like in a movie DVD and also have a thumbnail of it just like DVD movies does.
    4. A nice MAIN menu for the DVD that will let me hit the main categories, not just chapters for the TOP level DVD menu. Such as Summer Vacation, Winter vacation.
    5. The software should be easy to use so I don't have to take a HUGE crash course requiring lots of work making the project a chore. Also, I don't want or need a professional package, just something simple that is less than $200 per software program. Not the expensive $500+ software options for movie makers.
    Thank you for any tips and advice on this matter.

    "Best software/hardware" depends on your exact needs & wants.
    One simple way to transfer your VHS tapes to DVD is with a *DVD Recorder*. Many of these come with VHS and DVD decks already built in. Insert your VHS tape, a blank DVD, hit record and off it goes. When finished, you have a playable DVD.
    To transfer your VHS tapes to DV for editing you will need a converter. The *Canopus ADVC-110* is a very nice, relatively inexpensive device that will do that job for you. (It's also possible to use most modern DV camcorders as converters, too.) You would connect your VHS deck to the Canopus box via their analog video & audio connections, then connect the Canopus box via FW to your Mac, and then when you play the VHS tape you would capture the video in iMovie or FCE.
    Once your videos are captured on your Mac, you could use iMovie or *Final Cut Express* to do whatever editing you might want to do. Regardless of which one you edit with, however, it's iDVD that you would use to create your DVD menus and burn your DVDs.
    So, overall, the workflow would be like this: *VHS Deck > Converter (camcorder or converter box) > Capture on Mac (iMovie or FCE) > Editing application (iMovie or FCE) > iDVD > DVD*
    For playback on computers MPEG4 would be an ok choice, H.264 is probably a better choice, and then there's the matter of whether or not you want to export as a QuickTime movie and/or AVI.
    iLife came with your Mac, so you already have iMovie and iDVD. How about giving them a try before you consider investing in a significantly more sophisticated application like Final Cut Express. (just my opinion)

  • What is the best software for converting video files to .ogg format?

    In trying to html5 compliant I want to convert my video files to the .ogg format. After a lot of searching for video converters, I cannot find one that does this; although several claim to but actually don't. Converting audio isn't so much of a problem. So, can you suggest a tool for converting video files to .ogg format?

    See this Wikipedia article for some encoders:
    * http://en.wikipedia.org/wiki/Theora#Encoding

  • Creating Video Playlists & Software for converting Videos

    How do I create video playlists on my iPod? If I just add all the videos I want to add, they all apear in the 'Movies' section of my iPod.
    Help would be wonderful!
    My other question, was...
    Is there another piece of FREE software that I could use to convert my videos into iPod format movies?
    Besides using:
    Videora iPod Converter
    Quicktime 7
    Thanks...

    I use WinAVI - it's not free but has never let me down. It also does 3GP files for 'lesser' phones.

  • Best software for converting mvk files for apple tv?

    I have lots of MVK video files on my Mac which I would like to play via Apple TV. Is there anyway I can play these through Apple TV without converting?
    If not what is the best software/settings to use to convert these to maintain video and sound quality of the MVK file?
    Thanks

    MKV files usually have H264 video inside them already, and audio is either AAC, AC3 (preferable) or DTS.
    Conversion is really easy. You could try MKV tools, but I've found audio sync issues, especially when converting sound from DTS.
    Ffmpeg (command line) works the best.
    You can get great instructions here (http://www.martinlos.com/?p=41) for getting that set up.
    Once everything is properly set up, you can generally convert with lines like this:
    ffmpeg -i input.mkv -vcodec copy -acodec ac3 -ac 6 -ar 48000 -ab 320k ouput.m4v
    What that does is tell ffmpeg to use file 'input.mkv' and copy the audio codec (assuming it's H264, which if it's an MKV, it likely is) and to convert the audio codec to AC3, 6 channels (5.1) at 48000 hz, at 320k bitrate. The output m4v file is what you'll use on your Apple TV. Conversion usually takes a few minutes.
    You can get info about the mkv by typing ffmpeg -i input.mkv. That'll tell you what type of video you're dealing with, and what type of audio.
    There's additional nuances, like removing metadata and chapters, but all of that can be found with a simple google search.
    Good luck!

  • Best software for converting VHS to digital format?

    I watched my wedding video from 20 years ago the other day. Then I thought I should put this into a digital format so I've been looking around at Apple forum and other places for suggestions.
    It seems the best/easiest so far is the Roxio Easy VHS to DVD for Mac software. The problem is any of the retail outlets in Canada only sell the PC version.
    No problem - I will just figure out how to order online. OK...except the box includes the necessary adaptors etc... and a software installation CD. My new iMac does not have a CD ROM and after several calls back and forth between Roxio and Corel it appears like a downloadable version is not available.
    I also see EyeTV seems to have a similar product, but that appears to only come from Europe. And I have seen grass valley mentioned in some of the forums but these appear to be dated and I'm not sure the noted item is available any more. Even if it (or its replacement) is, sourcing it here in Canada seems to be an issue also.
    Any suggestions beyond simply putting the video on my TV and filming it with my iPhone?
    Thanks.

    You will need to buy an external DVD burner.
    You will need an analogue to digital converter such as the ADVC110 (there are others) that can connect to your video player via standard RCA cables, and to your Mac via Firewire so you can import into iMovie.
    If you want to to make a video DVD of the video you will also need iDVD.
    Why is there no iDVD on my new Mac? How do I get it and how do I install it?
    https://discussions.apple.com/docs/DOC-3673

  • Software for converting quicktime to windows media player

    I am having difficult converting a movie from Quicktime or even IMovie to a program that can be run on a Windows PC.

    To convert to Windows Media Player (with .wmv extension), you will need one of the Paid versions of Flip4Mac.
    Flip4Mac gives you the components you need. Use something like MPEG Streamclip to do the actual conversion.
    If you just want to play it on a Windows PC, but don't care about Windows Media format, there are two ways to go.
    1) Just use SHARE/EXPORT MOVIE in the size you want. On the PC, you need to install QuickTime Player for Windows.
    2) You can also use SHARE/EXPORT USING QUICKTIME. Choose Movie to MPEG4. Choose h.264 as the codec. With this option, it should play on Windows without the need for QuickTime Player to be installed.
    I may receive some compensation from my link.

  • Can anyone recommend software for converting mpeg files to FCP compatible files?

    Currently working with FCP 10.1.3. Would like ability to re-edit / cut and slice mpeg files from other movie editing software (i-movie and studio 15). Would appreciate any recommendations for conversion software that I can download via the app store. Thanks

    MMPEG Streamclip. Depends on what kind of MPEG, 1, 2, 4 and whether it's muxed or in VOB files or some other wacky concoction.

  • What is the best setup (cords, hardware and software) for converting tape cassettes to mp3 using iMac?

    I have a huge collection of tape cassettes that I want in my iTunes library.  I want to know what the best cords, hardware (type of Tape cassette player/recorder) and software to use.

    It depends on what kind of inputs your Mac has:
    If your iMac is a 2012 or older model it probably has an audio line input, in which case you can directly connect your tape deck outputs to your iMac.  Generally this requires a cable with 2x RCA male connectors on one end and 1x 1/8" (3.5mm) stereo male connector on the other end.
    If you have a more recent iMac that does not have a line input you will need to get a USB audio interface like a Focusrite Forte, but in these cases you will need to pay attention to the kind of cable inputs the USB device has.
    In both cases you will need recording software.  There are many choices.  I have used Sound Studio with great success for tapes, vinyl and live recordings.  (Note: if you are using a USB audio interface it may come with its own recording software.)
    Pay attention to whether or not your tapes were recorded with or without Dolby B or C noise reduction; and also whether or not your tape deck supports none, Dolby B or Dolby C - getting each tape matched with your deck settings makes a big difference in the results.  And depending on how quality conscious you are you may also want or need some noise reduction software, in which case I suggest looking at Wave Arts MR Noise, SoundSoap or Audacity. 
    You might also consider just purchasing selected CDs instead of investing in all the work required to set up, record, edit & clean up recordings from some of your old tapes.

  • Software for converting mxf files

    It's taking hours to import mxf files in PP CS5.  Is there any software that will quickly process them so that it would be quicker to import them such as XDCAM?

    Please don't threedouble post.

  • May I have software to convert 40 LV5.1 VI's to LV8.5.1?

    First, we are updating our lab hardware and software. A popular DAQ program was written in LabVIEW 5.1 and runs on an aging PC. We are worried about the survivability of the system, and we would like to update the software to run with a CompactRIO on a new laptop with XP Pro x32 operating system. I read somewhere that the software for converting VI's from LabVIEW 5.1 to LabVIEW 8.5.1 is available, and I need to use it, as it is too much to ask someone else to convert the approximately forty VI's in the attached library from 5.1 to 8.5.1 for me. The library is 13MB, too large to attach to this posting, so I am not able to request someone to kindly convert it for me. Could someone please tell me whether and how it is possible to acquire this conversion software?
    Second,  we are considering translating our LV software to Simulink. Simulink has a data acquisition toolbox, but I am not sure whether it is compatible with the CompactRIO. Could an expert tell me what properties of LV 8.5.1 would make it better than Simulink for DAQ and control with a cRIO9013 Controller, an NI9401 DIO module, and a AI/AO c-Series module ? And what are the features of Simulink for talking to the CompactRIO?

    The software you need for the conversion is any version of LabVIEW earlier than 8.5. Contact your local NI Sales Engineer.
    You should probably contact Mathworks about Simulink.

  • Software to convert VHS- DVD (w/out digital camcorder)?

    Hey everybody,
    I was wondering if anybody was aware of any software for converting VHS tapes to DVD wth your Mac that is Lion-ready? I'm looking to be able to plug my VCR into my Mac and encode in real time via some sort of component to USB cable (because I don't own a digital camcorder). If you could also point me in the direction of the required hardware to complete this process that would be awesome!
    Thanks,
    Tyler

    Have been doing this for some time, my setup:
    I use an ancient "Symphonic" VCR player connected to an Elgato Eyetv Hybrid USB dongle.  That plugs into my G5 Mac, 10.5.8, which runs Eyetv software v. 2.5.3.
    Recording is dead simple after fiddling around a bit with software settings for channel, etc.  Start the player, hit "record" on the software and wait for the end.
    The recording is saved in some obscure ".eyetv" format with file size about 4 GB per hour of recording.  The software has export to a variety of formats including QT Movie which results in a substantially larger file size.
    Quality?  Well, it's viewable and usable for archive purposes.  I'm fine with it but more discriminating folks may want something better.  I end up burning the video on a DVD using iDVD and that's not the greatest anyway.
    There are various Elgato units available, and the Eyetv Hybrid seems to run bout $130.
    Hope that helps.

  • Software to convert VHS to DV

    I'm trying to find a good low cost software for converting all my VHS videos to DV. Any ideas?

    A Good VHS Recorder and..
    http://www.miglia.com/products/video/alchemytvdvr/index.html
    G5 Dual 2.7   Mac OS X (10.4.6)  

Maybe you are looking for

  • Alternative way of Updating of Subinventory Accounts

    Hi. Issue at hand : How to update (alternative way) the subinventory accounts of FIN and STAGE? Facts : 1. Current setup includes - OM, Financials, INV ( but only to a very minimum level, having 2 Subinventories FIN and STAGE used for Order-to-Cash C

  • Programatically calling control flows from java code

    Hi all, I have a bounded taskFlow that uses pageFragments. This flow is a region in a page(.jspx). In my page fragment, I have a inputComboboxListOfValues with a ValueChangeListener code in a java bean. I want when a value is changed, to programatica

  • I´ve lost the libraries and new songs in iTunes

    When I opened iTunes today I notice that I´d lost the libraries and all new songs. Suddenly I only had olg songs and apps. I had the backup of the computer in Time Machine. Is there a way to fomat (or delete) and restore iTunes without formating and

  • User Status LKD is active(ORDTMC1001)

    Hi, While doing capital purchase order through internal order a message is being appeard as "User status LKD is active(ORDTMC1001). What could be the possible solution ? Best Regards, Samrat Roy

  • Not seen a file from inventory?

    Hello, I am trying to apply the fix KB2724939 and verify that it is applied. I am running the query: select SYS.Netbios_Name0, SF.FileName, SF.FileDescription, SF.FileVersion, SF.FileSize, SF.FileModifiedDate, SF.FilePath From v_GS_SoftwareFile SF jo