I messed up!? sequence settings Premiere CS5.5
-
- Joined: Sat Sep 06, 2008 3:28 am
I messed up!? sequence settings Premiere CS5.5
My video sources are 1024x576, sequence setting in Premiere is 720x576. Problem?
- Brad
- Joined: Wed Dec 20, 2000 9:32 am
- Location: Chicago, IL
- Contact:
Re: I messed up!? sequence settings Premiere CS5.5
What does it say your Pixel Aspect Ratio is? It's possible that while the physical dimensions of the sequence are 720x576, when it's played back, it's being stretched out to 1024x576 (which is what PAR is supposed to do). However, even if this is the case, you're probably better off creating a new sequence, making sure that you're using custom settings, making the resolution 1024x576, the pixel aspect ratio should be Square 1:1, Progressive frames (no interlacing), and the framerate should match the source. Once the sequence is made, just copy the clips/edits from your original sequence and paste them into the new one. Assuming you didn't do any weird resizing in the timeline to compensate for the different resolution, it should all work fine.
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: I messed up!? sequence settings Premiere CS5.5
Looks like your content is somehow Australian SDTV or another form of SuperPAL, while Premiere is expecting PAL DVD. Which is to say, use content you acquired legally and your problem will be solved.
As for what Brad said, that resolution is still wrong even for non-1:1 PAR. His solution of how to handle it with a new sequence is viable as well though.
As for what Brad said, that resolution is still wrong even for non-1:1 PAR. His solution of how to handle it with a new sequence is viable as well though.
-
- Joined: Sat Sep 06, 2008 3:28 am
Re: I messed up!? sequence settings Premiere CS5.5
Thank you guys! Moving the clips to a new sequence with 1024x576p PAR1.0 makes it look like it should. There was some jagged lines going on that has now dissapeared. Scaling artifacts?
Just to make sure everything is set up correct (and I suspect you'r a little interested as well )
**************************************
Source DVD (I always own the DVDs I edit with ;P)
PAL
16:9
720x576i
(PAR != 1)
25 fps
OK! so I resize/deinterlace with Avisynth
1024x576p
PAR = 1
-> 16:9
25 fps
New sequence settings
1024x576p
PAR = 1
25fps
Old sequence settings
720x576p
PAR = 1.45... !
25fps
**********************************
There you have it, I didn't notice because as you said the PAR streched the image to fit the preview.
I feel kind of stupid to make that mistake and not notice it before the AMV is more or less completed. It was an easy fix though.
Just to make sure everything is set up correct (and I suspect you'r a little interested as well )
**************************************
Source DVD (I always own the DVDs I edit with ;P)
PAL
16:9
720x576i
(PAR != 1)
25 fps
OK! so I resize/deinterlace with Avisynth
1024x576p
PAR = 1
-> 16:9
25 fps
New sequence settings
1024x576p
PAR = 1
25fps
Old sequence settings
720x576p
PAR = 1.45... !
25fps
**********************************
There you have it, I didn't notice because as you said the PAR streched the image to fit the preview.
I feel kind of stupid to make that mistake and not notice it before the AMV is more or less completed. It was an easy fix though.
- Brad
- Joined: Wed Dec 20, 2000 9:32 am
- Location: Chicago, IL
- Contact:
Re: I messed up!? sequence settings Premiere CS5.5
Glad to hear it's working ok now
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: I messed up!? sequence settings Premiere CS5.5
Kinda depends on what DVD it is and from where but it's almost guaranteed you have the framerate wrong. Something to look into.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: I messed up!? sequence settings Premiere CS5.5
I'll be an ass and "bump" this a bit, but, just to make sure, how much did you crop before resizing to 1024x576?
With PAL footage, you should be cropping 18 pixels horizontally, so something like
or for real men
would be what you need to do to get the correct 16:9 resolution, otherwise you have a display aspect ratio slightly wider than 16:9 stretched to 16:9.
Of course, it is a nitpicking matter since it's a small difference, but it's better to get things correct whenever you can.
With PAL footage, you should be cropping 18 pixels horizontally, so something like
Code: Select all
crop(8,0,-10,0)
spline36resize(1024,576)
Code: Select all
resamplehq(1024,576,srcmatrx="TV.601",chroma_kernel="spline36",src_left=9,src_width=-9)
Of course, it is a nitpicking matter since it's a small difference, but it's better to get things correct whenever you can.
-
- Joined: Sat Sep 06, 2008 3:28 am