Video files for DPS horizontal and vertical

My class built a DPS application last semester, it is heavy in video.
The students built the app in both teh H and V orientations.
When I upload to producer it seems to upload teh video twice once for the V and once for the V -- is there some way to get it so that both orientations used the same file?
I fear teh final folio will be massive in size becuase of all of the video content.
thanks,
Seth

I deleted my previous reply. If you use the same path for the assets shared between h and v versions, each shared asset is uploaded only once. This is true of alternate layouts in InDesign CS6, and I believe it's true for CS5/CS5.5 as well. That was the case in a quick test we did.

Similar Messages

  • Pdf files print with horizontal and vertical lines

    All of a sudden, today, when I print pdf files, they print with horizontal and vertical lines.  I thaught it was the computer or printer. So I printed from another computer on the network, and printed to a different printer with the same result.  It is not just that one pdf file either, I have tried multiple files.  HELP.  Does anyone have any ideas?

    It is not clear how you are creating the files. It appears that they were created by Distiller from PS files that were created in some way. I also noted that you are using AA8.1.0. You may want to try to update (do all the updates in order) as a possible fix. It may be in the creation process also. Several packages will split large graphics into parts and create the image. I think this is a characteristic of OFFICE 2007 (docx) files - but I am not sure yet. Tell us how you created the files - step by step, including the scan.
    If you have the original documents, why not simply print to the Adobe PDF printer. The result would be smaller and a lot cleaner.

  • Converting video files for AppleTV and Ipod

    So I have an Appletv AND and 80 GB Ipod classic.
    I have some home videos that I would love to be able to play on both my apple tv and Ipod. I currently use ISync, but I have to create a separate file for the AppleTV and the IPOD as using the ipod file on an Appletv is grainy and low quality. Any ideas how I can convert my video file to a file that can be viewed on both my AppleTV and my Ipod?

    Totally agree with Jolly Giant. Get Handbrake and use the Universal setting under the Apple presets in Handbrake. I feel it will get the best quality to have one file that works on both.

  • I have iMovie 8.0.6 and an iPhone 4S.  I took hours of videos on vacation (Australia and New Zealand) and want to make a movie.  I've imported the first batch into iMovie and started the project.  I just realized that I shot both horizontally and vertical

    I have iMovie 8.0.6 and an iPhone 4S.  I took hours of videos on vacation (Australia and New Zealand) and want to make a movie.  I've imported the first batch into iMovie and started the project.  I just realized that I shot both horizontally and vertically and when I preview (on full-screen) what I've combined, first it's wide-screen, then it's tall, narrow with wide black sides. 
    The film looks choppy, no flow, since it alternates horizontally and vertically.
    I can import the vertical clips two ways:  "Full-Original Size", or "Large 960x540."  But the vertical clips have very short, fat people.
    This didn't happen with my Flip HD; the movies are smooth and terrific.  My heart is breaking.....please, how can I make the videos match?

    Yes, I'd like to use all the video I shot, put it together with music, titles, etc. and make it consistant.  when it goes from full screen to this vertical, narrow clip, it's very awkward.....and it's so narrow, it's hard to see what I'm looking at; my eyes don't make the adjustment quickly.

  • Word .docs with Horizontally and Vertically oriented pages

    I have 30 plus Word .docs that have Horizontally and Vertically oriented pages in them. A new PDF is created each time the orientation changes. Is there a way to have Acrobat keep those in the same PDF?
    I am using Acrobat Pro for Mac 10.1.10

    As far as I know there are no patches available for the software and OS I am using (I ran the update check on each), but my version of Acrobat Pro is older.
    OSX 10.9.4 Mavericks
    Acrobat Pro for Mac 10.1.10
    Word 2011 14.4.3 (140616)

  • Center text horizontally and vertically on composition?

    Hello,
    I'm working on a short projects (15 minutes length). Every 30 seconds a title fade in/out against a blank (grey) composition. How do I go about easily centering the text (single word) on the composition both horizontally and vertically? I know I can horizontally center via the paragraphs pallet, but how do I center on the vertical at the same time?
    Right now I'm modifying the Anchor Point of the text so it's in the center (visually) of the text, and then set the Position to the center of the composition, but every time I increase the type size, I have to go through this all over again...and with different titles coming up every 30 seconds or so, a simple text size change turns into a lot of work.
    I can only image there's a better way to do this and would appreciate any advice for an AE newb!
    Thanks,
    Kristin.

    It is possible to do this via scripting, but it won't be "live", i.e. you would have to run a script to grab the dimensions of the text layer each time you want to update its vertical alignment.
    It is also possible to roughly align text vertically using expressions given three limitations:
    1) You'll have to be willing to consider the height of the text layer to only extend from the cap height of the first line to the baseline of the last line, meaning descenders and ascenders wouldn't be counted as part of the height of the text layer.
    2) You'll have to manually locate the center of the first line of text.
    3) You'll have to be happy with a consistent point size and line spacing throughout.
    Given those limitations, vertical alignment can be done as follows:
    Add a Position animator to your text layer. Delete the default range selector you won't need it. Next add the Line Spacing property to the newly-created animator (using its "Add" menu). In the Character panel, set your text layer's line spacing to 0 (it will really be set to .01, but the difference shouldn't be noticeable once we're done). In the Line Spacing animator, set the desired line spacing (unfortunately, "Auto" isn't an option).
    Now set your Text layer's anchor point such that it falls in the center of the text's cap height (the height of a capital letter with no ascender or descenders).
    Next, add the following expression to the Position property of the text animator (NOT the Position property of the text layer's Transform group):
    >STA = text.sourceText.split("\r");
    >value - [0, (STA.length-1)*propertyGroup(countUp = 2).property.lineSpacing[1]]/2
    The second line should be all one line, but the forum insists on wrapping it. Be aware that if you later decide to change the point size of the font, you'll need to temporarily disable the text animator and center up the anchor point again.
    You can also use this method to force the text layer to shift up to accommodate new lines by deleting the "/2" at the end of the second line of the expression.

  • Tile horizontal and vertical

    Hi all,
    I m using internal frame. i m showing a menu which show cascde, tile horizontal and vertical. when i click on tile horizontal it should display all open internal frame in tile horizontal same as for cascade and tile vertical.
    how do i proceed
    pls solve my problem
    regards
    Tarique

    You have to find the open internal frames. JDesktopPane has a method to do this. Then determine which are showing. JInternalFrame methods can help you here.
    For cascading the rest is simple. Pick a starting point, say (0,0) and an ofset value, say 10, iterate over the internal frames. Set the location of the first at (0,0) and then set each succeed frame at a multiple of the offets. Here's the rough code to do that
       int hPos = 0;
       int vPos = 0;
       int step = 10;
      JInternalFrame[] frames = myJDesktopPane.getAllFrames();
      for ( int i = 0; i < frames.length ; i++){
          frames.setLocation( i * step, i * step);
    Horizontal and vertical tiling can be done in a simular manner. You'll probably want to ensure that all frames are the same size ( you can't assume that, users do stupid things). Then laying out tiling will be like above but holding horizontal or vertical step constant and increasing the other by the width or height of the frame.
    This is just a quick and dirty response, you may have to adjust some things to get the result you want. But, I think, this will get you going.
    Cheers
    DB

  • TableView horizontal and vertical scrolling is horribly slow

    How can I adjust the horizontal and vertical scrolling amount?
    I used the Ensemble example prorgam and streched the column so that the horizontal scroll bar is displayed. I then used the right scroll button which then scrolls extremly slow. I've looked at the javadoc on the tableview and I cannot determine how to set the scrolling amount. I can check if the table is scrolling but I would like to set the amount to be a column width at a time when using the left or right arrow.

    It probably needs to be actually rendered to the Scene graph before the lookups can be made, so the lookups won't work in the initialize method.
    There are a number of reasons I don't like this solution
    - I don't like the string binding
    - the fact that there are scrollbars that are descendant nodes of the table view is not documented, so (at least in theory) a future release of JavaFX could choose not to use the ScrollBar class (for example by creating its own scrolling implementation). This would break the code you have.
    - if you decided to create (or use) an alternative skin for the table view which had other scrollbars in place (again, unlikely but theoretically possible), you'd end up setting the unit and block increments of those scrollbars too. In other words, there's no guarantee these are the actual scrollbars you want.
    So, not ideal but at least if it works you have something...

  • How do I stop needing to scroll both horizontal and vertical in my folders to see all of the content.

    How do I stop needing to scroll both horizontal and vertical in my folders to see all of the content.

    There is no cancel button.
    I don't see a download all button that will download everything from iCloud anyway. The download all button that I see refers only to the particular artist or album that you select from the left had side. I see no download all button for TV Shows or Movies.

  • What is the best program for splitting large video files (for archiving)?

    I have just finished a project and I want to back up everything to DVD-R discs, including all my capture files and completed movies exported from Final Cut. Some of the files are 5 or 6 Gb, too large for one DVD-R disc.
    I tried downloading a program called MacHacha, and did a test on one file, splitting it into 3 segments and then joining it back together with the same program. The resulting file should have been a duplicate of the original, but it was not. It was not even recognized by QuickTime Player as a .mov file.
    What program do you use for this purpose? What program is reliable for this and produces a joined file that is identical to the original?
    Thank you for your reply.

    Thank you for your help and suggestions. I tried a couple of experiments with a video file that has chapter markers. This was created in FCE using the "Export - QuickTime Movie" command.
    One experiment was to bring the file into a new, blank sequence in FCE. Then export it right back out as a QuickTime movie. The resulting movie appears to be identical to the original, except that there are no chapter markers any more.
    The second experiment was to make a duplicate of the original sequence which I used to make the movie in the first place. In this duplicate, I deleted everything except the chapter markers. I then brought in the video file into that sequence and exported it. The resulting file appears to be identical, and this one does have the chapter markers.
    The only problem with doing it that way is that I lose all my edits. What if I wanted to edit something or adjust one of my original edits? I can't go back to that stage, with all my original edits, if I don't have all the original source files.
    In addition, it's not clear to me exactly how I would use FCE as the "splitting program." How do you split a sequence into smaller parts?
    All I really want to do is take a "snapshot" of the entire project, including all the source files, capture scratch files, etc. I don't need to back up the render files because those can easily be re-rendered. The entire project is taking up about 72 Gb on my hard drive, and I want to offload the whole thing. Even if it takes me 20 DVD-R discs to do it, that's no problem. Someone must have come up with a program or solution to do this.
    Thanks!

  • Is there a way to hide the horizontal and vertical scroll bar?

    Hi,
    I have report with customized page height and width and I am displaying it in the windows forms.
    When I am resizing the form wherein the crviewer is dock in, the horizontal and vertical scroll bars appears.
    Is there a way for me to suppress the those scrollbars?
    Thanks in advance.

    Couple of ways I've been able to find info about. E.g.; there is not straight API off os the viewer (CRviewer.ScrollBar = False ).
    1)  Add Panel control onto the page and add report viewer control into a Panel. Set Scrollbar, width, height property of Panel control.
    2) See http://www.dotnetspider.com/forum/266932-Remove-Scrollbar-from-Crystal-report-Viewer.aspx for another idea.
    If either of the above works for you, please let us know as I have not tested this yet.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Converting Video Files For Windows Premiere Elements Editing

    A client has given me a couple of dozen videotapes, about half MiniDV and the other half VHS-C. He's also given me a 1TB external hard drive.
    He would like the drive returned with a single unedited video file for each tape loaded onto it. He will then edit these tapes in Adobe Premiere Elements on a Windows PC, and ultimately burn DVDs.
    I have the necessary equipment to capture the contents of all of these tapes into FCP, but I have two questions.
    First, what should I convert these files to? I'm thinking QuickTime movies, or DV, since Premiere Elements can work with either of those, and storage space shouldn't be a problem; all the footage is SD, of course.
    Second, I haven't connected the drive he's given me yet; if I need to format this drive for my MacPro to use, will my customer then have problems accessing the video files? Or, is there a proper way for me to format this drive so that the files will be readable when he gets it back?
    Thanks for any help anyone can provide.

    It's never a good idea to capture on a different NLE than the one which will be used for editing. It can cause all sorts of compatibility problems. There are even issues going between FCP and iMovie -both Mac applications.
    I'm thinking QuickTime movies, or DV, since Premiere Elements can work with either of those,
    Are you *absolutely sure* about that, given that a PC based NLE typically works with avi files?
    As to your disc formatting questions, you can download the [NTFS-3G driver|http://macntfs-3g.blogspot.com> which will let you read, write and even reformat the drive as NTFS on the Mac. All reasonably modern PCs work with this disc format and you won't run into the file size limitations associated with FAT formatted drives.

  • Corrupt video files for iTunes

    This has been an ongoing problem that has gotten worse. I have several video files made from various sources (FCP X and Adobe Premiere) all formatted for an AppleTV with the .m4v extension on them. They work when I set them and add them to the iTunes library. Plays fine. Occasionally I will scroll through my library and see a generic gray film icon for the video. I click on it, nothing happens. It will not play. Selecting Show in Finder shows the file, which looks to be about the correct file size. The icon for the video file is a blank dog-eared document, which should not be. I can't preview it or load it into any video editing or compressor application.
    What is happening to my videos? Random corruption of these files is certainly not acceptable. And yes, I ran DiskUtility. It doesn't happen to all the self-made video files, just some here and there. Never has happened that I can see with any of the major videos I have downloaded from iTunes. Only the stuff I create and add to the library. Sooner or later, it will liekly happen to other video files.
    Any ideas as to what is going on?  Any thoughts on how to recover my videos aside from backups?

    Update: I tried loading in to every video application I have. Even MPEG StreamClip and it had to be forced to open the file. It did so, but at the very end jumpedout indicating it couldn't find any video or audio tracks.
    I have done nothing to these files other than let them sit on the drive. Every now and then one or two of them just reandomly corrupts. What's causing this?

  • I am getting a slider on horizontal and vertical sides while embedding the edge animate object in dreamweaver CC 2014

    I am getting a slider on horizontal and vertical sides while embedding the edge animate object in dreamweaver CC 2014.
    When I import the ".oam" file in dreamweaver and change its width and height, then it starts showing me horizontal and vertical sliders.

    Hello!
    I now have a project that seems to be corrupted. A had been working on it all morning, with a few bugs here and there. Now I can no longer open the file, receiving this error: "Edge Animate: Exception An error occurred. Please your work and restart Edge Animate."
    I will try to attach sample files.
    - J Sean

  • My MacBook Pro gets really hot when I open a video file of any kind and the video starts lagging and the image fades away, also with anything that starts the fan. Is extremely hot on the left upper corner. Is there something I can do about it?

    My MacBook Pro gets really hot when I open a video file of any kind and the video starts lagging and the image fades away, also with anything that starts the fan. Is extremely hot on the left upper corner. Is there something I can do about it?

    You are still under warranty.  Call Apple Care. Make sure you get a case number as all repairs have an additional 90 days of warranty. 
    #1 - You have 14 days from the date of purchase to return your computer with no questions asked.
    #2 - You have 90 days of FREE phone tech support.
    #3 - You have the standard one year Apple warranty.
    #4 - If you've purchased an AppleCare Protection Plan, your warranty last for 3 years.   You can obtain AppleCare anytime up to the first year of the purchase of your computer.
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired.

Maybe you are looking for