Pixel aspect ratios in CS4 - issue

Hi. Can Anybody tell me how to force CS4 (Premiere, Encore etc.) to use good, old PARs? I used to use PAL Widescreen 1.422 from HDV 1.333 and everything was perfect. Now with 1.458 I've got black bars at both sides. I don't want to crop or size up sequences because render is much slower and quality not good as in 1.422 PAR. Any ideas how to solve that problem, or treat CS4 as $1700 rubbish...? :/

The problem, I believe, is with Media Player Classic (and/or the DirectShow filters you have installed).
Try reimporting the file into Premiere. It should look OK.
Moving on...
1.) Download and install
AviSynth 2.5.7
2.) Download my
hd2sd functions and plugins package for AviSynth. Follow the install instuctions in the .txt file
3.) Create a blank text file in notepad. Enter the following and save the file as "dvd_output.avs":
FFMpegSource("x:/path_to/filename.m2v", pp="hb:a,vb:a")
hd2sd(OutputColorSpace="YUY2", OutputBFF=false, WidescreenType=1)
This is an AviSynth script file, which can be read by ProCoder. Be sure to enter the acutal path to your high-bitrate .m2v file.
4.) Open the "dvd_output.avs" file in ProCoder. Be sure to "interpret" it as 16x9, upper field first. (sorry, I'm not directly familiar with ProCoder's settings but I know it can be done)
Some options:
WidescreenType=1 will crop a little from the top and bottom to fit the aspect. Change to WidescreenType=0 for (effectively) 1.422 PAR.
If you want or need lower field first, set OutputBFF=true
After creating the 720x576 .m2v from ProCoder, import that and your WAV (or ac3) file into Encore for authoring.

Similar Messages

  • Pixel Aspect Ratio Issues-FCP HELPP!!!

    Okay folks, so currently I am putting together my reel in FCP, however I am encountering a few issues. So my source formats are different in pixel aspect ratio, some was shot on the 7D, some on the Alexa, and some on super 16mm, and a few after effects animations. However all of it is HD, and in ProresHQ 422. My problem here is when I import all of my media into FCP if the timeline is set to square pixels, the HD(1440x1080) footage looks squished, and if I set the timeline to HD(1440x1080) the square pixel footage looks blocky, pixelated and super square.
    That said, some of the footage from the 7D is labelled as square and some is labelled as HD(1440x1080), and all the after effects stuff is square.
    Right now i am dealing with it and just leaving my timeline as green-preview render, so everything looks mostly normal. However whichever format is not that of the timeline, the footage is degraded a tiny bit, so that when I pause the footage it looks great, but in preview it is slightly blurry.
    My question is, is there a way to format everything as either square or HD(1440x1080), so it looks normal, or is there a way to use mixed media formats and not have the preview blur. I'm going crazy over here, as I just graduated and am in dire need of a reel so I can begin to apply for jobs, etc....Or is there a way to formate my prores setting to transform everything to square pixels?
    Thanks guys!

    You can use compressor to convert everything to square pixels, however there's no need to worry about how it looks in fcp when it's playing but not fully rendered.  Try exporting a short section (mark an in and out around the section - and going file:  export: quicktime Not quicktime conversion) with current settings.  If you render the material, it should look fine when you play it within fcp.  Unfortunately, the render settings in the sequence menu are not particularly intuitive, but do a little playing around with them if you've got the time.
    I prefer to convert all my sources to my intended pixel dimensions, frame rate and codec before I edit in fcp, but it may not be necessary in your case.

  • CS5 Pixel Aspect Ratio Problems...

    Hello All,
    I am working on porting over an existing .mov file importer from Windows to Mac while also upgrading it from CS4 to CS5 (and also rolling in the creation of a hand-written 64-Bit QuickTime file handling library to boot, ouch).
    In my current test bed I am having problems with certain 1920 x 1080 .mov files. Some 1920x1080 files that I have get imported properly, some files that I have get imported with the wrong aspect ratio. I have verified that both files should be displayed using square pixels and have also verified that when the selector is sent that calls SDKGetInfo8( ) that I am setting the following for **all** of the above-mentioned test files:
    SDKFileInfo8->vidInfo.pixelAspectNum = 1
    SDKFileInfo8->vidInfo.pixelAspectDen = 1
    I have stepped line-by-line through SDKGetInfo8( ) and the stretched and non stretched clips seem to yield exact same traces through this function. However, the files that are being imported with the wrong aspect ratio, of course, preview in a stretched format. Also, in the informational area of the Source Bin, when the *stretched* clips are selected the information that is provided for these clips is:
    NameOfTheStretchedClip.mov
    Video, 1920 x 1080 (1.7778)
    00:00:9:13, 23.976 fps
    etc…
    For the clips that aren't stretched, the (1.7778) is (1.0). I am not the biggest expert on the actual usage of Premiere, so I can only assume given the values displayed and the respective visual result of the clips when previewed that this value displayed in the UI is the pixel aspect ratio and not the frame ratio as the clip with (1.7778) is stretched and the clip with (1.0) is not, yet both are 1920x1080 clips. What to me is suspect is that 1920/1080.0 is 1.7778 and so somewhere for the clips that are being stretched the pixelAspect ratio values seem to be getting derived using the pixel dimensions and not the values vidInfo.pixelAspectNum and vidInfo.pixelAspectDen that are explicitly set to '1' as shown above.
    Thus my question is, aside from setting in SDKGetInfo8() the following values:
    SDKFileInfo8->vidInfo.pixelAspectNum = 1
    SDKFileInfo8->vidInfo.pixelAspectDen = 1
    Where else are the pixelAspect values supposed to get set?
    Alternatively:
    - During which other selector calls *CAN* pixel aspect ratio get set? As I mentioned, I am porting existing code, so perhaps these values are getting set elsewhere that I am presently unable to find.
    - Is there some setting that might get set at the import of a file that says to derive the pixel aspect ratio from the pixel dimensions that might be getting triggered for the clips that are being imported as being stretched?
    Thanks in advance for any help!
    Josh

    Hi Zac,
    I am taking a look at this issue further with the aid of an additional engineer here that has more experience with QuickTime files. 
    First off, upon viewing the XMP metadata of the stretched file in the Metadata Viewer available inside Premiere, the Video Pixel Format is, in fact, listed in the XMP metadata as 1.78. 
    However, the time signature on the stretched .mov file, as listed in information of the QuickTime atoms, was 23976 / 1000. On a whim we used Dumpster to change the time signature to 24000 / 1001 to see what would happen. After altering the time signature in the Atoms of the file in this fashion, in Premiere the aspect ratio is now shown to be (1.0) in the source information in the Source Bin and the video is imported in the proper unstretched format (or - better stated - played back via our PlayMod in the proper unstretched format). However when viewing the metadata in the Metadata Browser in Premiere, the "Video Pixel Aspect Ratio" is still showing 1.78. This seems to confuse the issue further as now this time signature alteration in the Atoms of the QT file has fixed something and is now seemingly overriding the order of operations you mentioned as the XMP metadata still seems to list an improper format, yet everything else is seemingly behaving fine. 
    BTW - Clips with other time signatures don't seem to have this problem. 
    Any ideas? 
    Thanks,
    Josh

  • Pixel aspect ratio incorrectly identified in Properties

    Premiere Pro/CS4 Mac
    I created an animation using CInema 4D and rendered it out using 1:1/square pixels. If I open the file in QT Player, it shows up as 720 x 480 and fills the enire screen... all is well. But when I import it into PPro and look at the file in Properties, it reports it as .909 pixel aspect ratio, which is not square.
    This is a problem as I want to put this onto a DVD. If I render an MPG2 file out of PPRo and  set the pixel aspect ratio option to Square, the resulting file
    does not fill a 720 x 480 screen; there is black on both sides.
    If I use .909/standard pixel ratio, it fills the screen when I view it in QT PLayer, but I am worried that Pro is messing with the image...
    I can import the same original file in AE and use the Interpret footage option to force square pixels, but that is not an option for this work. Any idea why Pro misindentifies the aspect ratio and is there any way to fix that? Or is this a total non-issue as far as any potential degradation to the file itself along the way through the workflow?
    thanks for any assistance.
    Dennis

    You wrote:
    Can you set up a Sequence/Project Preset as Desktop and choose Square Pixels? You can then Export to what you need.
    Do you mean create a new project? This project is essentially finished - a few weeks of work creating it, so I can;t redo all from scratch with a new project template. I don;t think you can change a Project Preset once a project is created, correct? And PAR is not one of the settings that I can change in the project settings at this point.
    I can export using SQUARE pixels, but the resulting file looks wrong when I view it in QT Player. I guess the only question now is how much damage/degradation will be done having created the original animations that make up this project using square, then bringing them all into Pro (I guess having used the wrong PAR in my preset) and rendering them out in .909.
    Any thoughts?
    best.d

  • Custom Pixel Aspect Ratio (After Effects CC 2014)

    Hi All,
    How do you create a custom Pixel Aspect Ratio for After Effects CC 2014. I need a PAR of 3.3, as it would help me solve a technical problem i've been having with projection mapping.
    I've tried editing the Interpretation Rules.txt file which was hidden within the Users\Appdata\Roaming\Adobe\After Effects\13.1 Folder. To remove the last # so i can at least see that I can set up a custom PAR.
    But it doesn't appear in the drop down menu when creating a comp, or interpreting footage.
    I've also made the same change to the Interpretation Rules.txt file in the Premiere PRO CC 2014\Plug-ins\en_US\ folder.
    And I've restarted my PC after changes just incase Media Core wasn't updating itself properly.
    I can see the Custom PAR as an export option out of Media Encoder. But thats not what i need. I need to be able to correct a render which had a PAR of 3.3 without losing pixel information, much like an Anamorphic workflow.
    Anyway, Any help would be appreciated.
    Thanks!
    Evan

    Hi Rick,
    You're right, it's no known PAR... completely arbitrary and custom to this particular job. I'll run you through my process.
    I have a projection surface (a basketball court) Which needs to have content designed onto it which is viewable from one perspective point (camera 1) in the stadium. The problem is that Camera 1's viewing angle to the court is quite shallow.
    This is what Camera 1 sees:
    I will be generating like this for the surface so that it looks like a deep 3d surface from "camera 1"
    Now, the problem is that when I perspective correct the renders to fit what the projector will be projecting from straight down. There isn't enough pixel information for the height of the image. Meaning the pixels will smear.
    This is the image that would be projected from a top mounted projector to achieve the 3d effect from the image above, you can see the loss of information in the the height pixels.
    My solution for getting more information into the height is to render out of our 3d packages with a Pixel Aspect Ratio of 3.3. This was the sweet spot I found to get enough pixel information to match the pixel output of the projectors.
    The resulting render looks like this (note, the angle of the camera hasn't changed)
    As you can see, there is more height detail now, which will mean that that last row of pixels will be remain fairly sharp.
    So, at this point, I can render from my 3d applications, and conform to the projector dimensions, with very little information loss in the height of the projected image, and without compromising my 3d persepctive.
    I'm using the plugin "Camera Mapper" to project this render onto a plane which gets me the full frame of the projector at the right resolution, 4608 x 2304
    The tricky part how to composite elements into the scene in an intuitive way.
    If i want a horse to look like its jumping through the scene from "camera 1", like this:
    Then in the that contains all the information, It will look like this:
    Now that's all well and good, but it'll be harder to create realistic looking effects from this view, because they'll all need to be stretched.
    I'd like to retain all the image information and just view the comp as though it's squished down.
    I imagine this could be done easily by changing the comp settings to a PAR of 3.3.
    That way, all the pixel information remains, but i can design in a realistically proportioned composition.
    I hope that gets you up to speed on my issue, and my request for a solution.
    So, in summary. I'll I'm really looking for is a way to customise the PAR options so that I have a custom available that I can apply to this, and only this scene.
    Does this makes sense?
    Cheers,
    Evan

  • Premiere exports in incorrect pixel aspect ratio

    My Panasonic camera shoots quicktime .mov JPEG videos in a 720X408 px resolution. I am having a very hard time editing them in Premiere, because I cannot get it to export them in a correct pixel aspect ratio.
    Maybe you can figure out what I'm doing wrong. Here's what I do.
    First, when opening a new project, the closest frame size I can choose is 720x480. So I choose that. I import the .mov file into it, and put it on the time line. At that point it looks like this:
    http://img291.imageshack.us/img291/812/premierewindowoc9.jpg
    Correct aspect ratio and no deformation.
    When I try to export it as a .mov file, I do the following: I click on settings (in the file save dialogue), and go to video settings. I can choose any pixel aspect ratio, it all produces the same results, but for example, let's say, DVCPRO (1.5) (that's the closest to the size I need).
    I can manually set my frame size to be 720x408 px, assuming that now the frame size will be exactly the same size as my video and no deformation will occur.
    However, the result I get is this:
    http://img6.imageshack.us/img6/6730/exportedmoviehl5.jpg
    I've drawn arrows on that to make it clearer. So, I have a movie that's 720x408px. Premiere exports a frame sized 720x408, but then for some strange reason shrinks the actual video down to 483x480!!??!! Leaving completely unnecessary black bars on the sides.
    Why does it do this?
    When I export it with frame size 720x480, it doesn't add black lines on top and bottom as you'd expect. It does exactly the same thing you see in the image above.
    I have tried many other combinations too. I have tried exporting it as every other available pixel aspect ratio, also as an avi file, nothing makes any difference. It always shrinks the original video in width, and adds black bars to the left and right.
    What am I doing wrong??

    Tina,
    Lets see if we can get kitty onto YouTube.
    There are four issues, that you will need to overcome:
    1.) Project Preset to begin. Stanley lists the possible choices in post #8, based on the specs of your camera. You will have to determine which of these you used to record the files. These are *probably* set in your cameras menu area, and if you have not changed them, are probably still set. That will get you started in the right direction - but wait, theres more...
    2.) It seems that your camera uses Motion-JPG as the encoder to create these files. There are at least two good Motion-JPG CODECs available, Lead and Morgan. Plus, your camera may well have come with its own Motion-JPG CODEC. The CODEC is what allows your camera to encode/compress the video data, and also what allows programs like Premiere to decode that data. Did your camera come with a CD/DVD with software on it? If so, the installation of that software *should* install any proprietary CODECs to your system. Now, if this was the case (or soon will be the case, when you locate that CD/DVD), Premiere *possibly* will be able to use that CODEC to handle the footage from your camera. If it does not, then it is *possibly* only a matter of purchasing, downloading and installing one of the two mentioned Motion-JPG CODECs. Both are relatively inexpensive, and Premiere *usually* can work with either, though your exact footage might not permit this. This is usually because a camera mfgr. chose to do their own thing. Thats why any disc that came with the camera is the first place to start.
    3.) Now, you are in Premiere, have the proper CODEC installed on your system, and have Imported the footage into a Project with the proper Presets. If all is working, and I hope that it is, you just edit your footage.
    4.) You have been working with Presets established based on your footage. That is likely not exactly what you will want to upload to YouTube. This is where Export comes into play. Unfortunately, YouTube seems to change the specs. weekly. About the time that someone publishes fool-proof details and settings for YouTube, they (YouTube) change everything. The best advice is to search as many fora, as you can for Export Settings for YouTube. Look at the dates for all articles. You really will only care about the most recent - very recent.
    Going back up the list, there is another possibility. That would be to use a 3rd party conversion program to convert your footage to a DV-AVI Type II file. Often, with the proper CODEC installed, Premiere can do this internally, though not always, and even when it works, there can be problems. I use DigitalMedia Converter (Deskshare) a shareware program for most of my conversions. There are many freeware, and shareware, conversion programs available. Many get mentioned in this forum. Many get glowing reviews. Some are easier to use, than others.
    Some balk at the thought of owning Premiere Pro and then having to use some 3rd party software to get their footage into a robust NLE, that they paid good money for. The fact is that Premiere Pro was designed to work primarily with DV-AVI Type II files, from mini tape cameras - the point made by several. That does not mean that it cannot work with other file types. It does, though not always without problems. Sometimes just passing the material through a conversion program will clear up all problems and no one is the wiser. I often use Premiere Elements, Pros little bitty brother, to convert some file formats, because it is more tolerant of many of these, than is Pro.
    Good luck, and sorry that I do not have a current suggestion for Export to YouTube. Since it is a hot distribution medium, you should have no problem finding the correct settings for today - be sure to check the date of all articles, as the specs change all the time and in a heartbeat.
    Let us know if you have any more questions. For "how things are done in Premiere," I recommend the Premiere-wikia: http://premierepro.wikia.com/wiki/Main_Page
    for tutorials. Most that you could want to do will be there someplace. The current YouTube setting might be an exception, just because every time the Wikia gets updated, that info is out of date.
    Hunt

  • Adobe Media Encoder MPEG2 pixel aspect ratio

    I'm trying to output an MPEG2 for DG systems @ 720x512 but the pixel aspect ratio pulldown menu only gives picture aspect ratios (ie 4x3 or 16x9) and then gets the pixel aspect ratio automatically from that setting.  So @ 720x512 the pixel aspect ratio is 4:3(.948), but I need a .9 ratio.   When the source is 720x512 it adds black bars to the side, when the source is 720x480 it adds a little black to the top and bottom but stretches the image so it gets blurry.  I can render out an AVI at 720x512 with a .9 pixel aspect ratio, so why not an mpeg2? Any work arounds? Is it the same in CS5?
    I'm in CS4 on Vista64.

    I'm trying to output an MPEG2 for DG systems @ 720x512 but the pixel aspect ratio pulldown menu only gives picture aspect ratios (ie 4x3 or 16x9) and then gets the pixel aspect ratio automatically from that setting.  So @ 720x512 the pixel aspect ratio is 4:3(.948), but I need a .9 ratio.   When the source is 720x512 it adds black bars to the side, when the source is 720x480 it adds a little black to the top and bottom but stretches the image so it gets blurry.  I can render out an AVI at 720x512 with a .9 pixel aspect ratio, so why not an mpeg2? Any work arounds? Is it the same in CS5?
    I'm in CS4 on Vista64.

  • Disable Pixel Aspect Ratio in CS2

    On this site and other I've found info on this but nothing that's worked. I simply want to DISABLE the automatic Pixel Aspect Ratio preview adjustment so that when a file opens it works just like it did in Photoshop 7, it just opens.
    When I open the images with which I'm dealing (nearly 10,000!) Photoshop displays it's dialog "Pixel aspect ration correction is for preview only and should be turned off for maximum image quality" yet I'm unable to find a way to disable this so that my operator's don't have to turn that off with every image!
    On a couple of other sites I've found references (for CS and CS4) to deleting the preferences file "which will cause Adobe CS to re-create the preferences; therefore you can then choose NOT to correct the pixel aspect ratio for your images." But Photoshop simply rebuilds the preferences file and everything works the same way, I still don't see anywhere to disable it.
    Seems amazing that there is no way to disable this. True?
    Thanks for the help,
    Ken

    Well, I have to admit to "devolving" back to 7 after twice looking into this so I can't speak to the file size after making the aspect ratio square. I also did just a quick look at CS3 and didn't readily see any way of disabling it.
    My biggest gripe is that if it can be done manually on a menu setting I would think it wouldn't be all that difficult to make it a setting that would work something like the color profiles, where you tell it not to bother with it at all. Being somewhat of a programmer myself I can understand (a little) what Adobe must be up against managing the code it must take to produce something like Photoshop and on top of that trying to satisfy a world (literally) of users. I'm pretty sure they did this due to the growing number of people working with video, but to outright make it the default after so long not bothering with it at all seems a little off base. Then again, maybe that's just in my little world. This isn't, however, the first time across Adobe's programs that I've said "why the heck would they make that the default!" Acrobat is my favorite for that.
    Best of luck.
    Ken

  • Pixel Aspect Ratio Discrepancy

    My first project after being upgraded to CS4 (with Matrox Axio) was supposed to be very simple and wasn't.  A :10 sponsorship billboard with animated background we always use (avi), client supplied logo (tga), and announcer audio track (wav).  Set up the project/sequence to be D1/DV 0.9, just like always.  Targa file was also 0.9.  So far everything is normal.  Then rep decides they want a plain blue background instead of the animated one, and would like to add a phone super.  Made a solid blue background in the title generator, again 0.9, and when I put it on the timeline, I could no longer see video.  Even if I dbl clicked on it, I couldn't see either background or logo in the source monitor.  In case the title generator didn't like making a color solid, I re-made the graphic in Photoshop, again 0.9 tga, created a new project from scratch, imported my sources and when I put the background on the bottom track, again I couldn't see any video.  I changed the pixel aspect ratio of the tga background to square pixels, put it on the timeline and that worked.  I could see the logo again.  So I made the phone super in the title generator and thought okay...square pixels.  Brought the title graphic onto the timeline, and couldn't see any video.  Changed the title graphic back to 0.9, brought it back onto the timeline, and it worked.  So I had a background targa graphic in square pixels, a logo targa graphic in 0.9 and a title graphic in 0.9.  One more thing that was a new experience for  me was that a box popped up that said I needed to scrub through the sequence before it would play in real time.  So I did, and it played.  Can anyone share with me some logic to this discrepancy?  Thanks.

    I wonder if this has anything to do with the fact that Adobe changed the PAL pixel aspect ratio from CS3 to CS4?
    I've fallen foul of this a couple of time.
    There's some information here:
    http://help.adobe.com/en_US/AfterEffects/9.0/WS3878526689cb91655866c1103906c6dea-7f3aa.htm l
    about halfway down the page
    and more here:
    http://blogs.adobe.com/toddkopriva/2009/07/pixel_aspect_ratios_in_after_e.html
    which has some useful links.
    Although they're mostly talking about After Effects, this applies equally to Premiere CS4.
    HTH
    Mark

  • Change in anamorphic pixel aspect ratio numbers?

    http://support.apple.com/kb/HT1796
    This gives LiveType anamorphic number for DV NTSC as 1.19 as the pixel aspect ratio. The number that has always been given prior to this is 1.25. They seems to produce exactly the same results when imported in Final Cut. No scaling or distortion takes place in either project file when composited in FCP. Why the change in numbers, and why do they both work?
    Thanks.
    All the best,
    Tom

    Tom, are you certain the NTSC value was given as something other than 1.19?
    At least that's what it's always been according to an older Knowledge Base document link for the same issue, last modified date in 2004.

  • Really bad text quality,photoshop, is it pixel aspect ratio?

    when doing dvd's i often use psd files for menus or title boards, quite often at 16x9, now the problem lies with the quality of the text in photoshop and when transferred to dvdsp. In photoshop with a 1024 x 576 sq pixel canvas the text looks crisp and sharp, however when transferred to dvdsp the text feels like it has gone through a verticle interlace, each letter is chopped up and shifted stretched and compressed. Going back to photoshop and making a 720x 576 comp with a widescreen pixel aspect ratio seems to do the same thing but this time in photoshop aswell. The text quality problem is not the usual dvd compression issue that is frequently discussed on these boards where text looks fuzzy, this looks much worse than fuzzy or jpeggy
    Is there a standard, a combination of aspect ratio and canvas size in both photoshop and dvdsp? It is really frustrating.
    Thanks in advance
    Henry

    My issue is particular to the crossover between photoshop and dvdsp, it may also be particular to pal dvd's and relating to the pixel aspect ratio, if you try and create a 720 x 576 document in photoshop with widescreen aspect ratio turned on and try adding text you will notice the issue. This also crosses over into dvdsp no matter what i do unless the image uses square pixels in p/shop the text is awful. I was really wondering if anyone else had found a combination of setups that avoid this wierd occurance in both programs.
    The issue is not the standard 'my font looks bad on an apple display' issue which is often discussed on this forum, i understand that apple display resolutions are so far superior to standard def tv's that it is impossible to compare. The typesize on these projects are 24pt bold sans serif so well above the 18pt generally accepted standard and the canvas size is pixel perfect for pal resolution no images have been reduced or enlarged. The font looks almost illegible rather than just fuzzy.

  • The (new) Premiere pixel aspect ratio is wrong for my PAL DV cam footage

    I've had a Sony TRV-950E DV-cam since 2003. I've been shooting DV PAL in widescreen.
    I just bought Elements 12 to edit my footage, and discovered that the pixel aspect ratio for D1/DV PAL Widescreen has been updated to 1.46 (old value 1.42).
    The theory behind this change is that video recorded on 720x576 is slightly wider than 16:9 and that the 16:9 portion is 704x576.
    Unfortunately this is not correct for my footage! I've captured the video from my DV-cam (by firewire) and opened it in Premere and it is streched to be shown as 1050x576.
    So I did a test:
    I filmed a steady shot of a perfect circle and captured the video from the camera and opened it in Premiere. The pixel ascpect ratio 1.46 makes the display 1050x576.
    The question is: Am I seeing this displayed as a perfect circle now?
    This can be tested:
    I make a picture of a perfect circle in Photoshop (square pixels) with size 1024x576. I imported this picture into the Premiere project, and match the two circles: The filmed one, and the Photoshop one.
    They DO NOT match! The one on the video is slightly stretched in width.
    So then I stretch the Photoshop picture in width to become 1050x576. I then import this picture into the project. And now I have a perfect match between the circles!
    This means that my DV camera actually records a 100% 16:9 picture on all the pixels 720x576 - and not a slightly wider picture with the 16:9 part being in 704x576 (which is the reason for the change in pixel aspect ratio from 1.42 to 1.46).
    I have some HD scenes that I want to import (and downscale) into my SD project also, and I also have a lot of still pictures.
    Unless I can change the setup i Elements to the correct ratio 1.42, these stills and sqare-pixel-video (HD) should ideally be streched from 1024x576 to 1050x576 to match (become equally stretched as) all the SD footage.
    How do I solve this?
    I just bought Elements 12 three days ago.
    (I just tried opening the captured video in Windows Movie Maker - and that program must use pixel aspect ratio 1.42 since the video is diplayed correctly as 1024x576 with a perfect circle)
    Regards,
    Tom from Norway

    Tom
    After much thought and exploration and experimentation, I have come to the conclusion that there is no practical purpose for doing anything other than importing your media into the project and editing/exporting. I find no distortion in doing so, be it in the video samples that you posted or in still models that I created for the pixel aspect ratio 1.422 vs 1.4587 for D1/DV PAL Widescreen.
    If you have not already, please read the following about the Adobe DV Widescreen Pixel Aspect Ratio change from 1.422 to 1.456.
    Please start in the first link which gives some get subsequent links in it
    http://forums.adobe.com/thread/673877
    http://www.mikeafford.com/blog/2009/03/pal-d1-dv-widescreen-square-pixel-settings-in-after -effects-cs4-vs-cs3/
    Also, you may find the following article on square and non square pixels of interest. It uses the PAL DV Widescreen 1.422 pixel aspect ratio in its discussion.
    http://library.creativecow.net/articles/gerard_rick/pixel_madness.php
    Aside from the explanation for the rights and wrongs of the matter, this is what I actually observed taking your PAL DV AVI Widescreen  and PAL MPEG2.mpg Widescreen  into the same Premiere Elements 12 Windows PAL DV Widescreen project. Along with your video files were still images that I created in Photoshop Elements 11 Full Editor:
    1024 x 576 document with a red circle on Layer 2 of the Layers Palette
    1050 x 576 document with a red circle on Layer 1 of the Layers Palette.
    The red circles were superimposed in creation. The difference in the pixel dimensions between the two are evidenced by Layer 1 content peaking through on the left and right.
    The gpsot readout for pixel aspect ratio for each of the videos was
    a. Your PAL DV AVI 720 x 576 Widescreen = 1.422
    b. Your PAL MPEG2.mpg 720 x 576 Widescreen = 1.422
    Each of the Photoshop Elements documents (circles) saved as .psd files 1050 x 576 pixels.
    When all were taken into Premiere Elements 12 project manually set for PAL DV Widescreen, they looked like the following, no display of distortion.......
    PAL DV AVI Widescreen 720 x 576 (now the pixel aspect ratio in Premiere Elements Properties was shown as 1.4587, not the 1.422 seen in gspot before import)
    PAL MPEG2.mpg Widescreen 720 x 576 (now the pixel aspect ratio in Premiere Elements 12 Properties was shown as 1.4587, not the 1.422 seen in gspot before import)
    Edit Menu/Preferences/General with check mark next to "Default Scale to Frame Size" was in effect.
    As for the red circles stills (1050 x 576 to equate to the square pixel version of 720 x 576 widescreen) did not distort when brought into the Premiere Elements 12 Edit area monitor which is established by the PAL DV Widescreen project preset with the pixel aspect ratio = 1.4587.
    The jpg version of the Photoshop Elements document (.psd) 1050 x 576 pixels (square pixels) looked like:
    And, when this Timeline was exported Publish+Share/Computer/AVI with the DV PAL Widescreen preset, there was no distortion in the export. It looked undistorted as it did before export.
    So, unless I am overlooking a key point here, I cannot see a reason why you cannot use the video sources that you presented for sampling as weil as stills with the 1050 x 576 pixel dimensions.
    The only time I see any distortion possibilities is if you use a player that does not recognize the 16:9 flag that stretches the 720 x 576 to 1050 x 576 for display after encoding.
    Trying to convert Premiere Elements 12 which uses the 1.4587 pixel aspect ratio for PAL DV Widescreen into a Premiere Elements 7 which uses the 1.422 pixel aspect ratio for PAL DV Widescreen is up hill in spite of creative thinking on your side.
    Please review and let me know if you are seeing another different from what I am reporting with the samples that you posted.
    Thank you.
    ATR

  • Pixel Aspect Ratio bug in Media Encoder export

    Having a weird bug in media encoder exports that I can't seem to figure out. I have a 1080p sequence with a mix of 1080p footage and PAL DV assets. The PAL assets have a pixel aspect ratio of 1.0940. When I format them in my Premiere sequence, I am able to scale them correctly and they look fine. When I export them directly from premiere to broadcast standards it's also fine.
    However, when I try to export these sequences in Media Encoder via File->Export->Media-> Queue using the same exact settings (I'm using a preset), Media Encoder formats the PAL assets as if they have square pixels. Thus, half of the footage in my sequences gets horizontally "squished." Note that this does not happen for footage that natively has square pixels, such as my 1080p camera footage.
    Has anyone encountered this bug? It seems strange to me that Media Encoder would treat items in a sequence differently that Premiere during export, I was under the impression they were using the same rendering engine... It's really a problem as I'm going to have to crank out multiple versions of this 48-minute film and not being able to queue those exports is going to be a huge headache.
    Using latest version of CC 2014.1 (8.1.0).

    Screenshot of Premiere Export (fills screen):
    Screenshot of Media Encoder export: (notice the pillar-boxing)

  • Problem with pixel aspect ratio

    I searched but found no answer.
    I have several Maya renders which are at a resolution of 720x486 and a pixel aspect ratio of 1.2. I composited my image sequences in after effects interpreting that 1.2 pixel aspect ratio. I then exported a quicktime movie using no compression at 24fps at a resolution of 720x480 NTSC 16:9.
    When I import this video into Encore 2.0 It comes out as full screen. Not only is it full screen, but when I preview the dvd, the video is blurry with scan lines and black bars on the left and right side. The menu however, is widescreen (I used a template as a test)and perfectly clear. I tried to select the asset and go to file>interpret footage, but this option is grayed out. I have also tried exporting an avi from after effects and importing that into Encore. It still will not let me set the pixel aspect ratio. I have read that After Effects does not embed the pixel aspect into exported videos. I have also read that I should export mpeg2 videos for use in Encore, however I do not see this option in After effects or Premiere Pro.
    What am I doing wrong? Any help is appreciated. If I left any information out that could be useful, please let me know.

    (Ack, for some reason I typed "DVI" and really meant "DV")
    Thanks for the response. I don't really care if I preserve the 4:3 aspect ratio. Or does my GL1 not use square pixels and I just never noticed it? It's strange I've never seen this problem until FCE HD.
    I have tried exporting a number of ways from FCE, including Export > QuickTime Movie... and Using QuickTime Conversion... For the latter, I typically set it to export as 720x480. I always export as video. The final export contains video clips as well as still images within the video.
    I am a bit embarrassed having to ask this question. I've been working with still images in photoshop for over a decade and worked a lot with video during that time as well.
    Thanks again.

  • Still image pixel aspect ratio wrong in exported video (but correct in Premiere renders)

    I've saved a targa still image from my footage and added it to the bin. It's properties show as follows:
    Image Size: 1440 x 1080
    Pixel Aspect Ratio: 1.3333
    This correctly matches my sequence settings as I'm working with 1080p widescreen footage.
    The image appears as expected in the Program window both before and after rendering previews. However, once I export my sequence as a video file, the still image is squashed (displaying incorrectly):
    A work around would be to stretch out the still to a width of 1920 in Premiere so that the export displays it back at its normal aspect ratio - which works - but I don't understand why I should have to do this.
    The other solution I found was to go to the bin and 'Modify > Interpret Footage' and although "Use Pixel Aspect Ratio from File" already shows the correct settings, to actively reset it (to the same pixel aspect ratio)  with the 'Conform to' option:
    This works too.
    Surely a bug?
    (using Premiere Pro CC)

    Thanks for the quick reply. But then why does the still's properties (in my bin) show the pixel aspect ratio as 1.3333 (not square pixels, 1.0) and should it not appear incorrectly in both the preview renders and the exported video ? This seems inconsitent to me.

Maybe you are looking for

  • USB drive access issues when using Windows Backup Win7Pro

    I've run into a similar issue. I'm using an RD1000 USB drive which uses hard drives as removable media.  There's an alert which states "Windows backup  needs a CD/DVD or USB Drive to continue."  It then states I can continue the backup on the existin

  • Mountain Lion to Mavericks, Restore Files on Time Machine

    Hey gang, I tried to install Mavericks on my 13" MBP and it completely bombed. I had to boot into recovery and reinstall Mountain Lion. After a clean Mountain Lion install I proceeded to upgrade to Mavericks. Now I have a clean Mavericks install with

  • JDBC Sender Communication channel stop working

    Hi all, I'm facing with a strange problem: I have a db to db scenario (SQL server to Oracle) that has been tested and that was working properly. But when we started again our tests after some days, without doing any change, the flow didn't start anym

  • Oracle BPM 10.3.1 on Websphere 6.1.01.19

    We configured the BPM 10.3.1 as per the documentation and deployed the sample application. All the applications came up. After logging into workspace, we got the following error. The Process '/SampleProcess#Default-1.0' is not available. The Process

  • Turn off "Recent Calls" and "History"

    There is a real need for Skype to allow a user privacy by TURNING OFF the recording of recent calls and history.   I am aware that History can be "disabled" in Skype Preferences -- and that one can ERASE the list of recent calls with Conversations >