Importing Illustrator and Photoshop files to Premiere Pro CS4 (without rastering)

Hello,
I've made some economics graphs in illustrator that i'm importing into premiere.
Premiere pro cs4 doesn't import illustrator files as layers, just a single image.
I exported from illustrator to save as a .psd to maintain the layers.
I then imported the .psd into premiere which created a folder with all the .psd layers.
I dragged the .psd layers onto the timeline so I could animate them with dissolves, but noticed they became pixelated.
I rendered the layers and they still looked pixelated, even after export they were pixelated.
From what I understand, illustrator files become rasterised when you export as .psd.
Is there any way of maintaining the crisp vector graphics created in illustrator when importing into premiere?
Can I avoid rastering the files?
Thank for your help in advance
Kind Regards
Ant

Thanks for your reply and welcome to the forum.
I wondered why premiere was doing such a bad job of anti-aliasing...it turns out that all the .psd files were imported as square pixels instead of rectangular so I right clicked and selected interpret footage, then selected conform to DV PAL1.45.
I assumed that as I set up the original Illustrator document as a video document (720x576) it would maintain the aspect ratio.
Somewhere between exporting to .psd then to premiere the aspect ration somehow changed?
I've found a great tutorial that appears to have a better workflow than the method I was using, by first creating a template in premiere, which can be exported directly to photoshop, maintaing  the correct aspect ratio. It means i'll have to draw up the graphs in Photoshop now instead of Illustrator.
http://www.youtube.com/watch?v=s8HUOAJomao&playnext=2&playnext_from=PL

Similar Messages

  • Can't import Final Cut XML file into Premiere Pro CS4 MAC

    Hello,  I'm traying to import FCP Studio 2 XML file into Adobe Premiere Pro CS4for the purpose of then color correcting the project in Adobe After Effects.
    I followed all the rules of exporting XML files from my Final Cut Studio 2 timeline, then closed FCP, opened Adobe Premiere CS4 and when I go to Import option XML file is greyed out.  I can't select the XML file...
    Could  someone tell me what I'm doing wrong?  Thank you so much

    I'll just say that the high end AE users list I frequent suggests that the more common workflow is to bring AE to FCP for color correction.  Isn't that one of FCP's strengths?
    Also, to the extent that you want to process an FCP project in AE, look for the best way to bring it directly, not through Premiere.  Ask in the AE forum what opinions people have.  Mac and PC types use AE, but my impression is that only a small proportion of those users use Premiere.

  • What is the best way to handle .mod files in premiere pro cs4?

    I recently got a JVC Everio GZ-MG130u and as I'm sure many of you are aware, it saves footage in the .mod format.
    I have googled this and found quite a few different solutions, but I'm just wondering if anything has changed since some of these solutions were posted, or in other words, what is the best way at this current point in time to handle .mod files in premiere pro cs4?
    As far as I know, the best thing to do is convert the .mod to .avi and then import it into premiere so it can be edited.. Is there a better way to do it than this? Also, by doing it this way, will I have separate audio and video tracks?
    Thanks.

    I have just done a bit of reading, here. All of the quotes that follow are from users who have posted in that thread.
    It seems that there isn't one solid answer on this subject. The thread that I linked to was started 2 years ago, and replied to just 4 ago, so it's relatively current.
    I noticed a couple different interesting statements:
    posted by mmontgomery:
    In the case of .MOD, you are actually getting a MPEG-2 file. The way
    video files work is that there is a codec (COmpressor/DECompressor)
    algorithm and a file wrapper (or extension). A JVC .MOD file is a
    MPEG-2 encoded file, with a .MOD extension.
    You're faced with two
    challenges, first the .MOD file type is only recognized and support by a
    few applications. I think we covered some of those already. The
    interesting thing about wrappers and extensions is that they can be
    dealt with in a variety of ways. Sometimes all you need to do to convert
    the video file to a compatible video file is to change the extension.
    In the case of .MOD files that's not enough. The .MOD wrapper apparently
    does a few more things than just bare a unique extension name. It
    requires a slightly more complicated method to convert that file. That
    is why there is supplied software and that certain third party
    applications have .MOD support.
    (posted 2 years ago)
    This seems to indicate that Ann's solution of simply re-naming the extension is not good enough, unless I am mis-interpreting what she meant.
    However, another user said:
    posted by futball8:
    I edit with Adobe Premiere Pro CS3. All I have to do is simply rename
    the .MOD files as .MPG and then import into PP CS3. It takes a small
    amount of time to conform the audio, but no file conversion is
    necessary. It's a pretty slick workflow and I've never encountered any
    problems editing them this way.
    (posted 5 months ago)
    One can only assume that simply re-naming the extension from .mod to .mpg works in some circumstances, and doesn't work in others. I assume it depends largely on the editing software being used. Perhaps there are still issues that futball8 was simply unaware of or never encountered.
    That said, there seems to be a couple of different real solutions to this problem that I have found:
    1. Simply use an editing program that supports .mod file format. While pe7 and pe8 supposedly support the .mod format, the following should be noted:
    posted by macksgarage:
    While Elements 'supports' these files, it is markedly unstable and  frequently crashes while using the files, though the application is otherwise reliable.  The solution I have arrived at is to repair the  container using ffmpeg. (see #3)
    (posted 5 months ago)
    2. Use a file conversion utility of your choice that will covert .mod to .avi, or another desired format. Import the resulting .avi file into premiere pro cs4.
    3. Use FFmpeg. This seems to be the best solution as it does not convert any audio or video:
    posted by macksgarae:
    If you are not familiar with ffmpeg, it may be a bit of a bear to
    learn, but it's not only useful for this, but functions as a video swiss
    army knife useful for splicing, muxing/demuxing, and rendering just
    about any format into just about any other format.
    ffmpeg is an open source project from the linux world, but it has
    been ported and is supported on windows.  Fetch it here and place it somewhere handy
    on your system.
    To rewrite the container into a nice, standards compliant .mpg file
    that doesn't make applications die, WITHOUT rerendering video or audio
    itself, I use this command.
    ffmpeg -i INFILE.MOD  -acodec copy - vcodec copy OUTFILE.mpg
    This not only renames the file, but actually rebuilds the container
    around unmodified video and audio data, yielding a file which works much
    more stably with Adobe applications, and presumably others as well, as
    ffmpeg's open source development goals result in very standards
    compliant files.
    (posted 5 months ago)
    Now, this seems to properly address the issues that can arise from simply renaming .mod to .mpg, as suggested by Ann. So from this point, I assume you can simply import the .mpg into Premiere Pro cs4 (or any other .mpg compliant program) and edit without issue, but it seems like I remember hearing something about Premiere not liking mpegs or something like that, so in that case, maybe it'd be better to skip this and go with option #2. But, it's been awhile since I've touched any NLE, much less premiere pro cs4, so I could be completely wrong and it may have no problems handling mpegs.
    All of the things that I've quoted here came from the same thread, so I don't know how accurate any of this is, but the people that have posted these things seem fairly knowledgeable. If someone reads all of this and can confirm or deny any of it, it would be much appreciated.
    Option 1 is not really an option for me, because I am sticking with premiere pro cs4 -- I'm not going to get another editor just because it has .mod support. That leaves me with options 2 and 3: Convert to avi, or change the file wrapper/extension properly with FFmpeg and then simply import the resulting .mpg file... Which is better? Or is there yet another solution that I am unaware of that would be even better?

  • Can't import Photoshop files into Premiere Pro

    I am learning Premiere Pro CS6 and I am using a book titled "Classroom in a Book".  One of the exercises is to import a Photoshop file into Premiere Pro.  I received a generic error message "The importer reported a generic error".  I found that if I run Premiere Pro as an Administrator that the issue goes away.  I wasn't too worried about it until I realized that my ShuttleXpress does not function when I am running Premiere Pro as an Administrator.  Does anyone have any idea what is going on???? This is very frustrating.

    I only have one account on the computer and it has Administrator priveleges.  What I am doing to make it work is opening the application using the "Run as Administrator" command (e.g., right click application shortcut on desktop, choose "Run as Administrator").  I am not a Windows guru but I would guess there is something different between opening an Application with a user that has Administrator priveleges and opening an Application choosing "Run as Administrator".  Also, your answer still does not address the fact that I can't use my jog wheel.
    Anyone else have some ideas?

  • How do I import mp4 video files into Premiere Pro Cs4

    For sometime now, I've been finding it practically impossible to import video files into premiere Pro cs4 especially mp4 files which happens to be the commonest to me now, as I currently shoot with a Nokia Lumia 920 phone with Windows phone 8 OS. I have tried severally to convert the videos into various other formats using Xilisoft video converter version 7.7.2 and each time I do this, they would either not play fine in cs4 or not import at all.
    Please what can I do to be able to import these mp4 files into Cs4 or what format or how do I convert them into a format that would play seamlessly for better editing?
    Funny enough, I had once imported video files that were shot with the same phone and they worked well, just wondering why they aren't now.
    Please any assistance would be appreciated.
    Thanks
    NKC

    I'm happy to announce to you all that my "mp4 importing" issues has been sorted out. Now I import mp4 shot with the same Windows Phone 8 Device into Adobe Premiere Pro CS4. Only that for the moment, it doesn't play as fast as with ordinary player.
    But how did I get it to work, you may wonder;
    I simply installed Itunes on the system, I also installed an app called media monkey. I can't say which of the apps did the magic but the next time I tried to import mp4 files into Premiere Pro after these installations, it imported seamlessly.
    Obviously there's a link between the required codecs and the itunes itself.
    You may want to try it and hope it works for you.
    Kindly inform us if it works.
    Thank you all.
    Cheers.

  • Importing PDF and Photoshop files since using Windows 7 64bit

    Hi,
    I recently upgraded (?) to Windows 7 64bit.  I have notices when importing PDF and photoshop files into the InDesign document, the resolution of the graphics are off and the lines are choppy.  Even the fonts are illegible.  What happened?  Are there some settings that I need to into and tweek to bring everything back into alignment and focus?  (If those are the correct words.)  When I view the PDF files in windows, they are normal.  It is only when imported into InDesign that they are distorted.
    Thank you for any help.
    Clark

    I run Maximized, so the window fills the available space (you can set the shortcut properties to open that way so you don't have to do it each time), or you could resize the window from the top, then grabe the title bar and drag it upward on the screen. Windows should remember the size and position, but it may not, being Windows, after all.

  • Slow to open Illustrator and Photoshop files from FileServer

    I have a client that has 5 or so Mac users who cannot open Illustrator and Photoshop files from our Windows Server 2008 R2 Standard. At first, we thought it might be the size of the files over the network because some files are 2-3GB, but they are even having issues with files 200KB. We also tested network and bandwidth speeds, but they are all connected to Gigabit connections and running with PowerMacs.
    Some users have a workaround by copying the files to their desktop to open, but that is becoming tedious as well.
    Does anyone have another solution or know what might be cause to this?

    >Anyone know a way?
    You want to edit a Photoshop file, buy Photoshop. You want to edit an Illustrator file, buy Illustrator.

  • Is microsoft avi the highest quality format to export an avi file in premiere pro cs4?

    Hello,
    I exported an avi file in premiere pro cs4 in media encoder using Microsoft avi format but the quality turned out poor on dvd, what's the highest quality format I can use?
    Please help
    Thanks
    Elio

    Elio,
    As has been stated, DV-AVI is not the format FOR a DVD-Video. However, it can be used (and often is) as a transport medium into a DVD authoring program, like Encore.
    Can you please outline your workflow from PrPro to the final DVD, and is it a DVD-Video (will contain MPEG-2 material in VOB "containers"), or a DVD-Data, that is then played on a computer with something like Windows Media Player, VLC, MediaPlayer Classic HC, etc.?
    Good luck, and please let us know exactly what you are doing, and the programs used.
    Hunt

  • Importing Closed Caption .scc file into Premiere Pro CS6.  Closed Captioning is enabled but cannot see the Captions tab.  Also get error message when importing to bin.

    I am using Adobe Premiere Pro CS6.  My aim is to export an mpeg file with closed captioning embeded for network television.  I have watched numbers adobe videos and have spent countless hours researching this.  I am able to generate about 29 different types of Closed Caption files using MovieCaptioner- including .scc (which Adobe says they prefer).  When I try to "Import" the file I get an incompatible error message.  The same happens with all other cc file types when I try to import them.  Second, I tried attaching the .scc as an attachment in the sequence menu.  They show up in the preview window, but do no encode into the mpeg file.  I am aware of this form:  Re: How do I export closed-captioned movies from Premiere CS6?
    Third- I have watched some adobe video for created the CC files within Premiere. http://tv.adobe.com/watch/learn-premiere-pro-cc/create-closed-captions-within-premiere-pro /
    However, I cannot find the "Caption" menu to do so?  Where is it?
    Am I running into problems because I am not on the Creative Cloud?  IF so, is it possible to upgrade and how do i do that.  Adobe has made it incredibly difficult to contact anybody.

    Hi Bracmanf,
    bracmanf wrote:
    I am using Adobe Premiere Pro CS6.  My aim is to export an mpeg file with closed captioning embeded for network television. 
    Sorry, you cannot do this in Premiere Pro CS6. Only QuickTime files can be exported with embedded closed captioning and this must be done in Premiere Pro CC or later. All other formats must use a sidecar file.
    bracmanf wrote:
    When I try to "Import" the file I get an incompatible error message.  The same happens with all other cc file types when I try to import them.  Second, I tried attaching the .scc as an attachment in the sequence menu.  They show up in the preview window, but do no encode into the mpeg file. 
    You can only attach a closed caption file in Premiere Pro CS6, no encoding is available for closed caption files (embedded or sidecar).
    bracmanf wrote:
    However, I cannot find the "Caption" menu to do so?  Where is it?
    Caption is a tab is in the Export Settings dialog box if you want to export with closed captions. This tab is available in Premiere Pro CC and later.
    bracmanf wrote:
    Am I running into problems because I am not on the Creative Cloud?
    In Creative Cloud, you would still have trouble encoding a MPEG 2 file with embedded captions as it is a QuickTime only feature. There might be a plug-in available, but I'm not aware of it.
    bracmanf wrote:
    IF so, is it possible to upgrade and how do i do that.  Adobe has made it incredibly difficult to contact anybody.
    You can download a free trial of Creative Cloud here: https://creative.adobe.com/products/creative-cloud
    Thanks,
    Kevin

  • Cannot import .mov video files into Premiere Pro CS4

    Hi Everyone,
    I have Premiere Pro CS4 and cannot import .mov files into my project.  When I try Premiere freezes up and has to be closed.  I'm running Windows 7 and have a Gateway DX4300-11 with a Quad-Core AMD processor with 8 Gigs of ram although the Adobe CS4 programs only seem to recognize 4 Gigs at startup.  How do I get Premiere to import .mov files?
    TR

    What is the CODEC in your MOV file(s)? MOV is but a "wrapper," like AVI. This ARTICLE will give you some background. It could be that you just need the proper CODEC, or it could be that it is a Mac-only CODEC, and then you will need for the producer to Export in another CODEC, that is PC-compatible.
    This ARTICLE will give you some background on CODEC's, in general.
    Good luck,
    Hunt

  • Editing H.264 .mp4 files in premiere pro cs4?

    I recently got a GoPro HD Hero camera, and i've been shooting in 720 and 60i, the files that come off of the camera are in .mp4 format, and when i import them into premiere pro cs4 i can hear the sound but all i see is a solid green screen, can anyone shed some light on this problem?

    I cant even get it to import to CS4
    On both my desktop and laptop.
    It crashes and just hangs.
    I tried CS3 but it would not even try to import saying not a suported format.
    im updating to the new 4.2.1 to see if that works.
    my compter is a few years old and it doesnt like HD.
    I can play HDV.
    Even just playing yours in my media player it is having a hard time keeping up.
    It plays fine on the laptop in the player so that is the one updating now.
    Even G-Spot says that the codec is undetermened.
    Glenn

  • Importing Photoshop files into premiere pro CS6 issues

    Hi
    I recently re-installed Premiere Pro CS6 on my work computer (i changed from a HDD to an SSD). Ever since I did this I am having an issue importing .PSD files into Premiere.
    I try and import a photoshop file. The importer window comes up. The progress bar starts to move, then pauses and the Importer says 'Not Responding'. After a few seconds it comes back and throws up the following error:
    Error message - 'The importer reported a generic error'
    All projects i previously worked on that had .PSD files in them are now reporting these files as 'Media Offline' meaning I have to replace them with .PNG files which is really annoying.
    Any ideas what might be happening? The files I am trying to import are RGB .PSD's. They worked previously without any issues.
    I have Premiere Pro Version 6.0.5 (001 (MC: 264587))
    running on a Windows 7 machine with Service Pack 1, 64 bit OS, 16GB Ram and Intel Core i7-2600
    Many thanks in advance for anyone who can help me with this!

    Yes, MXF should play perfectly in PP CS6, but if you can't work this out at this point, you may wrap your MXF video to something intermediate. as a matter of face, Adobe Premiere Pro CS6 seems to work fine if you import your MXF clips directly from a camera or camcorder, but if have already copied MXF recordings your HDD or you downloaded them from somewhere else, the import error may occur.
    So i suggest you convert the MXF footage to something mezzanine we would recommend DNxHD.mov (if you are on a PC) or Apple ProRes .mov (if on a mac). those two intermediate codecs are good mezzanine codecs that handle recompression well and standup well in other areas of post-production (color grading, graphics, compositing, etc,). You can see what I wrote about the solution. "Why Premiere Pro CS6 can't import MXF files?" i hope that it is helpful to you.

  • Problem importing canon c300 mxf files into Premiere Pro CC 2014

    I recently shot some footage with a c300 at 24fps, slog2, 2 audio chanels. I copied the "contents" folder of each cf card to my macbook pro hard drive by dragging across in finder.
    When I search from within Premiere Pro's media browser for my files, they show up only as VLC icons, and when I click to import them, I get an error message along the lines of 'unsupported format or damaged file".
    I can double click the files in finder and they open in VLC fine.
    I'm running the latest version of Prem Pro, Yosemite on my macbook pro which has 2.8ghz i-7 processor, NVIDIA GeForce GT 750M 2048 MB graphic card.
    Does anyone know why this is happening?

    You could try to convert your XAVC MXF files into MPEG, then load them again , but the new codec may not be well handled by some converters.

  • Simple Edits to Adobe Illustrator and Photoshop files

    We need to be able to make simple edits to Photoshop and Illustrator files -- e.g. fixing typos. I am hesitant to buy a copy of both programs at over $1000 when we will be using 0.01% of the program!
    Desire is to open, make edit, save in original format.
    Anyone know a way?

    >Anyone know a way?
    You want to edit a Photoshop file, buy Photoshop. You want to edit an Illustrator file, buy Illustrator.

  • Problems importing Sony Handycam mpg files into Premier Pro CS4

    I'm investigating Premier Pro CS4 for video editing and if I can make it work okay then I will purchase the Master Collection. Otherwise I may go to the MAC and use Final Cut. I need immediately to edit files downloaded from a Sony HandyCam that come off in an mpg format I believe it is (MPEG-2). My understanding is that the Premier Pro supports the importing of mpg files.
    When I attempt to import one of theses mpg files I get the error, "Unsupported file format or damaged file." I know the files are okay because I can play them with Windows Media Player and have been able to edit them with Window Movie Maker. Now I need a more robust editing environment and am looking at Premier Pro to be the solutions.
    Has anyone had experience with importing mpg files? Is there a Codec needed? If so where can I get it and how do I install it?

    Adobe wouldn't help me on the phone, as I haven't got a support contract. Perfectly rational by them, just stupid.
    I've asked my software supplier to forward on some questions and a link to this thread to Adobe support and they should be looking at it soon.
    Also, there is another possible solution that might help those of you with full versions.
    There is some advice here on one way to give Premiere Pro the ability to import MPEGs.
    http://www.mediacollege.com/adobe/premiere/pro/import/mpeg-ac3.html
    This is very attractive to me - as I know the AC3 audio codec is used by my MPEG files and it sounds like it could be a solution. Of course, I've tried it, and I still get the same error.
    I ran the files through TSRemux and got the same 'file format not supported' error message.
    I've also been trying to import a .mov file into the trial version and I get the same error. Jim, would you be able to help me by saying in which other ways the trial version is limited?

Maybe you are looking for

  • Why can't i print my calendar i use in iCLOUD from a PC

    Why can't i print my calendar i use in iCLOUD from a PC

  • Raid Setup Guide 865/875 LSR/FIS2R Rev 1.04

    On-Board Raid Setup MSI 865PE/875P Revision History Revision 1.0 (January 2004) -   Original Raid Article Revision 1.01 (February 2004) -   Reformatted text and fixed spelling/grammar Revision 1.02 (October 2004) -   Added warnings to temporarily dis

  • Sales Order Creation Enhancement

    Hi All, We have a need to have the Sold to Party determined using "External Customer Number". The scenario is that when the user enter VA01 a popup need to be triggered which will ask for Old Customer Number and from this the "Sold to Party" for the

  • In Java Mapping Whether to SAX or DOM ?

    While implementing Java Mapping which of the following SAX , DOM parsers  is the most efficient way to implement it. I mean considering the voulume of data in the XML format is large which  usage will give me most  optimal performance . It would be n

  • EventID 5720 error in Biztalk Server 2006

    Hi All, i'm getting below error for the event ID 5720, could you please help me how to solve it There was a failure executing the send pipeline: "TOM.J142.RWMStoGO.PBLExpiry.SndPipelines.TOM_J142_RWMStoGO_SndPipeline, TOM.J142.RWMStoGO.PBLExpiry, Ver