PE7 importing 16/9 files - does the "interpretation rules" file work?

Hello folks,
I'm having the seemingly common problem of importing 16/9 footage which PE assumes is 4:3. I know you can go through the interpret footage malarky but I'd like the process to be as simple as possible - this is for our students to use so any extra steps that can be cut out will be hugely useful.
A big of googling suggested that the "interpretation rules.txt" file in the plug-ins directory could be edited to create new default behaviour. I've added the following line:
720, 576, *, *, * = 64/45, *, *, *
which as far as I can see should set the aspect to be 1.422 (PAL widescreen). But it's made no difference. Is this file just ignored and left over from the full version of Premiere or should PE take notice of what's in there?
The camera is a Canon FS200. Gspot suggests that the file is flagged as being 4:3, which obviously doesn't help matters! It's definately anamorphic widescreen.
Thanks for any advice,
Sheriton

I can confirm that the file does exist for PRE7 in the folder E:\Program Files (x86)\Adobe\Adobe Premiere Elements 7.0\Plug-ins\en_US
This is it's content:
# Premiere pixel aspect ratio rules and names
# note: Premiere only uses the width, height, and pixel aspect ratio information
# adapted from:
# "Interpretation Rules.txt"
# After Effects 4.1 Automatic Footage Interpretation
# lines beginning with "#" are comments
# basic format of a rule: {match requirements} = {set interpretation}
# + for each rule that matches, the interpretation is set; wild-cards ("*") allowed
#   on both sides; wildcard match matches anything, wildcard set sets nothing
# + multiple rules are allowed to match, later matches override earlier matches
# + all rules are scanned in order, one rule per line
# + rules are applied after the automatic setting of D1 pixel aspect and automatic
#    field separation from field-labeled files
# width, height, frame-rate, file-type, codec =
#     pixel aspect ratio/name, field order, conform frame-rate, alpha interp
# width & height are integer numbers
# frame-rate is a decimal number
# file-type is four characters in quotes (4c's)
# codec (applicable for QT & AVI only) is also 4c's
# the pixel aspect ratio is a ratio of integers (e.g. 10/11)
#   optionally followed by a name for that ratio (e.g. 10/11/"My Aspect")
# the field order is a single character, (F=frame, U=upper field, or L=lower field)
# the conform frame-rate is a decimal number
# alpha interp: (I=ignore, S=straight, P=premul/black, W=premul/white)
#    alpha interp is ignored for footage without an alpha channel
# assume ATSC 704x480 in any format is D1 aspect
704, 480, *, *, * = 648/720, *, *, *
# assume NTSC DV is D1 aspect
720, 480, *, *, * = 648/720, *, *, *
# NTSC D1 is D1 aspect
720, 486, *, *, * = 648/720, *, *, *
# PAL D1/DV
720, 576, *, *, * = 768/720, *, *, *
# only adds a custom pixel aspect ratio to the UI
# uncomment the next line to try it out
# 0, 0, 0, "0000", * = 10/11/"Custom Aspect", *, *, *
Quite what you do with it I don't know!
Cheers,
Neale
Insanity is hereditary, you get it from your children

Similar Messages

  • %@ page import="..." % does not seem to be working correctly

    Hi,
              I am running Weblogic 6.1 sp1 and I am having a problem with import page
              directive. <%@ page import="my.package.*" %> does not appear to be working
              correctly when I try to reference classes in imported packages (my.package,
              etc.) from the useBean tag.
              The following code works with Resin, but not Weblogic:
              <%@ page import="my.package.*" %>
              <jsp:useBean id="errorBean" class="ErrorBean" scope="request"/>
              If, I take out the page directive, and change the useBean tag to:
              <jsp:useBean id="errorBean" class="my.package.ErrorBean"
              scope="request"/>
              then the page compiles and runs just fine.
              Michael
              

    Here's a snippet from Sun's j2ee tutorial
              (http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPBeans4.html):
              <jsp:useBean id="beanName"
              class="fully_qualified_classname" scope="scope"/>
              But I agree with you, the excerpt you posted seems to include the
              useBean tag, which is misleading.
              Nils
              Michael Hill wrote:
              >
              > I don't think this is the way it is "supposed" to be. Here is an excerpt
              > from the JSP Syntax reference on http://developer.java.sun.com
              > on the page directive:
              >
              > import= "{ package.class | package.* }, ..."
              > A comma-separated list of one or more packages that the JSP file should
              > import. The packages (and their classes) are available to scriptlets,
              > expressions, declarations, and tags within the JSP file. You must place the
              > import attribute before the tag that calls the imported class. If you want
              > to import more than one package, you can specify a comma-separated list
              > after import or you can use import more than once in a JSP file.
              >
              > ---
              >
              > It says the packages are available to tags within the JSP file as long as
              > you place the import before the tag that calls the imported class. In my
              > case, I am placing the import before the <jsp:useBean> tag.
              >
              > Michael
              >
              > "Nils Winkler" <[email protected]> wrote in message
              > news:[email protected]...
              > > I'm pretty sure that you have to specify the fully qualified class name
              > > in the useBean tag. import won't help you here.
              > >
              > > Nils
              > >
              > > Michael Hill wrote:
              > > >
              > > > Hi,
              > > >
              > > > I am running Weblogic 6.1 sp1 and I am having a problem with import page
              > > > directive. <%@ page import="my.package.*" %> does not appear to be
              > working
              > > > correctly when I try to reference classes in imported packages
              > (my.package,
              > > > etc.) from the useBean tag.
              > > >
              > > > The following code works with Resin, but not Weblogic:
              > > >
              > > > <%@ page import="my.package.*" %>
              > > > <jsp:useBean id="errorBean" class="ErrorBean" scope="request"/>
              > > >
              > > > If, I take out the page directive, and change the useBean tag to:
              > > >
              > > > <jsp:useBean id="errorBean" class="my.package.ErrorBean"
              > > > scope="request"/>
              > > >
              > > > then the page compiles and runs just fine.
              > > >
              > > > Michael
              > >
              > > --
              > > ============================
              > > [email protected]
              ============================
              [email protected]
              

  • How does the DAQmx read.vi work in producer/consumer mode

    Dear all,
    I have one question: how does the DAQmx read.vi work in producer/consumer mode ? 
    I mean if i set the acquisition samples quantity is 5000,(see the enclosed picture), how does the DAQmx read.vi acquire the samples ?
    5000 samples one time ?
    And how does the write. vi work ? Also 5000 samples one time ?
    Look forward to your reply.
    Thank you.
    Attachments:
    producer consumer mode.png ‏28 KB

    It will read 5000 samples per channel.
    The Write Measurement File just writes whatever you give it.  It you send it 5000 data points, it will write the 5000 data points.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How does the LCM rollback feature work in theory?

    Hi
    How does the LCM rollback feature work in theory?
    Let's say
    1. I've Webi report 'x' in QA system
    2. I promote a modified version of webi report 'x' from DEV to QA using LCM. So now I've 'x1' in QA.
    3. I "rollback" this promotion job in LCM. Which means I've get back 'x' in QA system.
    So does this mean that LCM kept a "backup" copy of 'x' in QA (CMS+filestore file backup) before overwriting with the promoted 'x1' from DEV?
    If yes, does it clear the 'x' anytime from QA? (maybe after second iteration of 'x2'?)
    Thanks

    I highly recommend you read the following blog posts that contains straight answers to common questions about the automatic update feature:
    Hello, Adobe Flash Player Background Updater (Windows)!
    Adobe Flash Player Background Updater for Mac is live!

  • In what QOS does the receiver SOAP adapter work BE or EO?

    Hi,
    In what QOS does the receiver SOAP adapter work BE or EO?
    My guess is that it is by default EO, if so how do i make it work like synchronous?
    There is no option to set it explicitly.
    Thanks]
    Shakthi

    Siva,
    In receiving adapter you can't set the status. The receiving QOS is set in the pipeline by using the Sender Comm.channel QOS.
    So for example in SOAP to SOAP scenario, if you set the Sender comm.channel as BE, then through out the Pipeline till it reaches the Receiver Comm.channel the QOS will be considered as BE only( Even though you didn't explicitly said to the Receiver comm.channel).
    Hope it helps!
    raj.

  • Does the photo transfer app work to move photos from an ipod touch to my computer?

    Does the photo transfer app work to move photos from an ipod touch to my computer?

    See:
    Copying personal photos and videos from iPhone, iPad, or iPod touch to your computer

  • Two part question 1) what happens if you  sign into messages beta on os x lion 10.7.5 after it expired? does the whole application not work or just imessage? 2) does installing messages beta on os x lion 10.7.5  delete ichat?

    Two part question
    1) what happens if you  sign into messages beta on os x lion 10.7.5 after it expired? does the whole application not work or just imessage? can you stil use AIM, jabbar, google talk, or yahoo?  if you open messages beta does it immediately tell you that messages beta expired?
    2) does installing messages beta on os x lion 10.7.5  delete ichat or just transform ichat into messages beta giving the illusion that ichat is deleted?

    Hi,
    It was never completely clear whether it was just hidden or whether Apple ran a download page for iChat 6.
    As the Download for Messages Beta was separate and "Deleted" iChat it would seem it would be another download for iChat 6.
    iMessages will not function as it is only an Account type within Messages and iChat 6 does not have it.
    Therefore messages on the iPhone will not sync to the Mac. (until you get Mountain Lion and Messages in that OS X version).
    Mountain Lion and it's full version of Messages will not sync the iMessages that have happened in between the 14th December 2012  (end date of Messages beta) and the Install of Mountain Lion if you decide on that route.
    8:51 PM      Sunday; May 5, 2013
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Why does the sync button not work in itunes when my ipod touch is connected

    why does the sync button not work in itunes when my ipod touch is connected?

    It's working for me in Acrobat XI:
    I'd try logging into Acrobat.com from your browser, and log in with your Adobe ID. There may be a problem there:
    workspaces.acrobat.com

  • Why does the plug in stop working sometimes

    Why does the plug in stop working sometimes?

    Is your pc. laptop, whatever Windows -ana what version, like Windows Vista, or Windows 10.
    What bit is it? 32 or 64?
    You can get that info by right clicking on "My Computer" Uusually on the desktop) and selecting Properties in the drop down menu.
    And what version of Fire Fox are you using?
    And which plugin are you using, and is it for Flash Player?
    This info will help someone to answer your question.

  • How does the Mac App Store work?!

    Hey guys i recently posted this quesiton in a different area of the community but instead of being helped was just ridiculed for posting in the wrong place... +1 for helpfulness guys :/ lol Anyways... ive been told to ask in the development section.. I have a $9.99 app and it was sitting at 10th place in the top grossing apps a few weeks ago on the UK app store, now I noticed in the morning that it was ahead of an app which was 49.99 so i presumed that I must have sold at least 5 or 6 to be ahead of him (my idea of top grossing is quantity x price) but when itunesconnect released their reports in the afternoon it turned out that i'd only sold 1 copy.. so what im asking is basically how does the top grossing section work? and how regularly does it update? is it live? daily? etc
    Thanks in advance!

    Your rank is better than the other app because you've made a sale while they've made none. When you make a sale, you jump in the charts, and after that you slowly go down if you don't make another sale. In other words, the bottom of the charts has many apps that didn't make any sale recently. I've also noticed that if you make some sales in other countries than the current chart, that'll very slightly improve your rank.

  • How well does the iPhone 5s/5c work with Wind Mobile?

    I'm going to be (hopefully) getting the iphone 5s or 5c soon and I'm trying to decide on which carrier to go with. How well does the iphone 5s/5c work with wind mobile and how fast is the internet with data?

    http://www.windmobile.ca/
    iPhone: Wireless carrier support and features

  • Does the Apple A1096 adaptor work with the A1081 monitor? Can any one help? Thanks, Paul

    Does the Apple A1096 adaptor work with the A1081 monitor? Can any one help? Thanks, Paul

    Click on this link for the fix http://appletoolbox.com/2012/01/server-does-not-allow-relaying-email-error-fix/

  • Does the av digital adapter work

    Does the av digital adapter work on ever telivision

    No, it works on HDTVs with a HDMI connection.
    Not every television is HD nor has HDMI.

  • Does the New Imac 21 works as an external display using thunderbolt to thunderbolt cable plugged into a MacBook Pro?

    Does the New Imac 21" works as an external display using thunderbolt to thunderbolt cable plugged into a MacBook Pro?

    Hi there LDIMERY,
    You may find the troubleshooting steps in the article below helpful.
    Apple computers: Troubleshooting issues with video on internal or external displays
    http://support.apple.com/kb/ht1573
    -Griff W. 

  • Does the Apple remote control work with MacBook Pro with retina? If yes, how can I sync it?

    Does the Apple remote control work with MacBook Pro with retina? If yes, how can I sync it?
    Thanks!

    It should. First, turn on BlueTooth on the computer. In BT preferences be sure to check the option to look for all devices. Your remote should be picked up and a notice asking if you want to Pair it with the computer. Select Yes. Once it is paired it can be used to control your computer.

Maybe you are looking for

  • HP Photosmart D110 connectivity issue with Windows 8.1

    Month back, i have upgraded my Dell inspiron to windows 8.1 and from that time onwards i am facing issues with connectiveity to HP photosmart D110 printer over my wireless network. I installed the printer driver, once it is installed fine. i can see

  • Windows 7 on a lan does not connect to a hp 855c connected to a xp machine.why?

    I have 2 HP computers on a LAN.One is a p6140f running Windows7;the other is a HP Pavilion 7955 running Windows XP. A HP Deskjet 855C printer is connected to the Pavilion.Trying to connect the printer over the network to the Windows 7 fails with the

  • Events available in Generic Object Services (GOS)?

    Hello everybody Searched around in SDN and also tried to find something useful in our system (SWO1) but can't find useful information on GOS events so I guess it probably doesn't exist? I'm searching a way to catch GOS events when someone adds, chang

  • Servlets and Application Beans

    Hi I'm reviewing some sample code that was originally done as a JSF application. I however will not be doing a JSF application but rather a simple Model 2 architecture using servlets. I'm trying to confirm what the equivalent to an application manage

  • Is it possible to deploy a Windows LV application to the MAC?

    Does anyone know if it's possible to deploy a Windows L.V. application to the MAC?  An option in application builder?  A cross-compiler?  Or... am I thinking too much.  Does the L.V. application simply resolve it's library calls differently while on