Settings for a Photoshop Graphic to be used in Premiere Project

I'm looking to expand my use of Premiere to a more expert level.  One of the things I want to do is create overlays and custom intro graphics and such.  When creating the new Photoshop file from scratch, I'm going to match the video dimensions (1920x1080).  But here are my questions:
What resolution should I use.  Is 72 sufficient, since its screen?  Or should I go with something higher?
What color mode should I use?  RGB?
Sorry I'm such a rookie.
Thanks in advance.

Only use RGB, with Alpha if you need it. DPI has no meaning in video, if you don't want to pan or zoom the picture use 1920x1080 pixels if you do want to move the picture only go as large as you need. I import all my stills as Photoshop files, this will allow you to keep the layer structure if you want, useful for animation.

Similar Messages

  • By the today e-received updates for Adobe Photoshop Elemenst 12.1 and Adobe Premiere Elements 12.1 I got this error messages: Failure code = U44M1P2003. What to do? System = Window7 64bit.

    By the today e-received updates for Adobe Photoshop Elemenst 12.1 and Adobe Premiere Elements 12.1 I got this error messages: Failure code = U44M1P2003. What to do? System = Window7 64bit.

    Sometimes the Adobe servers used for the updates can get busy and it’s necessary to try a couple of times. Also make sure you don’t have a firewall which may be blocking the connection. It sometimes helps to temporarily disable internet security/anti-virus software. Because the Organizer is shared by both programs it often helps to do the PSE update first, followed by the PRE update in that order.
    Select the 12.1 update for PSE from the updater dialog and ensure everything else is unchecked.  Quit PSE and PRE if you have it running and then start the update.
    If PSE updates properly to 12.1 repeat the process for PRE.

  • NVidia Settings for Two Different Graphics Cards?

    I just built a new system for video editing with Adobe CC 2014 including both the Quadro K4000 AND the GeForce GTX780 DirectCU II OC graphics cards. I was wondering what are the best settings in the NVidia control panel for apps such as Premiere Pro, After Effects, Speedgrade, Encore, etc. I see that there are global settings and app specific settings.
    One question I have concerns the CUDA cores. Should I select one graphics card over the other or use the global (all) setting? How does that work? For CUDA, if I select Global, does the system decide automatically which card to use or does it combine the CUDA cores of both cards?? Seems like an important distinction.
    Also, I have two monitors: ASUS PA279 (2560x1440) and a JVC PS-420W (1920x1080) How should these be connected to the computer for best performance and picture quality? Should I use DVI or HDMI connections?
    And, of course, the Quadro K4200 just appeared on the market, which offers almost double the CUDA cores and 4 GB RAM instead of 3 GB on the K4000. Should I return the K4000 and replace with the K4200? price difference not much.
    The rest of my system includes:
    Processor - Intel i7-4930k 6-core 3.4 GHz
    Motherboard - ASUS P9X79-E WS
    RAM - Corsair Dominator 2133 DDR3 64 GB
    System drive - Intel SSD 530 Series 240 GB
    Storage - WD Black 16TB (4x4TB) RAID 0
    UPDATE - I wrote to PNY because it's their Quadro K4000 card, and this was their reply to me:
    Hi Alex,
    Thank you very much for using our NVIDIA Quadro by PNY professional graphics boards, and for contacting PNY Quadro Support.
    Our NVIDIA Quadro K4000 is an excellent choice for supporting Adobe Creative Cloud 2014 for video editing. 
    Forgive me, but we do not recommend installing Quadro and GeForce graphics boards together in the same configuration.  That does not mean that you cannot do it, and honestly, in Windows 7, it may actually be OK to have both cards installed (each with its own driver), but we still do not recommend it, and do not support it. 
    Furthermore, I support Quadro products only, not GeForce products, so I do not have a lot more to say about the GeForce card, other than to say that GeForce cards are intended for use supporting games and home use, while Quadro graphics boards are intended for use in workstations, supporting professional applications such as Adobe Creative Cloud 2014.
    I recommend installing the Quadro K4000 into the primary (top) PCIe x16 slot, and to install the latest ODE graphics driver for it:
    http://www.nvidia.com/download/driverResults.aspx/77637/en-us
    I recommend using the default settings in NVIDIA control panel.  The system will use the card in the primary slot. While Adobe CC applications are multi-GPU aware, and designed to automatically use the second GPU to improve performance, I feel more confident that you will see a benefit by using a second Quadro card in the secondary PCIe slot.  I do not know whether Adobe CC will use the GeForce GPU to boost performance, or not (as again, this is not supported or recommended). 
    For the Asus PA279, I recommend using a DisplayPort (DP) 1.2 cable (or perhaps a dual-link DVI cable) to connect it to the K4000.  I recommend using a single-link DVI cable (or perhaps a DisplayPort to HDMI adapter, together with an HDMI cable) to connect the JVC PS-420W to the K4000.              
    Message was edited by: Alex DeJesus

    What a stubborn machine! Whenever I set the CUDA setting to GTX780 and hit 'Apply' it would jump back to the Quadro. Even after changing the Global setting to the GTX780 and back to Premiere it would do that. After a few times, it finally changed to what I wanted. Now Premiere, AE and Speedgrade are set to GTX780 for CUDA. However, there is a graph that shows GPU Utilization and it shows the Quadro still doing the brunt of the work - about 50-60% compared to the GTX at 5-8%. I suppose that's a different setting I need to change?
    I had both monitors connected to the Quadro. I just put the 2nd display on the GTX. Does it matter? And does it matter what connector type - HDMI, DVI, etc.?
    I set the BIOS to Gen 3 for the slots that the GPUs are in. And enabled 'Above 4G Decoding'. That Quadro is a PCI E 2.0 card. I see a 'little bit' of performance improvement playing back 3 layers of video with effects Magic Bullet Looks and different blending modes. It does not like the Neat Video noise reducer and some of the other effects, though. Still pretty crippled. Maybe a hard drive issue? I've got a 4 x 4 TB RAID 0 WD Black series on the onboard controller. 64 GB RAM is plenty.

  • Bare minimum include files/project settings for a photoshop plugin

    Hi, I've been reading the documentation and gone through some samples in the SDK and I'm starting to feel comfortable with the whole plugin environment (though there is still much for me to learn).
    The question I have is "what are the bare minimum files I need to include, libraries to link, etc in order to compile a photoshop plugin?"  I apologize if this is a repeat question, I did my best to search for an answer.
    The motivation behind my question is that I am ultimately interested in developing plugins for both Windows and Mac with the least amount of hassle.  Ideally, I'd like to be able to run a single script (probably on a linux machine using gcc/mingw) that compiles all of my most recent code so I'm trying to find out how can boil down the SDK to the minimum components to make this as simple as possible so my programs don't have relics/artifacts from the example code in them.  I'm also not certain how to accomplish what I just described but that's probably a question for a different forum.  Any help is much appreciated!

    The (GPL) sample code on my site shows how cross-platform plugins can be built for any Photoshop platform - these days, most commonly Win32, Win64, and OS X Mach-O. There are dozens of projects represented, mostly File Formats and Filters:
    http://telegraphics.com.au/sw/
    Makefiles are provided for OS X gcc, Microsoft Visual Express (running on Linux/WINE) for Win32 and Win64, and mingw32 (as a cross-compiler from Linux or OS X).
    Contact me if you want further information.

  • Correct video settings for a Nikon D300s to input into Adobe Premiere Elements 10?

    I understand that it is critical when using Adobe Premiere Elements 10 that the video settings of your project match the settings of your camera. I want to upload video from my Nikon D300s DSLR which has the video setting options of 480P (640 x 480), 576P (720 x 576), 720P (1,280 x 720), and 1080i (1,920 x 1,080). I will primarly be making videos either to upload to You Tube, or save on a dvd. Can anyone tell me which would be th right settings for my camera and Premiere?

    It depends on which resolution you're shooting your videos in.
    It looks like that cam shoots in 1280x720 at 24p. There should be a DSLR project setting for that.
    But if the camera shoots in all of the video modes you've listed, you can shoot it in any -- just make sure to select the DSLR project settings that match the video.

  • Settings for outlook (formally hotmail) to be used with Mac Mail

    Can anyone help please....
    What are the correct settings to get my Outlook (formally Hotmail) email so I can use it through Mac Mail.
    Thanks for any help out there.

    Why dont it work wrote:
    Thanks but cant find the info for Mac Mail on there. 
    Any other info gratefully welcome.
    Open Mail Contacts and Calendars in System Preferences, select Hotmail, enter your userid and password.

  • Building a pc for adobe photoshop cs 5 to use canon 5d mark II and video

    Hello I need to build a solid Pc, my budget is around  $1,000 - $1250.   I will be mainly photo editing and some video.  Multi tasking always a must. I have a monitor,keybord,and  mouse. I am going to use this computer for editing alot of photos and doing alot of web developing.  I am not sure what intel i7 cpu to get.  I curently have intel core duo E7200 @ 2.53 gtz and 2 gigs of ram.
    What do you guys think?
    Thank you
    I am going to get windows 7(64) pro.
    12 gigs of ram Gskill -ripjaw series$159.99
    CMPSU- corsair 750twx $109.99
    CPU i7-960 bloomfield 3.2ghz lga 1366  $289.99
    Scythe  Scmg 2100 Cpu cooler  $39.99
    Windows 7 Pro 64 bit Oem for system builders  $139.99
    Mascool g751 $4.99
    Antec 900 black steel Atx $99.99
    Evga gtx 470 $259.99  Not sure is there better video cards for alittle more money
    = $1,104.92 So far spent still need, motherboard, hard drives
    Thanks for the help and suggestions
    Brad

    If you hadn't started spending yet, I could tell you how to get an even more powerful PC for probably about the same amount.
    I just did this myself:
    1.  Buy Dell Precision T5400 workstation with dual quad core X5460 3.16 GHz Xeons and 12 GB RAM from eBay:  $950.
    2.  Buy 2 x Western Digital RE4 1 TB hard drives new, to create 2 TB RAID drive C:.
    3.  Buy LG blu-ray CD/DVD/BD writer/reader.
    4.  Buy video card of your choice (I chose ATI Radeon HD 5670).
    5.  Buy an additional 4 GB RAM from eBay.
    Not much assembly, and a machine that has 16 GB and processor power that rates 10000 on the Passmark CPU benchmark.  It is even still under Dell warranty, which is extendable, for the motherboard and chassis.
    By the way, if you put in sets of 4 matched DDR2 DIMMs in these Precision workstations, they move up to quad channel access.
    -Noel

  • Help with OC settings for P67A-GD65 with i5 2500k using v1.E BIOS

    Right, I have overclocked quite a bit before, but it was a years ago and on AMD's. Now I have a system worth pushing again and I'm not familiar with a lot of the terms in the BIOS anymore!
    Have been reading through the various threads on OC'ing this Mboard, but something thats frequently mentioned is problems with older BIOS's and voltage settings, which v1.E is supposed to fix.
    I'm looking to get a stable 4.6ghz with low power usage during idle and under load temps of 65-70deg (if poss).
    I don't know whether to use the approaches others have used to get round this issue or is this now not a problem?
    If so, what settings should I be using?! Getting a lil confused. 
    Englishman's thread (https://forum-en.msi.com/index.php?topic=146272.0) has helped a bit, but I fear I may have misunderstood and cocked some of it up! 
    So, here's the settings I'm trying atm, will be doing an overnight Prime95 torture test, but what do you guys think? Any corrections/improvements?
    Dunno how to post pics on forum so will just type all that I can think is relevant. If I've missed anything, ask and I'll post.
    CPU ratio - 46(?)
    PLL overvoltage - Auto
    EIST - Enabled
    Intel turbo boost - Enabled
    Spread spectrum - Enabled
    VDroop control - Auto
    CPU core voltage - 1.350v    (so far...)
    CPU I/O voltage - Auto
    System Agent voltage - Auto
    CPU PLL voltage - Auto
    PCH 1.05 - Auto
    CPU Phase control - Intel SVID Mode
    Limit CPUID Max - Disabled
    Execute Disable Bit - Enabled
    C1E Support - Enabled
    Overspeed protection - Enabled
    Intel C-State - Enabled
    Package C-State limit - No limit
    Long duration power - 150
    Short duration power - 150
    Primary plane turbo power limit - 0
    1 - core ratio limit - 46(?)
    2 - core ratio limit - 45(?)
    3 - core ratio limit - 44(?)
    4 - core ratio limit - 43(?)
    Any help much appreciated!!! 

    Hey AngelD69! I noticed we have almost the same specs so I might as well share my settings.  So far, it's rock solid... (Although when using IBT, I still seem to have throttling issues.  It's prolly coz of beta bios.)
    BIOS 1.F3
    Overclocking
    CPU Base Frequency [10kHz]      [10000]
    Adjust CPU Ratio                    [33]
    Adjust CPU Ratio in OS                 [Disabled]
    Internal PLL Overvoltage         [Enabled]
    EIST                                     [Enabled]
    Intel Turbo Boost                    [Enabled]
    DRAM Frequency               [DDR3-1600MHz]
    Extreme Memory Profile (X.M.P)   [Disabled]
    DRAM Timing Mode                    [Link]
    DRAM Configuration               2T-9-9-9-24 Everthing else [Auto]
    Spread Spectrum                    [Disabled]
    VDroop Control                       [Low VDroop]
    CPU Core Voltage                    [1.34v]
    CPU I/O Voltage                    [Auto]
    DRAM Voltage                       [1.507v]
    System Agent Voltage    (SA)      [Auto]
    CPU PLL Voltage                    [Auto]
    PCH 1.05                          [Auto]
    DDR_VREF_CA_A               [Auto]
    DDR_VREF_CA_B               [Auto]
    DDR_VREF_DA_A               [Auto]
    DDR_VREF_DA_B               [Auto]
    CPU Features
    Active Processor Cores         [All]
    Limit CPUID Maximum        [Disabled]
    Execute Disable Bit            [Enabled]
    Intel Virtualisation Tech      [Disabled]
    Intel VT-D Tech                    [Disabled]
    Power Technology            [Custom]
    C1E Support                  [Disabled]
    Overspeed Protection            [Enabled]
    Intel C-State                       [Enabled]
    Package C State Limit         [No Limit]
    Long Duration Power Limit (W)   200
    Long Duration Maintained (ms)   1000
    Long Duration Power Limit (W)   250
    Primary plane turbo power limit  0
    1-Core Ratio Limit            45
    2-Core Ratio Limit            45
    3-Core Ratio Limit            45
    4-Core Ratio Limit            45

  • Settings for monitoring Solaris CPU and memory using ATS serverstats

    Hi,
    I need to set up some monitors for a Solaris 10 server (hosting Web server for Application Under test) using OLT. Can someone please advise as to what set up I will need to access the Solaris CPU/Memory/vmstat data during the performance tests?
    Do I need to install something on the server side? What user priviledge will I need to access this monitor on the Server and what ports should I open?
    Regards

    Hello
    Nothing to install. It's completely remote using ssh or telnet. (so standard ports to consider).
    You need to setup what we call a "virtual agent".
    Create a "monitor" using "Virtual Agent" as a data source.
    Then you need to setup your remote system and particularly to configure the prompt returned when logging in with the given user (try manually with plink first).
    Then you can try predefined metrics which are not so good in my opinion. So better to create your own metrics. (find the proper unix command line to retrieve the information needed and use regular expression to get the value out of the output.
    Pls first, you should update plink.exe in the c:\oracleats dir (don't remember where) by downloading a newer version on internet.
    I'm sure it's not all clear, but with the documentation, google & some effort, you should find the solution.
    Cheers
    JB

  • Format|settings for converting AVC MPEG-4 footage to import into project

    hi.
    so the graphic designer for my favourite band dropped a couple of ~1⅓ gig MPEG-4 Movie (.m4v files consisting of footage taken during concerts in 2000|2001 on a handheld digital camcorder) into my lap the other day—& asked me if i could clean it up & split the each show’s file up into segments short enough to upload to YouTube...& while i feel fairly confident i can swing that order once i’ve got the footage in Final Cut, i’d greatly appreciate some advice regarding...making it to that premise. um. basically, if i try to import any of these .m4a files into Final Cut, i get this error:
    screenshot → [http://s3.amazonaws.com/ember/67PNmuKRePVvWJfFudHiSKj7kr9PfgzI_o.png]
    so...after some preliminary investigation, i take it that i need to convert each of these files into a different format that Final Cut won’t turn its nose up at (—right?). which brings me to the crux of the matter:
    §1 · *what format &|or settings* (—compatible with FCP7!—) *would result in the least loss of quality in the process of conversion,* if the original file is as delineated in this screenshot (→ [http://s3.amazonaws.com/ember/AAd0FBegXjXLXqtas8f9xIZa0v0TvrO3_l.png])?
    §2 · *what program would you recommend i use to do this* (as yet hypothetical, albeit) *file conversion* (as prescribed in the answer to preceding enquiry)?

    hey, great! thanks for the absurdly-prompt response. looks like that’ll do the trick.
    though! a minor clarification, mostly just to satisfy my curiosity—
    there are five Apple ProRes codecs:
    · Apple ProRes 4444
    · Apple ProRes 422 (HQ)
    · Apple ProRes 422
    · Apple ProRes 422 (LT)
    · Apple ProRes 422 (Proxy)
    i’m guessing that—considering this footage is shot with a consumer-level cam, & is only 720x480 besides—the Apple ProRes 422 will be more than enough, right? that’s the one i should be using...riiight? (i mean...i figure anything more than that would be overkill,—or at least a moot point, if the original file doesn’t have anywhere near the level of detail|precision that the more heavy-duty iterations of ProRes affect—) ...is any of this speculation on target?
    (i’m mostly concerned on account of the blurb about Chroma Sampling on page 7 of *Apple’s White Paper on the ProRes family* (→ [http://images.apple.com/finalcutstudio/docs/AppleProRes_White_Paper_July2009.pdf])—since i want to do some pretty hefty colour correction {probably the 3-way color corrector + desaturate highlights & lows filters...though that’s just a hunch} on all these files, & i reeeeeeally don’t want to lose any data that might improve the quality|accuracy|&c. of said corrections.)
    —& if it’s at all significant, i may be trying to use the SmoothCam thing on these as well...though this footage is so shaky & erratic i wouldn’t be surprised if trying to make it slightly less emetic is a nonesuch of a lost cause.

  • Settings for importing keynote content to 16:9 anamorphic DV project in FCE

    Hello, I've tried searching the support forums, but unfortunately didn't find the answer to my question and maybe I was just not searching for the right terms. Anyhow this is what I would like to do:
    I would like to create a keynote presentation and export this to a QuickTime movie, which I then could import into Final Cut Express as a title and bumper between certain scenes.
    Now my problem is that even if I specify the appropriate anamorphic PAL size 720×576 pixels and then export the movie, all seems well, until I import that movie into FCE4 and add it to my timeline.
    It is there that the file will look stretched on the X Axis. I am obviously doing something wrong. I am a total beginner with FCE 4 and still have so much to learn...
    thanks in advance for your help and sorry if I overlooked an answer...

    I found that 1024 x 576 did the trick for me. It also seems that Apple suggests this particular resolution when taking your Final Cut Express footage for use in iDVD as 16:9, which isn't always recognized (regretfully)
    http://support.apple.com/kb/TS1611
    So works for me and a big thank you for everyone, who helped.

  • I have a product code for my photoshop c6 under a different account that i cant remember. how can i use my software with the product code that i have with the new user i made?

    I have a product code for my photoshop c6 and i used a different account to register this software. how can i use this product that i have with my new account that i just made?
    please advise
    I dont have the serial number so yeah
    i have a product code

    Contact Adobe Customer Service directly by phone or web chat (they don't do email).  They don't do email.  If you can provide proof of purchase to their satisfaction, they may be able to help you.
    These are user forums, so you're not addressing Adobe here.  We can't help you with this type of issue.

  • Settings for Purchase Order output using services for MM-SUS scenario?

    Dear Gurus,
    I am configuring the service procurement classic and plan driven procurement for MM-SUS
    environment. We are on SAP SRM 7.01/ECC 6 EHP5.
    I need to maintain the below settings for PO output:
    1. RUN transaction SWETYPV
    2. IN the object types field, enter CL_SE_PUR_WF_OUT.
    3. In the event field, enter CREATED.
    4. In the receiver type field, enter WS53800008.
    5. In the receiver function module field, enter SWW_WI_CREATE_VIA_EVENT_IBF.
    6. Select the 'Linkage Activated' checkbox.
    7. Save your entries.
    Similarly, one more entry for the event CHANGED.
    However, the system is not allowing me to save the settings.
    If I choose BOR Object Type 'CL_SE_PUR_WF_OUT', it gives an error message 'Object type CL_SE_PUR_WF_OUT is not defined'.
    If I choose object category 'Business class for object type CL_SE_PUR_WF_OUT, it gives an error message 'Class CL_SE_PUR_WF_OUT is not a business class.'
    There are similar entries in the table SWETYPV for object type CL_SE_PUR_PO_WF_OUT' with object category CL.If we copy the entries and tries to replace the
    object type 'CL_SE_PUR_PO_WF_OUT' with CL_SE_PUR_WF_OUT and save it, it gives an error message 'CL is not used for workflow event'.
    Could you please help me on how to configure the settings for PO output from ECC system using services?
    Any input is highly appreciated.
    Thanks and regards,
    Ranjan

    Hi Ranjan,
    Please add the value 'CL' in the table SWF_CATIDS
    Then it will work.
    With Regards,
    Malay

  • Is there a way to export settings for a resource group in new portal?

    The old portal allowed you to export the XML for the settings for a VNET. I don't see the equivalent feature in the new portal. I'd like to be able to download a copy of the settings for an entire resource group to use as a template file for creation of
    a new resource group deployment using the New-AzureResourceGroupDeployment PowerShell script.

    Hi,
    Thanks for posting here.
    We have the syntax for saving the settings for a resourcegroup on new portal but that saves it on JSON file.
    Parameter Set: Default
    Save-AzureResourceGroupGalleryTemplate [-Identity] <String> [[-Path] <String> ] [-Force] [ <CommonParameters>]
    Ref: https://msdn.microsoft.com/en-us/library/dn654590.aspx
    Hope this helps you.
    Girish Prajwal

  • Best settings for HV20?

    I want to capture footage to FCP 5 from an HV20. The footage is in HDV, 24p. What settings for capture and editing should I use? I'm very new at this, please don't be afraid to mention what might be obvious.

    http://support.apple.com/kb/HT2410?viewlocale=en_US
    http://creativemac.digitalmedianet.com/articles/viewarticle.jsp?id=188809
    Shane

Maybe you are looking for