Resizing from 540 to 480

My sequence is 720x480, yet half of my clips are 720x540. I'm using the Motion tab to crop and scale them down, but how will I know that they are now 480?

Peter:
tell me if i'm wrong.  the script i need to use is found in InDesign 
under window / automation / scripts.
I opened the application folder found the script folder, removed the 
ones that were there and replaced them with the ones that were 
downloaded onto my computer this morning. (saved the originals in a 
folder so i could restore if necessary).  I then opened my document 
again in IDCS3 went to window / automation / scripts and double 
clicked the adjust layout script.  InDesign CS2 then launched.  There 
were 2 InDesigns open and no scripts running.
I then took a close look to see what had been downloaded and saw that 
it was CS2 scripts.
dan

Similar Messages

  • How do I keep a Window resize from holding the CPU and temporaily interrupting the Labview application?

    I am performing a data aquisition in one VI at 10000 Samples per second, then averaging 100 samples every 10 msec.  This runs in a loop and I monitor the time of the loop.  Another VI pulls the single point result of each 10 msec average and plots it to a graph.
    If another window on the Windows XP operating system is re-sized the LabVIEW VI performing the Acquisition suspends until the resizing is complete and I can watch the loop time go from 10 msec to whatever time the other window is being manipulated (100, 200 300 msec...).  The resulting graphical display will then show the next averaged plot point (this is a point to point drawing) without any of the 'real' analog activity that occurred during these +10 msec interruptions (the dataq VI pulls more than 100 samples to perform the averaging).
    Does anyone know how I can prevent the resizing from taking such a high priority on the CPU?  For various reasons I do not want to change my data acquisition scheme.

    chrisger  says: "if you want to pass data without loss you should use a method that allows buffering of data, e.g. queues. Take a look at the LV documentation (there are several solutions, but a named queue is the easiest way to go for such sort of applications)."
    Actually, one VI is running as the executable and the other is called dynamically.  The Dynamic VI uses a queuing vi common to both to access the data.  This part works well, it is the interrupt of the main vi perfoming the data aquisition that is the problem. 
    Because I am not using the full buffer of data, but only whatever portion is acquired and then averaged, the graphing vi essentially gets two (software timed) points and draws between them. 
    I realize software timing is bad, but I am kinda stuck with this scheme.  So, I want to minimize the interruption when a non-related window is re-sized.

  • Page not resizing from center

    This is really stumping me. Whenever I change the page size from the document setup, it always resizes from the center. Now, randomly, it will resize from somewhere besides center like bottom right or top left.
    The only way around this that I have found is to resize each page with the Page Tool then resize my document.
    What am I missing?
    CS 6 8.0.1
    iMac Snow Leopard

    That's not a feature I've tested before. Using Page Setup does appear to center pages when I enlarge page sizes (e.g., from Letter to Tabloid).
    However, using the Page tool with the Liquid Layout rule Re-Center selected should do the same thing. Just use the Pages panel to select all the pages you want to change. That could be more reliable because it was specifically designed to do that.

  • System-wide window enhancements (snapping, resizing from any edge)

    I've been looking around for a program to make all of my application windows snap to screen edges and other windows. Also it'd be handy if windows could be resized from any edge; perhaps while only holding a modifier key. I couldn't find one, but I did find many comments on forums and such that indicate some people would like one. So, it looks like I'll have to make one.
    I'm not really sure where to start, but I'll be looking into the behaviour of Adium (its windows snap). I'm aware that this is likely to be significantly different though, as I want this to be a Preference Pane (probably) that affects windows on a system-wide basis and eventually a per-application basis.
    So I guess I need to know some things:
    Firstly, would snapping and multi-edge resizing be possible within programming guidelines set by Apple? (I've heard 'interesting' things about Unsanity's APE [http://unsanity.com/haxies/ape] - supposedly it doesn't adhere to the "don't touch the system files" guideline/policy.)
    If not, how possible is it? I'm guessing that retro-fitting a system-wide window behaviour won't necessarily be easy. (I know possibility, as a concept, is boolean, but anything is possible. I just want to know if it can be done within reasonable time and effort constraints. Perhaps less than a few months equivalent of man-hours...)
    If either or both of those are satisfied, where would one start? User Experience, Core Foundation, Scripting & Automation, Cocoa?
    Lastly, if anyone else likes the sound of this and thinks they could do it, by all means, please do.
    Please and thank you.

    Check out Mondo Mouse - It lets you resize any re-sizable window using a key shortcut and dragging your mouse. I have it set to the Left Command Key, and then the window will resize in whatever way I drag my mouse.
    Mondo Mouse also lets you set a key to move your windows as well. I have my Left Shift Key set, and whenever I push it, the window that is underneath my mouse can be moved any way I want.
    I would be very interested in knowing what kinds of haxies you've found yourself, and what they do to enhance your user experience on the Mac. I have found the need to apply several haxies to my system to make it operate in a productive way for me -- in a way that is pleasing to me.
    From USB Overdrive, to Mighty Mouse, to Mondo Mouse, to aLunch, to Witch, to Shapeshifter -- with these installed, I can finally feel "at home" with my Mac.
    I bought Leopard but I'm back to Tiger until Unsanity updates Mighty Mouse for it.

  • How do I get my Fluid Grid Layout page to resizes from portrait to landscape for iPhones?

    Starting in portrait on my iPhone 4, the fluid grid layout page does not resize when I turn to landscape.  After I refresh / resize to fit the page on landscape and then turn the iPhone to portrait, the page resizes just fine.  Everything seems to be working just fine on the desktop, ignoring IE.  Could it be my media query tags?
    If anyone knows a solution, it would be much appreciated.  Thanks.
    Here is my test page: http://www.bedroomandmore.com/1_b_fluidGrid.html
    Here are my media query tags (the first set of rules does not have the media query tag and becomes the default):
    @media only screen and (max-device-width: 480px) and (orientation : landscape) {
    @media only screen and (min-width: 481px) {
    @media only screen and (min-width: 769px) {
    Here is most of my media query CSS:
    @charset "UTF-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
              max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
              width:100%;
    /* Mobile Layout: 480px and below.(smartphone portrait) */
    .gridContainer {
              width: 95.4184%;
              padding-left: 0.5907%;
              padding-right: 0.5907%;
    #header {
              clear: both;
              float: left;
              display: block;
              margin-left: 0%;
              width: 72%;
              max-height: 0%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
              top: auto;
              padding-top: 0.25em;
    #menuHorizontal {
              clear: both;
              float: left;
              width: 118%;
              height:100%;
              margin-left: auto;
              position:relative;
              top:-1em;
              display: block;
    #slides {
              clear: both;
              float: left;
              margin-left: 0.1em;
              width: 119%;
              position: relative;
              top: -1em;
              display: block;
                        /*Slides container: Important: Use position:relative; with top:-1em; together to position div.
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear: both;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting
                                  slide_container is container size
                                  slides_container div set the size of the image inside--adjust to fit image in it so it is not cropped*/
    .slides_container div {
              clear: both;
              width: 69%;
              display: block;
              /* Mobile Layout: 480px. (smartphone landscape)
                                  Inherits styles from Mobile Layout 480px.
                                  Set to clear:none; to allow div to shift up
                                  Or set to clear:both; to take a whole row of the screen*/
    @media only screen and (max-device-width: 480px) and (orientation : landscape) {
    .gridContainer {
              width: 95.4184%;
              padding-left: 0.7907%;
              padding-right: 0.7907%;
    #header {
              clear:both;
              float: left;
              display: block;
              margin-left: auto;
              width:100%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
    #menuHorizontal {
              clear:both;
              float: left;
              width: 110%;
              margin-left:auto;
              display: block;
    #slides {
              clear:both;
              float: left;
              margin-left: 0%;
              width: 68%;
              display: block;
                        /*Slides container: Important:
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear:both;
              float: left;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting*/
    .slides_container div {
              clear:both;
              width:69%;
              display: block;
                        /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout.
                                  Set to clear:none; to allow div to shift up
                                  Or set to clear:both; to take a whole row of the screen*/
    @media only screen and (min-width: 481px) {
    .gridContainer {
              width: 95.9456%;
              padding-left: 0.5271%;
              padding-right: 0.5271%;
    #header {
              clear:both;
              float: left;
              display: block;
              margin-left: auto;
              width: 100%;
              display: -moz-box; /* Firefox */
              display: -webkit-box; /* Safari and Chrome */
              display: box;
              border: none;
    #menuHorizontal {
              clear:both;
              float: left;
              margin-left:auto;
              display: block;
    #slides {
              clear:both;
              float: left;
              margin-left: 0%;
              width: 70%;
              display: block;
                        /*Slides container: Important:
                                  Set the width of your slides container
                                  Set to    display: none     to prevent content flash*/
    .slides_container {
              clear:both;
              float: left;
              width: 100%;
              display: block;
                        /*Each slide: Important:
                                  Set the width of your slides
                                  If height not specified height will be set by the slide content
                                  Set to     display: block     for original setting*/
    .slides_container div {
              width: 100%;
              display: block;

    I found the problem.  There is a bug in Safari for iPhone 4.  Use code to fix found at http://stackoverflow.com/a/6379407

  • CS6 artboard - cant resize from center

    In CS5, if you hold the ALT key (on windows, not mac) while resizing the artboard, it will scale from the center... creating an even width reduction/increase on either side of the page. Why was this behavior removed in CS6?

    as a workaround one could draw a rectangle the size of the artboard, resize it from the center, turn it into an artboard, then delete the original artboard.
    or...
    long time ago (a little over a year ago) I wrote a script for CS4 that resized the artboard to fit the Art in it...it went obsolete with CS5. I think we could do it in CS4 also but the command could not be recorded in an Action...something like that, I don't remember. It could be used for this request....
    is anyone interested?
    ...should I post it here? or I could also start a new thread with the usual "Introducing..." or "Re...Introducing..."

  • Resizing from xml

    I'm loading in external images from XML, but they are coming in way too big; i have resized the actual images to the size i want them yet they still come in huge
    function drawItem() {
    coverImage.loadMovie(mediaFolder + currentNode.childNodes[2].firstChild);
    coverImage.width = 600;
    coverImage.height = 300;
    debug();
    Thats what i have right now, it isn't working; any help?

    If you have resized the images outside of Flash, then you should not need to try to set their size inside of Flash.  If you do want to set their size, you need to wait until they are lloaded, and using loadMovie won't provide any indication of when that happens.  If you use the MovieClipLoader.loadClip() method, you can assign an event listener to determine when loading is complete and have a loadCompletion function proicess the image to the size you need.

  • Uprezing from 720 x 480 to an HD format?

    Is there a way in CS6 to uprez SD footage from 720x480 to either 1,280×720 pixels or 1,920×1,080? I want to place some SD footage into an HD sequence. What is the best way to do this?
    Thanks.

    I'm trialling Boris FX Uprez plug-in for AE/PR  - as I have some WW2 footage of HMS Hood that need to go into an HD programme. 
    I find that it's more effective in AE than PR but the old adage "garbage in: garbage out" does hold true!
    There is also Red Giant Instant HD plug-in.
    ...or, if it's interlaced, try Red Giant Resizer in AE - bundled with Instant HD.

  • Beginner  resize from fla question

    I have constructed an animation in a flash fla file (i.e. pre
    to generating swf) which is on a 800x 600 px canvas
    For aesthetic reasons It does not work well on site at that
    size and I now want to make the final swf at 400 x 300px
    if I resize the canvas the layers and animation does not
    scale down
    is there any way to resize the whole thing - or display it
    half size on the final page
    it would be a pain to have to rebuild the whole thing again
    from scratch - resize for every layer and every key frames, yikes!
    any suggestions/ workarounds appreciated
    gav

    Hi,
    Does your SWF include any bitmaps or any content that may be
    affected with resizing? if so, you can resize your SWF from the
    HTML, just write the new size instead of the old one in the SWF
    size in the html.
    If your SWF includes content that may be affected with
    resizing such as bitmaps, then you have to go the hard way. When
    you write the new document size, you will find the content are
    fixed to the top left of your new size, so you will need to edit
    the parts in the right and bottom of your Flash. You can use Edit
    Multiple Frames (The icon in the time line bottom bar) option to
    edit more than one keyframe at once, just drag the indicators to
    include all the frames your want to edit. This will help alot and
    reduce the needed effort to editing each keyframe.
    I know how painful this problem is, but I hope this helps
    alittle

  • Need to convert 720p video from 240 to 480

    I have some video files that were recorded at 720x240, that I need to convert to 720x480. Any suggestions for a free Mac-friendly converter?
    Thanks!

    Try enolsoft video converter which supports to specify the video parameters and quality. You can set the resolution as 720*480.

  • I made a imovie out of a group of photos and added music. When I burned to DVD on iDVD and played back the disc all of the photos were larger than the frame could accommodate and the sides were cut off. I also tried resizing from 16 9 to 4 3 and no better

    I made and iMovie out of a group of photos and added music. When I burned to I DVD the pictures came out to wide to fit into the frame. I tried again by changing the size from 16 9 to 4 3 and it didn't make any difference. Would going to share to browser rather than directly to share to IDVD make a difference?

    What do the photos look like if you play the movie within iMovie?  Sounds like adjusting Ken Burns would help.

  • Automatic pdf resize from large document

    Help!  I work in a library and I often print large-scale posters (30x40inch).  I ask mac users to send me  posters as a .pdfs to avoid translation issues (I open and print documents on a pc).  When mac users have been using the "save as" command to create pdf documents, their large scale posters are automatically resized to 8.5x11 inches.  How can I instruct students to create their pdfs so that the original page dimensions will remain?
    Thanks!

    They are saving their documents as .pdfs in Powerpoint on a mac.

  • Resize from a4 to a5 print job

    I use a hp photosmart premium. I have a A4 word document that I want to resize it and print in A5.
    when i go into printing preference it wont allow me to do it.
    Does anyone know how?
    Thanks
    PCF

    Check Output Determination configuration in SPRO.
    SAP default is A4 for print. You can change this with the help of ABAP scripts to change the attributes of Smart Forms.

  • Images resized from Intel to PPC Using Motion 3

    Hey guys, I'm having a reoccurring issue. I work on an animation using still images doing basic ken burns animations with some masks. However when I open the same exact project on my Dual G5 Power Mac which has the same version of Motion. the images get re sized and the mask's are displaced. I originally create the animation on an intel Power Mac. I know it's something with the intel-PPC thing because when I open the same project on my intel Mb Pro it looks the same as the Intel Power Mac. I have all the preferences set to default except turning off the setting to automatically re-size large images in the preferences. Any thoughts?

    if you watch the scale of your objects in the media tab does that change?

  • Webview resize from Iphone3 to Iphone 4

    I am using webview to display a website for content research. My app is tabbed so the bottom of the screen is filled with that. The rest of the screen area I am filling with a webview.
    but when i run the Iphone4 emulator the webview display iphone3 size.

    Try using the stage.stageHeight and stage.stageWidth properties to set the initial size of your webview. Both properties can be accessed during or after the addedToStage event for the view.    

Maybe you are looking for

  • Checkbox in alv report

    hi all, i am facing one problem regarding checkbox in alv. i have to buttons on alv report as 'select all' (to select all) and 'send mail'(as i have to send mail to selected record) wat i have done till now is: 1. when i run the report and cleck on c

  • Purchase requisitions are not created for Component by MRP

    Hi, I have created planned orders for assy. When I run the MRP the purchase requisitions are not created by  MRP for the components. If I check the planned order the components tab is showing all the raw materials list as per the BOM. The master data

  • Color correction technique

    After editing my project and publishing to a DVD , I've been a liitle disappointed in the color saturation of my final project when viewed on my TV. The video just appears a little flat. Can someone guide me through a good color correction process th

  • Print a Remote PDF

    I have a .NET application which has a PDF on the server. From a client browser I'd like to open a dialog that lets a user select page numbers from this pdf, and any printer that the client can connect to. Then, I'd like the server to directly or indi

  • How can I get the value of the previous item

    Hi, I have a block with some records in it. I want to capture the value of the previous item of the cursor position for eg I have emp_no, and emp_name If I click emp_name it goes to different block ang brings up emp info. for that particular employee