Adding Letterbox to odd sized file

I have a movie that is 704 x 304 px
I need to add a letterbox so that FCP will read it.
The file is also 23.978fps which FCP is not accpeting, no matter if I change the sequence settings.
How do I add a letterbox that will preserver the 704x304 video to make it 720 x480 for dvd?
Thanks

This will probably take some playing with to make work.
Can you import this file into the browser?
If so, try creating a DV sequence with 23.98 fps. and drag the file from the browser into the canvas. How does it look. You may want to double click on the clip in the timeline and change the scale in the motion tab to 100%. This will create black bars at both the top and bottom and left and right side, but it should maintain maximum quality.

Similar Messages

  • ORA-29861 Error while editing or adding search keywords in a File Item

    Hi,
    We are getting the following error while editing or adding search keywords to a file item:
    ORA-29861: domain index is marked LOADING/FAILED/UNUSABLE
    DAD name: portal30 PROCEDURE : PORTAL30.wwv_edit_tab.edititem
    Can you please tell us what went wrong.
    Thanks

    Vikas,
    From the server error messages reference:
    Cause: An attempt has been made to access a domain index that is being built or is marked failed by an unsuccessful ODCIIndexCreate or is marked unusable by a DDL operation.
    Action: Wait if the specified index is marked LOADING Drop the specified index if it is marked FAILED Drop or rebuild the specified index if it is marked UNUSABLE.
    It's possible you were loading the document while the index was being rebuilt. Search all_indexes where DOMIDX_STATUS <> 'VALID' OR DOMIDX_OPSTATUS <> 'VALID' to find the offending index and rebuild it.
    Regards,
    Jerry
    null

  • Anyone know how to select only even or odd numbered files in lightroom?

    Anyone know how to select only even or odd numbered files in lightroom? I need to reduce the quantity of images in my timelapse sequence and this would help me greatly since there are 8250 images and doing this maually would be tediuos and make me want to kill myself.... : )

    Do this.
    If they are jpegs, use .jpg instead of CR2
    Be sure to save this as a preset, as you WILL need it again. Mine is named "select even CR2", that is why it says that in the upper right.

  • Exporting to pdf results in humungus sized file!

    I wrote a thesis and want to export it to pdf for webb use. I do so in good quality, not better or best. The result is a 120 Mb sized file. I do not have many pictures in it.  Why the big size? Some pictures are inserted in the layout as pdf. Does this create the problem?

    Changed all pdf pictures to jpg. solved.

  • [svn:osmf:] 14411: Adding command line build config files for the syndication library.

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

  • Zero sized files and client download errors..

    Frequently I see zero sized files being downloaded into the patch proxy spool area.
    Sometimes it is the detectors file. Other times it is a whole heap of all_signed<patchid>.jar files. This basically breaks all future downloads of these patches to the clients.
    If I go into the spool directory and delete the offending zero length files and re-issue the download command it works.
    Also, on especially large patch files, the client will report errors during the download. The patch proxy is still downloading the patch in the background but the client times out waiting for it to come down.
    I will paste logs etc when I see it again.

    I encountered an issue today with zero length patch jar File
    17# cd /var/sadm
    doe63 - root - /var/sadm - (-ksh)
    18# find . -name "*120068*"
    ./spool/patchsvr/%2Fall_signed%2F120068-02.jar
    doe63 - root - /var/sadm - (-ksh)
    19# ls -l ./spool/patchsvr/%2Fall_signed%2F120068-02.jar
    -rw-r--r--   1 root     root           0 Feb 22 10:00 ./spool/patchsvr/%2Fall_signed%2F120068-02.jarThese were the entries in the catalina.out on the patchsvr
    Feb 22, 2007 10:00:02 AM com.sun.swup.updateserver.net.ConnectionFactory getConnection
    INFO: Connecting to https://getupdates1.sun.com/
    /usr/lib/cc-ccr/bin/ccr -g cns.assetid
    /usr/lib/cc-ccr/bin/ccr -g cns.patchsvr.cachelocation
    Feb 22, 2007 10:00:04 AM com.sun.swup.updateserver.security.SignatureValidationUtil validateJarFile
    SEVERE: error in opening zip file
    java.util.zip.ZipException: error in opening zip file
            at java.util.zip.ZipFile.open(Native Method)
            at java.util.zip.ZipFile.<init>(ZipFile.java:203)
            at java.util.jar.JarFile.<init>(JarFile.java:132)
            at java.util.jar.JarFile.<init>(JarFile.java:84)
            at com.sun.swup.updateserver.security.SignatureValidationUtil.validateJarFile(SignatureValidationUtil.java:265)
            at com.sun.swup.updateserver.handler.CachingProxyValidationHandler.validate(CachingProxyValidationHandler.java:195)
            at com.sun.swup.updateserver.handler.CachingProxyValidationHandler.handleRequest(CachingProxyValidationHandler.java:86)
            at com.sun.swup.updateserver.UpdateServlet.processRequest(UpdateServlet.java:80)
            at com.sun.swup.updateserver.UpdateServlet.doGet(UpdateServlet.java:106)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:190)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
            at org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
            at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
            at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
            at org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
            at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:1027)
            at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
            at java.lang.Thread.run(Thread.java:595)
    Feb 22, 2007 10:02:40 AM com.sun.swup.updateserver.UpdateServlet processRequestOn the client I got
    3# smpatch update -i 120068-02
    Failure: ERROR: Problem encountered while downloading a patch. Determine if the file system containing the patch download directory is full; the file system is corrupted; or the directory permissions were changed during download.
    Installing patches from /var/sadm/spool...
    WARNING: The installer cannot find the patch.
    /var/sadm/spool/patchpro_dnld_2007.02.22@10:04:17:MET.txt has been moved to /var/sadm/spool/patchproSequester/patchpro_dnld_2007.02.22@10:04:17:MET.txtAfter deleting the jar file of the patch mentioned above it worked.

  • I've added caption information to my files, but not all the information prints when I try to print contact sheets.  Please advise.

    I've added caption information to my files and when I go to print contact sheets, not all of the caption information will print.  Is there some limit on information for captions?  I've added several lines of information.  Thanks for your assistance.
    Regards,
    Alan

    HI Leonie,
    Thanks for the input.  I checked it out and you are correct in that only 3 lines of information can be printed.  I've adjusted my information for 3 line s and it works.
    Thanks for your help.
    Regards,
    Alan

  • Adding background to Acrobat DC file makes large file

    Help! In the past (as recently as Acrobat XI) I have made mail-merged envelopes using Microsoft Word, then added a background PDF of the envelope in Acrobat. In December a file of about 2700 pages was only a few megabytes. Today I made a file of only 1705 pages worth of addresses, added a similar-sized envelope background, and the file is almost a terabyte! What's going on?

    Then why -- when I do EXACTLY the same thing in either X or XI do I get a file that is only a few megabytes and works fine? In DC the same procedure produced a file that was almost a terabyte! Sorry, but something pretty basic has changed between XI and DC. Hope someone can pass this info to those who can do something.

  • Adding a user to the File Security Realm

    Hello,
    When I attempt to add a new user to the file realm with Application Server->Security-Realms->file-> Manage Users, I get the error:
    A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor 'fileUsers'"
    The root cause is "java.lang.ArrayIndexOutOfBoundsException: 0"
    See the HTML source for more detailed (stack trace) information.
    When I look at the file C:\Sun\AppServer\domains\samples/config/keyfile I see the new user added, but the Admin Console is not happy...
    Please advise.
    -- POC

    There are some issues in admin gui for managing security service in beta.
    I have verified that this has been fixed in FCS branch.
    Since the user and password has been written to keyfile in your scenario, it may be OK.
    You can try to use the user. If this is not working, then restarting the server should work.
    Another way is to create user by using asadmin command. This is working fine in beta.

  • Premiere Pro CS4 added contrast H.264 preview files

    Hi,
    Any help I can get with this problem would be amazing.
    I recently updated my OS to 10.6 as there were programs I wanted to run not available on 10.5, however this caused other issues with Premiere that I couldn't fix so I just decided to go back to 10.5. With both installs I reformatted the hard-drive then installed the OS. Now that I've reinstalled OSX 10.5 and updated to the most current version, and then installed Premiere Pro CS4 and updated that to the most current version (4.2.1) and also updated the codecs for Premiere, I'm having an issue with my preview/render files in my timeline that I never had before. It appears that now when I render my original H.264 files the preview/render files have added contrast/crushed blacks and blown out highlights.
    Basically I'm editing H.264 footage from a DSLR, and when I open up a project that I was working on before I began this upgrade mess it opens correctly, but if I extend a clip in my timeline to include part of the original clip that was not previously rendered, Premiere renders this clip with what appears to be increased gain and pedestal/increased contrast. I've also tried this in a new project and it still renders with much more contrast than it used to. Whether in a new project or previous project, Premiere seems to decrease pedestal so my blacks are around/below 7.5 IRE and my whites are at/above 100 IRE. it looks really messed up when this occurs in the middle of a clip that was half rendered before and half after the install. Also I'll bet it's not going to help when it comes to color correcting and it looks like I could be losing image data.
    I don't know what has caused this as it was working properly before my attempted upgrade, and I installed Premiere the exact same way as I did the last time I installed it and I'm using the same version. The only hiccup was after the install and upgrade it said media offline on my old project until it asked me to update codecs, once codecs were updated it displayed all footage in my timeline correctly and then I noticed that I could no longer render preview files to the same standard.
    Here are screen shot comparisons of a video from my timeline. These are back to back frames, the top one was rendered before the most recent install, the other rendered after. I have put a YC Waveform chart beside the image. Sorry I think the best way to see it is just to follow the link otherwise it's gonna be too small.
    http://www.flickr.com/photos/86776146@N03/8101475154/sizes/l/in/photostream/
    Also here is a screenshot of the settings I'll describe below.
    http://www.flickr.com/photos/86776146@N03/8101463115/sizes/l/in/photostream/
    Computer:
    Mac OSX 10.5.8
    Intel Core Duo
    Premiere Pro CS4 (4.2.1)
    Project Settings:
    HDV 720p
    29.97 fps
    1280 x 720
    square pixels
    30fps drop-code
    I-Frame Only MPEG  (video codec)
    I've already searched for a solution to this but come up with nothing. I read a bunch of stuff on the increase in gamma that can happen with .mov files but I don't think this applies to my situation as I would have been having that same issue with my previously rendered footage.
    Anything would be really helpful...Thanks
    Message was edited by: Mike542

    Okay so I've been looking into this in depth over the past few days and I haven't come up with a lot. I have noticed that it's not just the render files but also the inspection window where the clip displays in this manner. It looks like the luma range (as seen in YCbCr scope) is being limited between 7.5 and 92 IRE and I think this is maybe a good indicator of the problem. Why this is happening I don't understand. On my clips that were previously rendered in this timeline there is full range from 0 to 100 in the luma from the YCbCr scope. These files were rendered to an external drive from before I reinstalled Premiere, so it's any h.264 files that I am using after reinstall that are having this issue. I have attached another screen capture illustrating this (look at line to right of scope showing full luma range). Also I have some .mts files from another camera and they import with full luma range as well.
    http://www.flickr.com/photos/86776146@N03/8114886495/sizes/l/in/photostream/
    When playing my h.264 files in Quicktime or VLC they look about the same in terms of blown out whites and crushed blacks. Does Premiere rely on Quicktime for its h.264 codec or does it have it's own? Is there a way to force premiere to update its codecs/manually download and replace the h.264 codec?
    I really can't understand what's happening here and I can't do any work when imported clips are this messed up. Can someone please help out on this!!! Super frustrating and seems to constantly happen with Premiere...

  • A script for adding the current date to file name?

    I am working in Indesign CS3. I frequently save file as PDFs into a designated folder. I was hoping for help in writing a script that would apply the current date to the end of the file name, when saved into this folder. Some days, I save the same file several times, into this folder. I was also hoping there was a way to add a date and version, for example "filename_2.25.11(1).pdf" Is this possible? Can someone help me?

    ok, I ended up with this test routine:
    on adding folder items to this_folder after receiving added_items
    tell application "Finder"
    repeat with this in added_items
    my checkifopened(this)
    display dialog (name of this) as text
    end repeat
    end tell
    end adding folder items to
    on checkifopened(this)
    set a to POSIX path of (this as alias)
    repeat until 1 = 0
    ## don't like that one because it relies on an error msg ... so
    (** try
    set b to do shell script "lsof | grep " & quoted form of a
    on error
    exit repeat
    end try**)
    ##so I use this one
    set b to do shell script "lsof"
    if b does not contain a then
    exit repeat
    else
    say "still opened"
    end if
    end repeat
    end checkifopened
    this is a folder action that tests if the added file is still opened by an application... there is no delay between each test-loop since lsof takes some time to execute...
    And after adding a timeout (just in case) to this function the final script looks like this:
    on adding folder items to thefolder after receiving added_items
    tell application "Finder"
    set folderkind to kind of thefolder
    set myfiles to every item of thefolder whose name does not contain "#" and kind is not folderkind
    repeat with myfile in myfiles
    set myfile_datestring to my get_datestring(creation date of myfile)
    set myfilename to name of myfile
    if (count of every character of myfilename) > 4 and (character -4 of myfilename) as text is "." then
    set filestatus to my checkifopened(myfile, 60)
    if filestatus = false then
    display dialog "timeout on folder action"
    else
    set tmp to ((characters 1 through -5 of myfilename) & "#" & myfile_datestring & (characters -4 through -1 of myfilename)) as text
    set myfilename to my checknamewith_pdfsuffix(tmp, thefolder, false)
    set name of myfile to myfilename
    end if
    end if
    end repeat
    end tell
    end adding folder items to
    on get_datestring(mydate)
    return year of mydate & "-" & (characters -2 through -1 of (("0" & (month of mydate as integer)) as text)) & "-" & (characters -2 through -1 of (("0" & (day of mydate as integer)) as text)) as text
    end get_datestring
    on checknamewith_pdfsuffix(n, D, looped)
    --check if filename exists in D
    -- so if "A File.pdf" exists it names it "A File 1.pdf","A File 2.pdf",...
    #n = string of the filename
    #D = file reference to the directory to check
    #looped = boolean used for recursive loop...
    tell application "Finder"
    set thefiles to name of every item of (D as alias)
    end tell
    if thefiles contains n then
    if looped = false then
    set n to ((characters 1 through -5 of n) & "(1)" & (characters -4 through -1 of n)) as text
    my checknamewith_pdfsuffix(n, D, true)
    else
    set tmp to (last word of ((characters 1 through -5 of n) as text) as integer)
    set tmpcount to (count of characters of (tmp as text)) + 5
    set tmp to tmp + 1
    set n to ((characters 1 through (-1 * tmpcount) of n) & "(" & tmp & ")" & (characters -4 through -1 of n)) as text
    my checknamewith_pdfsuffix(n, D, true)
    end if
    else
    return n
    end if
    end checknamewith_pdfsuffix
    on checkifopened(this, mytimeout)
    ## this file reference
    ## timeout in seconds
    set a to POSIX path of (this as alias)
    set startdate to current date
    repeat until 1 = 0
    ## don't like that one because it relies on an error msg ... so
    (** try
    set b to do shell script "lsof | grep " & quoted form of a
    on error
    exit repeat
    end try**)
    ##so I use this one
    set b to do shell script "lsof"
    if b does not contain a then
    return true
    else if ((current date) - startdate) > mytimeout then
    return false
    else
    ##say "still opened"
    end if
    end repeat
    end checkifopened
    to use this save this script in /Library/Scripts/Folder Action Scripts
    and add this as a folder action to your folder...
    The script processes all files inside that folder each time a new files is added...

  • Adding a prefix to a file name if the prefix is not already there

    I have a script that adds a prefix to a file name then moves the file from its source directory to a destination directory. The problem I am encountering is that if the destination directory is unavailable for any reason the file fails to move &
    so remains in the source directory and then the next time the script runs the prefix gets added again so I sometimes end up with files that look like this:
    "Prefix_Prefix_Prefix_Prefix_Prefix_Prefix_1234_20141020_9786_8404.tif"
    I need to build in some kind of logic that prevents this from happening so that if the Prefix_ is there it doesn't add it again, but not I'm not sure what the best way to do this is.  Here is the code that adds the prefix.
    Get-ChildItem $Source\* -include *.jpg,*.tif,*.pdf -exclude *.log | % {Rename-item $_.Fullname ("Prefix_" + $_.Name)}
    # When I wrote this script only God and I knew what I was doing. # Now, only God Knows!

    Another option, but I like Bill's better:
    $prefix = 'prefix'
    Get-ChildItem | ForEach {
    If ($_.Name -notlike "$prefix*") {
    Rename-Item -Path $_.FullName -NewName "$($prefix)_$($_.Name)"
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • *Added* code to existing source file, compiled it, and class file shrunk

    Another newbie here. Fortunately, my classpath is ok, so I'm able to compile a .java file.
    I added one line of code (System.out.println) to write the value of a variable to a log. After compiling with javac, I noticed that the resulting [new] class file was smaller than the existing class file. I looked at each of the class files with Textpad. It's gibberish, but I quickly saw that a large block of code was missing in the new class file, even though the size of the source file had been increased.
    There is a difference, however, between how the two class files were created. The existing class file was compiled (along with many others) by exporting an .EAR file from a development environment (WSAD) to the WebSphere Administrator Console. Conversely, I am now compiling the same source file with javac on my machine.
    I suspect that this is the reason why I can add code to a .java file, compile it, and have the resulting class file actually lose code. Even if I am correct, I don't know what to do about it.
    Does anyone have an idea?
    Regards,
    Daniel T.

    Thank you both for your replies. I've read many posts over the past few months, and I know how important it is to provide as much info as possible, when asking a question here. That said, I have another tasty tidbit...
    After replacing the existing (larger) class file with the new (smaller) class file, my application now produces this:
    "*Error 500: LinkageError while defining class*..." [name of class]
    *"...(Unsupported major.minor version 50.0) This is often caused by having a class defined at multiple locations within the classloader hierarchy. Other potential causes include compiling against an older or newer version of the class that has an incompatible method signature. Dumping the current context classloader hierarchy: ==> indicates defining classloader ==>[0] com.ibm.ws.classloader.CompoundClassLoader@6bd156d5 Local ClassPath:"*
    ...[the entire classpath]...
    Original exception--- java.lang.UnsupportedClassVersionError:
    I'm guessing that my focus should mostly be on the 'Original exception', and maybe I need to revisit the JRE or JDK or JVM (these terms are somewhat nebulous to me, so please forgive me using them interchangeably) on my machine. For now, I'll just keep trying stuff. Thanks again for the replies!
    Regards,
    Daniel T.

  • Adding namespace to the source file

    Hi,
    We are sending xml file data from MDM to XI.
    How can we add the interface namspace to the root node of the message?
    Any inputs on the same would be helpful because without adding the namespace the data is not getting picked from MDM.
    Regards,
    Sampada

    Hi!
    The examples that ship with the book have been developed for BPEL Process Manager 2.x. In version 10.x the XPath expressions have to include namespaces in the steps. For example, when checking the flight ticket price, instead of:
    <case condition="bpws:getVariableData('FlightResponseAA',
    'confirmationData','/confirmationData/Price')
    &lt;= bpws:getVariableData('FlightResponseDA',
    'confirmationData','/confirmationData/Price')">
    we have to write:
    <case condition="bpws:getVariableData('FlightResponseAA',
    'confirmationData','/confirmationData/aln:Price')
    &lt;= bpws:getVariableData('FlightResponseDA',
    'confirmationData','/confirmationData/aln:Price')">

  • Adding text to a text file problem

    I have used an Apple script to create a text file and I am having problems with it
    First the script creates a file containing text, as a example "ABCDE" then I enter test to the file, say "12345" and the file now has "ABCDE12345". At this point I run my Apple Script to add more data to the file, in this case "FGHIJ".
    The problem I am having is the file does not contain "ABCDE12345FGHIJ" as I expect, but instead has "ABCDEFGHIJ" because the EOF was not updated when I added "12345".
    I typed the additional text into the text window and saved it to the disk and even closed the window, quit TextEdit and reloaded the file but the results were "ABCDEFGHIJ" and not "ABCDE12345FGHIJ"

    At this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    http://www.macupdate.com/info.php/id/15667
    After installing, Reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Delete old Log files.

Maybe you are looking for