16:9 and Iris-round

Hi:
Using PP-CS3 (Win XP) I found a bug(?):
When applying the iris-round onto 2 clips it presents at 16:9 DV-clips a left justified oval (and not a centered circle) whereas using 4:3 DV-clips it works well!
Am I the only person who has this problem?

It works correctly for me. You can change the position of the iris in the Effect Controls Panel.
Perhaps if you post a screenshot we might see something to explain it.
Cheers
Eddie
Forum FAQ
Premiere Pro Wiki
- Over 250 frequently answered questions
- Over 100 free tutorials
- Maintained by editors like
you

Similar Messages

  • Acrobat Pro 6 Average Daily Production and Math.round problem

    Acrobat Pro 6 Average Daily Production and Math.round problem
    (Production.0) (154) (whole units) . (Production.1) (90) (fractional) / (divided by) 31 (days) results in (Average.0) (4)(whole units) . (Average.1) (10) (fractional) using :Math.round.� Noticed that 154 (whole units) . 85 through 99 (fractional) also show 4.10. (without Math.round : 5.00)
    Method:
    �Production.0� (whole units) . �Production .1� (fractional) / Days = (Average Daily Production) (�Average.0� (whole units) . (Average.1) (fractional)
    � Production.0 (value not calculated)�, � Production 1 (calculated) (event.value = util.printx("0099", (event.value)).substr(-2,2); � �Average.0 (value not calculate)�, and �Average.1 has following calculation:
    var punits = this.getField("Production.0");
    var pfrac = this.getField("Production.1");
    var average = 0.0;
    average = (punits.value + pfrac.value / 100) / this.getField("Days").value;
    this.getField("Average.0").value = average - average % 1;
    this.getField("Average.1").value = util.printx("0099", Math.round((average % 1 * 100))).substr(-2,2);
    �Math.round� appears to be a problem. Also, could you explain the purpose of �0099� . Anyway, why would 154.85 through 154.90 divided by 31 give 4,10. Also, their must be a better way, to find the average daily production. All you have to do is divided the production (whole. fractional) by the days, and display the average daily production as (whole. fractional). Any suggestions??

    There are a many loose ends in your question.
    First, I have never seen before a variable type called 'var'. Is it a java primitive or a class?
    Next, I cannot seem to find any class that has the printx method.
    When it comes to substr(-2,2), I get confused. First, I thought that it was a method of the String class, but I only got as far as substring(beginIndex, endIndex).
    If you really must break the production and average into pieces, try this:
    float average = (punits + pfrac/100) / days;
    int avg_units = (int)average;
    int avg_frac = (int)( (average - avg_units) * 100 );My guess is that util.printx("0099", x) formats x having two optional digits and two mandatory digits, showing 0-99 as 00-99, but allows to show numbers with three and four digits.
    154.85/31 = 4,9951612903225806451612903225806
    154.99/31= 4,9996774193548387096774193548387
    If you round the fraction of theese numbers multiplied by 100 ( = 99.51.. and 99.968...) you get 100, and this will be the output of printx. My guess for "4.10" is that substr(-2,2) returns the two first characters of the string, because the start index should not be zero. (According to java docs, substring throws an exception on a negative index, so what kind of class are you really using ??????)

  • My mac book pro runs so slow and little round rainbow keep popping up

    My mac book pro runs very slow and little round rainbow keeps popping up

    First, back up all data immediately, as your boot drive might be failing.
    Step 1
    This diagnostic procedure will query the system log for messages that may indicate a hardware fault. It changes nothing, and therefore will not, in itself, solve your problem.
    If you have more than one user account, these instructions must be carried out as an administrator. I've tested them only with the Safari web browser. If you use another browser, they may not work as described.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'Channel t|GPU D|I/O|nspace-h|n Cause: -' | tail | open -ef
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. Normally the command will produce no output, and the window will be empty. If the TextEdit window (not the Terminal window) has anything in it, stop here and post it — the text, please, not a screenshot. The title of the TextEdit window doesn't matter, and you don't need to post that.
    Step 2
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have a portable computer, check the cycle count of the battery. It may be due for replacement.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane. See whether there's any change.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    Boot into Recovery mode, launch Disk Utility, and run Repair Disk.
    If you're booting from an aftermarket SSD, see whether there's a firmware update for it.
    If you have a MacBook Pro with dual graphics, disable automatic graphics switching in the Energy Saverpreference pane for better performance at the cost of shorter battery life.
    Step 3
    When you notice the problem, launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Next, select the Disk Activity tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in and Writes out.)
    Step 4
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • I can't see the circle and central round button when I drag for Radial Filter.

    I have upgraded to LR 5.7. Suddenly I can't see the circle and central round button when I drag an area for Radial Filter. I also can't see the starting round button when I try to use Adjustment Brush.
    My system is OS X Yosemite Version 10.10.1, MacBook Pro (Retina, 15-inch, Early 2013), 2.7 GHz Intel Core i7, 16 GB 1600 MHz DDR3, Intel HD Graphics 4000 1024 MB

    Try pressing "H" for show/hide pins. Will turn it on or off.

  • StartDrag bounds parameter gets truncated and/or rounded

    This one is very frustrating. I have determined that the
    bounds parameter passed to startDrag is being truncated and/or
    rounded. Not exactly sure where the truncating and/or rounding is
    happening. It is very apparent with large scaleX and scaleY values.
    I have a sample that illustrates this, create a one file project
    and copy/past it in. Both images should be constrained inside of
    the red square, the top left point of the images constrained to the
    green square in each. However, it appears that the left constraint
    snaps to the top left of the canvas. I am doing something where
    people can use arbitrary sizes, so if people use small numbers to
    make the math easy, I end up with horrible drag functionality. I
    guess I could refrain from using the scaleX and scaleY values, but
    that is what they are supposed to do.

    Since I haven't heard a reply, I've posted a functioning demo
    (or not functioning as the case may be) so that people can see it
    in action. Any assistance would be great, this is a real problem
    now.
    http://flex.theonlinedemo.com/DragTest/DragTest.html

  • Exchange 2013 and DNS Round Robin downside?

    Hi guys,
    I have a question regarding Exchange Server 2013 (SP1) and the use of DNS round robin.
    I have a customer that currently is running 2 CAS servers with NLB and we are currently investigating if it would be appropriate to move to a DNS RR solution so we can remove the CAS servers and install the CAS role on the Mailbox servers.
    (yes I know that CAS with NLB and Mbx with DAG cannot be used on the same server)
    What would be the downside of DNS RR?
    Request 1 will go to first MBX server, Reqeust 2 to second MBX server, Request 3 to third MBX server and then start over again. If MBX server 1 goes offline, it will still be used within the DNS RR solution and clients will be redirected towards that server.
    But how will clients react? Will Outlook 2010/2013 timeout since the server is not responding and do a autodiscover lookup again and then hopefully jump on the DNS that points towards another server?
    Is this true for pop/imap or a receive connector for SMTP relay aswell?

    Hi Fredrik,
    Hope this helps  out...
    Round robin doens't check the load on the network interfaces.It just passes on to the next one; for example Server1, Server2
    If server1 has a lot of traffic on his nic he still get more traffic onto his nic when round robin wants to.
    NLB gives some checkes on the load on the interfaces. Therefore it will make sure that that all servers has about the same amount of traffic.
    In Windows NLB we can able to create port rules for the virtual ip which is not applicable when you go DNS Round Robin
    DNS round robin the clients will see different IP addresses Wherea NLB uses single IP Address
    DNS round robin is not a good solution for redundancy. If one of the nodes goes down, you first have to go and remove its A record from the DNS server but then it may take some time before such a change is propergated. In the meantime you may have a number
    of clients attempt to access the dead IP.
    With load balancing you can remove a host from the set immediately (if it doesn't detect an unresponsive host automatically). The only affect of a downed server on the clients would be if some of the clients had session
    data on that server.
    Exchange Queries

  • Chnfind unable to find the decimal type by variable and sometimes "Round" command

    Dear all,
    During the work with Diadem I got two troubles. Could you please take a look and show me the wrong if you find the issue?
    1.) Here is my trouble as we see the photo below. It is most important problem which I have. I really have no idea why it could happened. It is alway happened to find a value with decimal type's variable, and even that variable is changed  to "str()".
    setlocale("en-gb")
    dim Min_point,Index_low,result
    Min_point=val(Data.Root.ChannelGroups(1).Channels("CopyYangle").Properties("minimum").Value)
    Min_point=round(Min_point,6)
    Min_point=str(Min_point)
    msgbox("The Min.Value is: "&Min_point)
    Index_low=Chnfind("ch(""CopyYangle"")<="&Min_point&"", 1)
    msgbox("Index No. of Min. Value is: "&Index_low)
    Index_low=Chnfind("ch(""CopyYangle"")<=-0.11374 ", 1)
    msgbox("Index No. of Min. Value is: "&Index_low)
    2.) Still the problem with ChnFind()  or  ChnFindreverse().   If I change the Rounds off a number to the nearest integer with the function "Round()" it might not work in ChnFindreverse(). Such like it works under 4, 6, 8 and even 7 but doesn't work with 3 and 5. Is this logical?
    setlocale("en-gb")
    Dim XE, Xchannel, Ychannel,round_N0
    Xchannel = "[2]/Right"
    T1 = Xchannel
    R1 =val(Data.Root.ChannelGroups(2).Channels("Right").Properties("maximum").Value)
    round_N0=4 ' <========= 3 and 5 Not work, 4, 6, 7, 8 .... work
    R1 =round(R1,round_N0) ' <=========
    msgbox("Max. point is: " &R1 &VbCrlf& "Round Nr is: "&round_N0)
    L1 = ChnFindReverse ("Ch(T1)>=R1",0)
    msgbox("Index number for Max.Point is: "&L1 &VbCrlf& "Round Nr is: "&round_N0)
     .tdx is a valid extensions for an attachement?
    If you couldn't open the TMD file. Please remove ".tdv" the attacments file name to make sure it is "ChnFind.tdx" but not "ChnFind.tdx.tdv".
    Kind regards / Mit freundlichen Grüßen
    J.Huang
    Attachments:
    ChnFind.TDM ‏5 KB
    ChnFind.tdx.tdv ‏39 KB

    Hello J.Huang,
    I downloaded the files and was able to get it to work. It looks like when you format the minimum value to a string, you loose precision and then ChnFind doesn't find the value your are looking for. He is an example which worked for me :
    Set oChnY = Data.Root.ChannelGroups(2).Channels("Right")
    sgValue = str(oChnY.Properties("minimum").Value,"d.ddddddddddddddd")
    Index = ChnFindReverse("Y<="&sgValue,,Array("Y"),Array(oChnY))
    LogFileWrite(Index)
     Using symbols (parameters 3 and 4) is not necessary to get the solution. The key is teh second value for "str" which formats using more digits. As soon as you reduce the number of digits, you may no longer get a result.
    Ther is an alternative to ChnFind, in case there is only one occurance in teh signal which has the minimum value
    Set oChnY = Data.Root.ChannelGroups(2).Channels("Right")
    Index = PNo(oChnY,oChnY.Properties("minimum").Value)
    LogFileWrite(Index)
     I hope one of the two options works for you. I tested the approach with teh first channel too and it worked as well

  • Exchange rate and GST round off differences

    Hi,
       When we create a invoice with tax then some times the vendor invoice tax amt may differ from the tax amt calculated by our system. This may be due to the rounding differences. So how to handle these kind of payments?
    Can any one pls explain me the procedure for handling the exchange rate differences.
    Thanks,
    Sravanthi.

    Dear Sravanthi,
    The difference is not because of the rounding off. Rounding off differnce come only till nearest rupee. And that is acceptable. But in your case I think the difference is coz of the exchange rate maintained in the system. If you maintain the exchange at which the vendor invoice is preapared then i think ur problem may get resolved.
    Also execute F.05 - Valuation of open items in foreign currency, before you run the payment transaction.
    Hope this will help you.
    Regards,
    Ajay

  • Native compilation and the ROUND function

    Native Compilation Advisor lists the built-in ROUND function as not supported for natively compiled stored procedures.  Is there a suggested workaround?

    oracle by oracle  wrote:
    I am trying to test performance of one package and there is only one procedure wich uses just instr and substr internal functions ( I am working with varchar2).
    I am having the folowing results: native compilation is twice worst than inetrpreted. What may be the reason?
    P.S. I did ALTER SYSTEM FLUSH SHARED_POOL;Yuo should take this into account that the Native compilation is not supposed to make the code always go faster. If I remember correctly, the maximum benefit that Oracle benchmarked for it was about 30% only and taht too, if the code has lots of computational code rather than queries. If your package contains lots of this kind of code. than may be the Native compilation may be faster than the other but it doesn't come with any guarantee like this.
    Have a read about it from here,
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/tuning.htm#sthref2278
    HTH
    Aman....

  • My entourage just disappeared I have tried to start it in applications but it just keeps say relaunch and goes round in circles...help

    question
    my entourage just dropped out  and also left the doc.....I have tried to get it in applications but it just keeps going round in circles wanting to relaunch.
    Where has it gone and how to I get it back....I have two years worth of emails and details on it which I use for the charity I run.
    Help please....not too technical
    thanks Karen

    That's a Micrisoft product, not an Apple one, so you'll probably do better to post in the MS user-to-user forums here:
    Office for Mac forums
    Be sure to tell them which version of Office:Mac you have.

  • E2013 namespace, unbound and DNS round robin

    Hi,
    Just check Ross Smith's blog abuot
    namespace for E2013. He stated on "Figure 1" that VIPs per DAGs are behind single namespace "mail.contsoso.com" and clients reach those by DNS round robin. Anybody knows the answers for the questions:
    How clients find the other VIP1 if VIP2 is down, but client has got on the responce from the DNS with VIP2's IP?
    Do you need to have one IP per DAG? Would be it be possible to have one VIP only?
    Petri

    Hi,
    The re-connection is based on TTL value. You can look the following thread:
    https://social.technet.microsoft.com/Forums/exchange/en-US/8381c957-1189-4380-9e05-48f10ec15933/support-dns-roundrobin-for-exchange-2013-clients?forum=exchangesvravailabilityandisasterrecovery
    HLB can detect when a specific Client Access server has become unavailable and remove it from the set of servers that will handle inbound connections, but DNS round robin can't do this.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Belinda Ma
    TechNet Community Support

  • [OT] DVX-100 Broken 24p and Iris

    After 5 years of problem free operation, my DVX-100 is starting to have problems. All of a sudden the exposure is very dark in F6 cine mode, and my iris wheel is not working at all. Exposure is fine in non 24p normal or advanced modes, but iris is not working. I'm assuming the iris is mechanical and needs to be sent into a tech. This camera is now basically useless as I only want to shoot in 24p advanced mode. No exposure control doesn't help either. I've tried pressing the reset button but no change.
    Anyone know how I can fix this problem? If not, anyone know a reasonably priced place I can get the camera fixed? I'm based in LA. I called Panasonic and they said I could ship it to their repair center in Kansas. Evaluation fee is $130. They also recommended an authorized repair center called the Video Clinic which charges $140 for a diagnostic.
    Thanks,
    Alexander

    www.dvxuser.com

  • What is the difference between Gerforce 650M and Iris Pro

    I am wondering what the major difference between the Geforce 650M and the Iris Pro.
    I know the Geforce is a dedicated graphics card and the Iris Pro is intergrated, but in terms of performance what is the
    difference.

    Search Google for any benchmarks. This is not the place.

  • Why when i click on something it stalls and a round colorful moving icon is there

    when i go online and i click on something a round colorful loading circle comes out. but it loads forever and sometimes the round colorful dot never goes away and my computer can no longer surf the web because of this problem...what can i do to fix this?

    http://www.thexlab.com/faqs/sbbod.html

  • Rectangle with 2 sides sqare and 2 rounded

    lets say i have the body rectangtle, and i want the top part
    to have rounded corners but the bottom part to have squrare
    corners. i cant seem to use the marquee tool to cut off part of it
    like i do in photoshop. or i can seem to join a rounded rectancle
    and a square one. to export to make a web page i cant have
    overlapping pieces. so how do i acomplish this. thanks

    zoom4267 wrote:
    > lets say i have the body rectangtle, and i want the top
    part to have rounded
    > corners but the bottom part to have squrare corners. i
    cant seem to use the
    > marquee tool to cut off part of it like i do in
    photoshop. or i can seem to
    > join a rounded rectancle and a square one. to export to
    make a web page i
    > cant have overlapping pieces. so how do i acomplish
    this. thanks
    Use the Rounded rectangle vector shape to draw the rectangle.
    Adjust two
    of the corners either in the Auto Shape Properties panel, or
    by pressing
    Alt and adjusting the corners manually.
    Linda Rathgeber - Adobe Community Expert
    http://www.adobe.com/communities/experts/members/8.html

Maybe you are looking for

  • Pricing Net Value error in Billing Document

    Hi, I have to make only items in delivery to get copied into the billing document. I am able to get the header and item quantity, but I can't seem to copy the net value field at all. Can someone please help me with this?

  • Swf to pdf conversion problem

    Don't really know if this is the best forum for this, but.... I have a few flash files (swf) which play perfectly well in Flash Player, in the browser, anywhere you like! I've recently been trying to convert these (with Pro 8) to pdf files, and the p

  • Error creating Streams example - ORA-01729: database link name expected

    Running 11gR1. Example from doc, "4 Single-Database Capture and Apply Example" the database name is "11G3". when I run the Step 3 statement below, I get the error below. What am I doing wrong? Thanks! DECLARE iscn NUMBER; -- Variable to hold instanti

  • Return not linking

    Hi Experts My client has an issue (its not happening all the time but i cant seem to replicate it). Sometimes when copying a return document from a delivery note, it creates the return and states the base document numbers in the remarks of the return

  • Export in 9i & import in 8i

    HI are there any perils or downside of exporting from a higher version db and importing to a lower version say from 8.1.7 to 8.1.5 or from 9i to 8i