How to obtain proper aspect ratios for sequences in Premiere Pro?

I'm posting it here, because I use AE SDK for the effect.
I've got a RED sequence in Premiere that is 2048x1152. The footage is 2816x2304 anamorphic 2:1. The sequence preview is 1920x1080, like any Premiere preset over HD. I can't seem to get the proper size and aspect ratio to resize the UI controls and position the effect.
Normally I'd use this:
scale_x *= (PF_FpShort) in_data->pixel_aspect_ratio.den / (PF_FpShort) in_data->pixel_aspect_ratio.num;
scale_x *= (PF_FpShort) in_data->downsample_x.num / (PF_FpShort) in_data->downsample_x.den;
scale_y *= (PF_FpShort) in_data->downsample_y.num / (PF_FpShort) in_data->downsample_y.den;
But in this case it doesn't seem to work. Also standard procedures for UI resizing from SDK examples fail.
How can I obtain the proper aspect ratio and sizes?
Thanks in advance.

Premiere Pro is not well designed for this type of collaborative work flow.  That's not to say something can't be made to work, just that it may not be as seamless as you'd like.
For starters, there's no way to really 'merge' the changes made by two different people working on the same project, so one of the primary rules you'll have to implement is that only one person at a time can work on any given project, and you'll have to be in constant communication as to who is working on which project, with person A leaving it alone until person B gives the go-ahead.  At which point B will have to leave it alone until A gives the go-ahead.  If you don't do this, your changes will overwrite each other and you'll get nowhere.
Second thing to be aware of is that clip markers are stored with the media, so while sending only the project file back and forth is fine for most things, it won't work with clip markers.  You'll also need to transfer whatever media files have the markers.  Given the relatively large size of media compared to project files, it may be best to simply forgo using clip makers.
If the hard drive setup is not identical on both machines, you may have to relink the media with every swap of project files.

Similar Messages

  • Aspect Ratio change in Adobe Premiere Pro

    Hello all, I am completely new to APP editing so this might seem like a very obvious question. My source footage is in 16:9 and it seems like the timeline image is in 4:3 and therefore a part of the image is cut off. I changed the Pixel Aspect Ratio in Sequence Settings to 16:9 but the image is still cut off in the Program window. I am working on a Macbook Pro and have APR CC 2014. Thank you in advance for you help!

    Hello Richard, thank you for your response. I just tried that, changing the Pixel Aspect Ratio in Sequence Settings to 16:9. The screen size changed but the image itself is still cropped. Is there something else I need to modify in the Settings window of the new sequence in order to have the image fit the screen? Thank you so much!

  • How do I trim a .WAV file in iMovie 09?  / Proper aspect ratio for iPhone

    Hi,
    I have a .WAV file that I want to use in my project but I need to trim off the first 1/4. How do I do the using iMovie 09?
    Also I shot all of this with an iPhone. Which aspect ratio should I choose... It will be played on a WideScreen TV.
    Thanks.

    I would use 16:9 for aspect ratio.
    [See this video tutorial for how sound works|http://www.apple.com/findouthow/movies/imovie08.html#audioclips]. You can do it by dragging the handles on the end of the audio clip.
    Then see [Ken Stone's Tutorial for another way with the Clip Trimmer.|http://www.kenstone.net/fcphomepage/imovie_09stone.html#music%20sound%20effects]

  • Aspect Ratio: How do I configure aspect ratio for a wider-pixel projector?

    Hi.. I have an HD72 connected to my MacMini (Core Duo); the resulting picture cast on the screen has pixels a bit wider than exected, so all the cute girlies look fat Seriously, if I display a square, it's a bit more of a rectangle, and I'm wondering where I can configure the Mac Mini to alter its resolution or its aspect ratio to comply. A Quicktime-only solution is fine, this doesn't bother me except when watching videos.

    Regardless of the display resolution, if your projector is displaying pixels in a slightly oblong fashion then its outside of the Mac's ability to compensate. The most the mac can do aspect ratio-wise, is to set a different number of pixels on the x and y axes, which would create a different screen aspect ratio, but wouldnt touch the pixel aspect ration. Perhaps the oblong pixels are the projector's way of stretching a too-narrow screen resolution to fit the area the projector is trying to cover. You should be able to change the output screen resolution to the projector in the displays system preference. Try several and see which one works best with the projector.

  • How to set custom aspect ratio for vertical video?

    I need to have a vertical video (720x1080) rather than 1080x720. In the old FCP under project properties, one was able to change the ratio without a problem. On FCP X, the only formats avaible are all horizontal. Am I missing something? Help-thanks!

    Thank you Tom. That was very helpful! Is there away to make it export on those dimmensions too? with the compund clip I got it to look good, but the export option is only 1080x720 with black on both sides.

  • How to you fix the aspect ratio for DV imports

    DV format is 720x480 but designed for rectangular pixel to preserve 3:2 aspect ratio.
    Why does QT not play those files with the proper aspect ratio?
    What is the recommended setting to export DV into H264 to keep the 3:2 aspect ratio?

    MobileMe Services has been stopped by Apple and is no more available,  so if you have issue with your Outlook then you will have to Remove  MobileMe Services from your Computer to fix the issue.
    To  Uninstall MobileMe from your Computer Go to Control Panel> Select  MobileMe> Right Click on it and select Change> Uninstall (Close  Outlook before removing MobileMe if it is Open) after uninstall is  completed Restart your Computer and see if the problem persist.

  • Changing monitor resolution with proper aspect ratio

    My project size is 800x600 and I wanted to provide an option to the user to change their monitor resolution at 800x600 by clicking on button. I have also planned to do it by using buddy api xtra, and already tested it. The problem is, when I am doing this on a PC with panoramic monitor (native resolution 1920x1080), it got stretched. I know it's very natural (as the aspect ratio has changed ) and I can get it in shape by squeeze the width using 'draw.rect'.
    I noticed, there are some PCs with advanced display card that don't even get stretched, but shows the 800x600 resolution in proper aspect ratio by keeping the extra space black both sides. And I don't need to write any further codes (squeeze the width using 'draw.rect') to keep it in shape.
    The real problem starts here, I can't able to filter the above situations by any logical means. I wanted to write codes only for the PCs that get stretched, but I didn't able to find any support from Director to determine which type of display card has been attached. I need to know whether it will get stretched, or the display card can able to manage the aspect ratio.
    Any one have any solution in this matter?
    Please don't hesitate to ask if you need any more info.

    Hello handler
    If you talking about this kind of thing...
    https://forums.adobe.com/message/5773207
    search for.....  _movie.stage.drawRect = _system.deskTopRectList[1]    &    _movie.stage.rect = _system.deskTopRectList[1]
    You don't need an xtra to change the resolutions - but you do have to work a few things - I tend to use flash text because it scales better.
    regards
    milky

  • Camileo S10 - how to change the aspect ratio to 16:9

    Does anyone know how to change the aspect ratio when making movies with the arcsoft software included with the S10!!!!!
    Won't let me select 16:9 only 4:3!!!
    Not sure why as when you play the recording back directly through the telly it does it in 16:9 so I know it's being recorded in the right ratio!!

    You cannot change the aspect ratio because you record at full hd 1080. The S10 records in format 1440/1080 at full hd, wich means 4/3. The S10 is not capable to record in full hd at 1920/1080 (this is 16/9 full hd). It is simple:
    Camileo S10 record 1440 pixels on horizontal and 1080 pixels on vertical. The aspect ratio is 4/3.
    Answer for your question: if you want to see in 16/9 format use HD2 (720p) for recording.
    Bye.

  • How to Measure Custom Aspect Ratios???

    I am curious about how to measure custom-made aspect ratios, for example, when using the "Widescreen" matte filter in FCP5, I select the "1.85:1" setting. If I increase the "border" setting to "10" does that make it 1.95:1? Thanks very much for your help!
    - Jordan

    Please refer to the following thread for info on this matter:
    http://discussions.apple.com/thread.jspa?threadID=340553&tstart=0
    - Jordan

  • How to keep original aspect ratio when cropping in Camera Raw?

    How to keep original aspect ratio when cropping in Camera Raw? Cant figure it out! With shift, the aspect ratio is 1:1. But I didnt set it to 1:1 (I checked "normal").

    The Shift key works once you’ve set your crop ratio.  DSLRs would typically do 2:3 and others sometimes do 3:4.

  • How to obtain a case number for License transfer process

    How to obtain a case number for License transfer process.

    Good to know - Here you have the user-2-user forum for "Adobe Reader".
    For anything "License" related you will want to be using the "contact" feature to meander about until you can get a "licensing work group" point of contact.
    The path starts here:
    Contact Customer Care
    Be well...

  • How to obtain the default serie for a document

    Hi,
        Anybody know how can obtain the default serie for a document throw a query??
    I can`t see the relation between the ONNM and the NNM1 tables because the 'dfltseries' field of the ONNM not corresponding with the 'Series' field of the NNM1.
    For example for an A/P Invoice
    Thanks!!

    Hi Mariano,
    According to the SDK Help file, you need to query the NNM2 table
    Series Default
    Table name: NNM2
    ObjectCode     UserSign     Series     DocSubType
    So, the query to retrieve the A/P default series for the manager user would be:
    SELECT T0.Series FROM [dbo].[nnm2] T0 WHERE T0.ObjectCode='13' AND T0.UserSign = 1
    From the SDK you can replace the T0.UserSign = 1 for T0.UserSign = oCompany.UserSignature to retrieve the default series for the current user...
    Regards,
    Vítor Vieira

  • What aspect ratio is the 15'' macbook pro retina 2013 model?

    Hello. Can someone please tell me what the aspect ratio of the 2013 Macbook Pro retina 15inch is? Is it 16:10 or 16:9

    Glad to have helped in some way. I'm a college student that is on this website because I am a huge apple fan, have good knowledge of apple products, and enjoy helping others.
    I'm sorry you had an encounter with a rude person. I promise you most people on here are not like that. These are support forums for getting help with your apple products. This is the right place for you to ask questions and get help concercing them. You will find that most on people are helpful and kind.
    Your question was in no way stupid and deserved a nice response. I have a grandpa who is 90 years old and he tends to ask questions that can be considered stupid such as "how do i close this window" or "how do i find the internet browser" but none of us ever ridicule him on it we are all just happy he can use the computer at his age.

  • How to duplicate a sequence in Premiere Pro CS3 within the same project file ?

    Hi there,
    How do I duplicate a sequence in Premiere Pro CS3 within the same project file ?
    Thanks

    If you are new to Premiere CC start here:
    https://helpx.adobe.com/creative-cloud/learn/tutorials/premiere.html#get-started

  • How much is a new screen for a mac book pro

    how much is a new screen for a mac book pro? - mine is cracked and shattered, everything else seems to work at mo?

    check this link ifixit.com

Maybe you are looking for

  • Brush tip preference

    using mac OS 10.6.8 with CS5 Xtnd: I don't get it! When I first began using this app (and I've spent much time swearing at it with no result) and until recently and in either normal or full size mode showing xhairs and whether I use as paint or erase

  • Aficio MP 2000 in rete. Stampa da Mac OS X 10.6.8 (Snow Leopard)

    Salve, in ufficio abbiamo una stampante di rete (indirizzo 192.168.1.111) Ricoh Aficio MP 2000. Ho fatto l'installazione della stampante dal MacBook Pro selezionando come driver Ricoh Aficio MP 2000 - CUPS +Gutenprint v.5.2.7. Quando mando in stampa

  • BBM Profile Picture Z10

    When I update my profile picture on BBM it changes on my phone, but it doesn't change so that my contacts see the same picture.?

  • BSD Subsystems not present on install discs and not installed

    Today I was wanting to enable my Mac to work as a wireless access point for my internet connection. When I tried to I was unable to do so, with a note saying that the BSD subsystems weren't installed. I looked around a bit online and following the ad

  • Is it just me or are this.mappings acting funny?

    Let me preface this: The following code is in the pseudo-constructor of my application.cfc (outside all functions) and this is the FIRST run of the application (so the application has not yet initialized) With that being said, I wrote the following c