Encore file overwriting an entire folder?

I had an interesting little snafu. I opened up Encore (while Premiere was open) and while saving a newly created Encore file for a video project I inadvertently saved the Encore file as the same name as the video folder that housed my entire Premiere project. Encore without asking if I want to overwrite this folder completely overwrote an entire folder. The folder and files that were there are now gone. When I went back to Premiere all of the media was gone... How is this possible? Is there anyway to retrieve my work. I have a back-up on another drive but the last back up was about 8 hours of work ago... Anyone else have this isue? A fluke? I will have only lost 8 hours of work but that still sucks... It could be worse I guess... Anyone?

Mac or PC?
I was able to duplicate the overwriting of files on a PC using En CS5, but only if I forced the file name to include the .ncor extension.  When I tried to name the file the same as the folder, without explicitly adding the file extension, the Save As dialog opened the existing folder and continued to prompt me for a file name.  The newly saved file/folder combo for the En project was then saved *inside* of the existing folder with the same name, and no overwrite occurred.
Regardless, this is very bad behavior by En.
-Jeff

Similar Messages

  • How to copy a files name and spotlight comments to a text file for an entire folder

    I have movie covers saved as a jpeg for every movie my family and I own. There is about 700 and they each have a comment of the main actors, release dates, and descriptions. This makes it easy to find what to watch. I want my parents to have all of this info but they have a windows laptop so the comments don't transfer with the file and can't be searched like you can on a mac. Is there an applescript, automator, program I can download,  or program code supported in xcode that will do at least one of the following things?
    1)Take the name of the picture file and spotlight comment, copy and paste it into a text document like word that looks like this...
    File Name1- Spotlight Comment for file 1
    File Name 2- Spotlight Comment for file 2
    . for all 700 files in a folder
    2) It would be equally helpful if there was something that would take the name of the picture file and spotlight comment, copy and paste it to a movie file's comments with the same name but obviously has different extention. For an example
    In a Pictures folder
    Name: Dark Knight, The.jpeg       Comment: (2008) Genre: Action...             <- copy comment
    In a Movie Folder
    Name: Dark Knight, The.m4v       Comment:                                               <- paste 
    and do this for all 700 files
    3) Is there a free photo program that works on mac and windows that I can put all my movie pictures in and have a description like I did with the comments? It would also need a place that to search the description for keywords. So Basically an itunes for pictures that works on both mac and windows. If so I still need a way to get the spotlight comments to the description.
    4) I feel like this would make things more difficult, but if not I can put all of the .m4v files in itunes so instead of pasting all the comments back into a file in finder paste them in a description in itunes
    5) At the very least a code that I can run one by one for every file that will paste the comments into the same document
    Note: When I say spotlight comments I mean the comment box that is available when you click on get info of a file. The pictures are in the pictures section of finder in a folder called Movie Pictures. The movie files are on an external hard-drive in a file called Movies. Also I am slightly familiar with applescript and automater in that I have used both to create keyboard shortcuts and simple voice commands. I have programmed in c++ and C too. So If you give me a code for applescript I do know what to do with it.
    Thanks to anyone who takes the time to read all of this and extra thanks to anyone who tries to help.

    Clendenen02 wrote:
    2) It would be equally helpful if there was something that would take the name of the picture file and spotlight comment, copy and paste it to a movie file's comments with the same name but obviously has different extention. For an example
    In a Pictures folder
    Name: Dark Knight, The.jpeg       Comment: (2008) Genre: Action...             <- copy comment
    In a Movie Folder
    Name: Dark Knight, The.m4v       Comment:                                               <- paste 
    and do this for all 700 files
    This Bash script will do it.
    Edit "PicDir" and "MovDir" to the location of your Folders
    (Note: The comment is written to the m4v file using xattr, so the Spotlight comment field appears blank in Finder, but the comment metadata is still indexed by Spotlight (If you add a Spotlight comment from Finder, it is stored both as an extended attribute and in a .DS_Store file)
    #!/bin/bash
    PicDir=$HOME/Desktop/Pictures
    MovDir=$HOME/Desktop/Movies
    for f in $PicDir/*
    do
         if [ ! -d "$f" -a "${f##*.}" == "jpeg" ]; then
              comment=$(mdls -raw -name kMDItemFinderComment "$f")
              if [[ $comment != "(null)" ]]; then
                   picname=${f##*/}
                   movname=${picname%.*}.m4v
                   if [ -e "$MovDir"/$movname ]; then
                         xattr -w com.apple.metadata:kMDItemFinderComment "\"$comment\"" "$MovDir"/$movname
                   fi
              fi
         fi
    done

  • Save XMP file for an entire folder?

    I have my automatic XMP saving turned off. Now I want to selectively be able to save my XMP files as needed. I thought that I used to be able to save the XMP files for all the photos in a folder at once. however, now it seems that I can only save the XMP file for only the actively viewed photo (regardless of how many in the folder are actually selected). Does anyone know how to do this?
    (Aslo, what happens when there are mixed JPG and RAW files selected when I want to save the XMP data?)
    Thanks,
    Nick

    Nick,
    CRTL+A will select all photos in a folder. The CRTL+S will do the xmp writing for all photos that need it. It goes pretty quickly. You can watch the progress bar in the upper left.
    Mel

  • File Sender Adapter - File overwritting in the Archiving folder

    Hello Experts,
    I am doing File sender to proxy Receiver Async Scenario.
    In File Sender adapter, i am using the Archiving option by spacifying the
    Archiving path.
    Files are picked up and archiving happen successfully.
    Problem is: - once the File is picked up and archivied into the Archiving location
    If end user again rectifies some data in the same file and place it in the source directory
    then i am getting the following error in RWB Commu. channel monitoring.
    Failed to archive file 'File1.TXT' as '/Input File location/File1.TXT' after processing. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 File not renamed.  File already exists.  You may delete the existing file and then rename.u2019 For details, contact your FTP server vendor.
    I know this is because of File sender adapter is trying to archive the file with the same name(File1.txt) in the archiving location.
    My Question: - Is there any option to allow the File sender Adapter for overwritting the
    File in the archiving location.
    Thanks & Regards
    Jagesh

    check if there is proper rights to over write files in the archive folder.
    The problem seems to be that the rights/authorization is not there. Else the adapter usually overwrites files in the archive folder unless you use the timestamp option.
    Archive
    Files that have been successfully processed are moved to an archive directory.
    u25A0       To add a time stamp to a file name, select the Add Time Stamp indicator.
    The time stamp has the format yyyMMdd-hhMMss-SSS. The time stamp ensures that the archived files are not overwritten and it enables you to sort them according to the time that they were received.
    u25A0       Under Archive Directory, enter the name of the archive directory.
    u25A0       If you want to archive the files on the FTP server, set the Archive Files on FTP Server indicator. If you do not set the indicator, the files are archived in the Adapter Engine file system.

  • Recover an entire folder with every recent file?

    Hi,
    Need to have an exact copy of a department drive from Friday. The other drive is intact so there is no "DR" scenario. 
    If I select the folder and choose show all recovery points, then select Friday. Does that Recover the entire folder with the most current backup of every file leading up to Friday, or just the files backed up Friday?
    If not is there a way to do a point in time restore? Say like my file server dies and I need to restore every single file to the most current version that I have a copy of? 
    Thanks.

    Hi,
    Every recovery point represents a full backup of the data source you are protecting, so it will contain all files even if they have not been updated for several days.  After a full restore of that folder, the restored files will be of the exact
    version they were at the point in time that the recovery point was taken.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Does MacOS recognize Windows directory structure? Can I move an entire folder (consisting of subfolders and files) from Windows to Mac?

    Can I move an entire folder (consisting of subfolders and files) from Windows to Mac?

    Mustafafromnc,
    if you’re talking about a USB drive, then it will probably have an exFAT filesystem. Modern versions of OS X can read from and write to exFAT filesystems without problems, so you would be able to move Windows folders, subfolders, and files from an exFAT filesystem to an OS X filesystem.

  • HT201301 Can I add an entire folder to the Documents list? [FILE-SHARING]

    I'm trying to work with one of my apps listed under File Sharing on iTunes, and I want this folder full of information to go in it. Without the files being in the folder with a specific name, they don't work, and when I launch the app a new folder is automatically created with that specific name. Anyone know how to drag an entire folder into the Documents of a File Sharing app on iTunes?

    Azul. It's a video player.
    I want to copy many videos while keeping them organized inside folders. It seems iTunes doesn't alliow me to create, edit, or copy folders (only delete them) (under the Apps tab, in "File Sharing")

  • Duplicate an entire folder sturcture with html files within RH

    RH 8 HTML
    Is it possible? currently you can duplicate a single topic, is there a way to quickly duplicate a entire folder structure?
    I'm making a skeleton layout of topics for release notes, because they are published to the web aswell, we keep all previous version in the project also.
    would be nice to be able to quickly copy n paste the skeleton folder and topic layout without having to create it all manually each time.
    thanks.

    Hi Nick.
    The short answer is "No". You could copy the topics outside of RH, create another folder in RH and import the copied topics into it. Bear in mind though that folder names must be unique.
    Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
    Follow the RoboColum(n) on Twitter

  • Performing a Find/Replace for an entire Folder of html files

    Hello,
    I have been working away on adding an include to my html pages and getting the code all set up for a header and footer. With lots of help from kind people on this forum I finally have it working!
    Now I want to add this to an entire folder of 500 or so HTML pages.
    Can someone walk me through how to do this?
    I also want to eliminate some stupid code that I put in years ago to prevent right clicking.
    Perhaps this is a multi step job? First get rid of old code. Then add new header. Then add new footer???
    Here is the fully functioning page with the new code:
    http://www.glennbartley.com/naturephotography/birds/ACORN%20WOODPECKER.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>ACORN WOODPECKER</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#000000" text="#CCCCCC" link="#CCCCCC" vlink="#CCCCCC" alink="#999999">
    <div align="center">
    <?php $filepath = $_SERVER['DOCUMENT_ROOT'] . '/naturephotography/Header-Test.html'; include($filepath); ?>
    </div>
    <h1 align="center"><strong><font color="#999999" size="5" face="Arial Narrow">ACORN WOODPECKER</font></strong></h1>
    <p align="center"><font color="#009900" face="Arial, Helvetica, sans-serif"><strong>NORTH AMERICA</strong></font></p>
    <p align="center"><img src="../GB Collection/Acorn Woodpecker - 01.jpg" alt="Acorn Woodpecker" width="530" height="775"> </p>
    <p align="center"><img src="../GB Collection/Acorn Woodpecker - 02.jpg" alt="Acorn Woodpecker" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/Acorn Woodpecker - 03.jpg" alt="Acorn Woodpecker" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/Acorn Woodpecker - 04.jpg" alt="Acorn Woodpecker" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/Acorn Woodpecker - 05.jpg" alt="Acorn Woodpecker" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/Acorn Woodpecker - 06.jpg" alt="Acorn Woodpecker" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Acorn Woodpecker - 07.jpg" alt="Acorn Woodpecker" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/Acorn Woodpecker - 08.jpg" alt="Acorn Woodpecker" width="530" height="775"></p>
    <div align="center"><?php $filepath = $_SERVER['DOCUMENT_ROOT'] . '/naturephotography/Footer-Test.html'; include($filepath); ?>
    </div>
    </body>
    </html>
    And an example of one of the existing pages:
    http://www.glennbartley.com/naturephotography/birds/COMMON%20LOON.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <!-- prevent right-click -->
    <SCRIPT LANGUAGE='JavaScript' type='text/javascript' >
    <!--
    document.oncontextmenu = function(){return false}
    if(document.layers) {
    window.captureEvents(Event.MOUSEDOWN);
    window.onmousedown = function(e){
    if(e.target==document)return false;
    else {
    document.onmousedown = function(){return false}
    //-->
    </SCRIPT>
    <title>COMMON LOON</title>
    <meta name="description" content="Photographs of Common Loon in Ontario. Nature Wildlife and Landscape Photography. Bird Photography">
    <meta name="keywords" content="Loon, Common Loon, bird photography, birds of Ontario, nature photography">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    </head>
    <body bgcolor="#000000" text="#CCCCCC" link="#CCCCCC" vlink="#CCCCCC" alink="#999999">
    <h1 align="center"><font color="#999999" size="5" face="Arial Narrow"><strong>COMMON
      LOON</strong></font></h1>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 19.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 20.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 21.jpg" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 22.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 23.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 24.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/UPDATE - NOV 2012/NORTH AMERICA/Common Loon - 53.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/UPDATE - NOV 2012/NORTH AMERICA/Common Loon - 54.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/UPDATE - NOV 2012/NORTH AMERICA/Common Loon - 55.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/UPDATE - NOV 2012/NORTH AMERICA/Common Loon - 56.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/UPDATE - NOV 2012/NORTH AMERICA/Common Loon - 57.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/UPDATE - NOV 2012/NORTH AMERICA/Common Loon - 58.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 25.jpg" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 26.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 27.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 28.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 29.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 30.jpg" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 31.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 32.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 33.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 34.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 35.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 36.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 37.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 38.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 39.jpg" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 40.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 41.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 42.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 43.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 44.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 45.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 46.jpg" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 47.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 48.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 49.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 50.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 51.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/_Update - Aug 24, 2011/Common Loon - 52.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 01.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 14.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 11.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 02.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 03.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 04.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 05.jpg" width="1010" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 06.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 07.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 08.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 09.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 10.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 12.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 13.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/Common Loon - 15.jpg" width="775" height="530"></p>
    </body>
    </html>

    Hello,
    Thank you for the info. I did as you described and it worked like a charm.
    I have removed the old code and added in teh header.
    I'm kind of stumped as to how to put in the footer though as there isnt really anything to "find"?
    How can I replace something at the very end of the document??
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>AMERICAN AVOCET</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body bgcolor="#000000" text="#CCCCCC" link="#CCCCCC" vlink="#CCCCCC" alink="#999999">
    <div align="center">
    <?php $filepath = $_SERVER['DOCUMENT_ROOT'] . '/naturephotography/Header-Test.html'; include($filepath); ?>
    </div>
    <h1 align="center"><font color="#999999" size="5" face="Arial Narrow"><strong>AMERICAN
      AVOCET</strong></font></h1>
    <p align="center"><img src="../GB Collection/American Avocet - 21.jpg" alt="American Avocet Image" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet - 22.jpg" alt="American Avocet Image" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet - 23.jpg" alt="American Avocet Image" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet - 18.jpg" alt="American Avocet Image" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet - 19.jpg" alt="American Avocet Image" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet - 20.jpg" alt="American Avocet Image" width="530" height="775"></p>
    <p align="center"><img src="../GB Collection/American Avocet-11.jpg" alt="American Avocet Image" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-12.jpg" alt="American Avocet Image" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-09.jpg" alt="AMERICAN AVOCET" name="Avocet" width="775" height="530" id="Avocet"></p>
    <p align="center"><img src="../GB Collection/American Avocet-17.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-16.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB%20Collection/Avocet%20-%20CRW_5390-02.jpg" width="775" height="530">
    </p>
    <p align="center"><img src="../GB Collection/American Avocet-15.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-14.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-13.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-10.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-08.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-07.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-06.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-05.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-04.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-03.jpg" width="775" height="530"></p>
    <p align="center"><img src="../GB Collection/American Avocet-02.jpg" width="775" height="530"></p>
    <p align="center">  </p>
    <p align="center">  </p>
    </body>
    </html>

  • MTS files (and really, they're just MTS, not the entire folder structure)..

    OK, I see lotsa advice about dealing with MTS files...if they're in their proper folder structure.
    Well, that'd be easy, and I'd be importing them now if they were in their proper folder structure. But they're not...I have 503 .mts files, in a folder, that a client copied "for me", and now expects me to import.
    Any advice? Like I said, I only have the .mts files, not the supporting folder structure.

    Greetings all from Jakarta - i have a feeling this is going to be a lengthy response and will only be of interest for those currently suffering from MTS file issues, but I do believe (while my solutions are not perfect) I have found some answers. What I have not found, unfortunately, are the hairs that I pulled out of my armpits in frustration over these MTS issues.
    Background info: My office purchased the Panasonic HDC-TM700 to provide back-up to our Panasonic 170EN and we have been quite happy with the results. We have also been converting the MTS files to .MOV files on both Toast Titanium, and Final Cut Pro.
    SITUATION #1
    After a day of shooting I downloaded the TM700 files (full structure) to the hard disk. On day two after a full day of shooting I realized I forgot to format the camera's memory card so i had 50 MTS files that I already downloaded. Ever the smart guy, I highlighted file #51-#102 and dragged them into the STREAM file of the previous day's download. Then I formated the camera so i wouldnt forget the next day.
    Well during log and transfer in FCP ONLY THE FIRST 50 FILES could be read, because that is what the metadata in the info supported ..... FCP couldnt even locate the other 50 files. I nearly fainted at the thought of getting fired. Thank goodness, when we dragged the MTS files into TOAST TITANIUM they could be read and converted!
    SITUATION #2
    The new guy (seriously, it was the new guy!) ONLY DOWNLOADED THE MTS files and since I wasn't there I wasn't there to see the havoc when neither FCP or TOAST could open the files. I was called in and my first idea was to take an old file structure, copy it, and slip the MTS files into the STREAM folder.
    Well, it worked!! kind of.... The interesting thing is that the files could be converted in TOAST (FCP would not open the files) BUT ONLY TO THE TIME CODE THAT was equivalent to the original file. So if the original file was 1 minute and the file that I only had the MTS file for (and which corresponded to the file's number) was 5 minutes, only 1 minute was converted.)
    So what I did was I took the TM700 and I shot five minutes of my foot. Then I downloaded the full file structure. Since I only took one shot of five minutes there was only one file in the STREAM folder, which was a 598mb file numbered 00000.MTS
    I know I will regret it one day but i deleted the MTS file of my foot. Then I placed in one of the "homeless" MTS files into the (now empty) STREAM folder and changed the name to 0000.MTS -
    When opened in FCP log and transfer - IT DID NOT WORK. However, in TOAST I am happy to say IT WORKED, yayyyy. And the file that was converted was the length of the clip. What I thought might happen is that if the clip was only 30 seconds long but the foster file was 5 minutes then there would be 30 seconds of footage and 4.5 minutes of black empty space on video. That wasn't the case.
    THE SHORT TERM SOLUTION:
    Over the years I have been very very very lucky with all the help I have gotten over the internet and in my own small way I hope the following helps out others. So here is what I have done, with instructions.
    PLEASE NOTE I AM INDONESIAN LIVING IN INDONESIA SO WE USE PAL ..... 25 frames per second. .... Hopefully if someone in North America likes this idea and can help out, they will post a NTSC file structure.
    OKAY INSTRUCTIONS:
    1. Double click this link and download the file structure. The the file structure is only 68kb all your (and mine) frustrations for 68,000 bytes!!
    www.klirkom.com/helpout/AVCHD
    2. If you look inside the folder (AVCD->BDMV->STREAM) you will see AN EMPTY STREAM FOLDER. This is where you will place your "lost/not working" MTS files. Sorry, but this file structure only supports two files at a time. The first file is 5 minutes long, the second file is 33 minutes long (i was going to make it 10 minutes but I forgot about the camera being on and left it for 33 minutes ...)
    3. Change your first file name (preferably an MTS file less than 600mb so that the 'foster' file can cover it) to 00000.MTS. Now change your second file (preferably less than 4GB, but unless you are filming the whole wedding this should be okay for most people.... the important thing to remember is that if you want your full file converted without missing any parts at the end, the files should be smaller in size than the foster files) to the name 00001.MTS
    4. Now drag your newly named and newly placed MTS files into TOAST TITANIUM. Click convert. I have not tried this with other software but hopefully it works for you.
    5. If you want you can now rename your original MTS files to their original names and continue with the next two files. I know with 500 MTS files this is a HUGE pain in the buttox .....
    Okay, good luck all!!
    Jakartaguy

  • Entire Folder of Podcasts Vanishes from External HDD

    All:
    Recently I lost an entire folder on an external disk drive. Any ideas about what I should do to test or check the drive? I could not find the folder in my trash, etc. It wasn't moved. I had just synced podcasts a day or so before today.

    I don't think the loss of files and changes is something happening 'regularly' and it sounds like, based on symptoms only, that it would more likely point to a bad disk sector or something like a corrupt directory.
    As to recovery, the demo of Data Rescue II is the first thought. But I would not use the drive(s) until I booted from another ("emergency") boot drive first and checked things out. I would restore to another drive even, if that is possible, and of course recover to another drive. And backup again before you start.
    Don't rely on just one backup drive or method. A couple backup sets, some redundancy. Cloning and TimeMachine. I was using two TimeMachine sets, in case something happened to one of them.
    If you don't use your drives, less likely to overwrite or use the portion of the drives those files might have resided on.
    I can't find the article on MacFixit, but I saw something about 10.5.4 and having iTunes on a different volume. There was one that warned about not making changes to the folders that iPhoto manages and making manual changes; I assume something to do with the originals and modified changed folders or in the iPhoto Library package.
    Sounds like you would have run Disk Warrior from one of your FW drives or something before updating to 10.5.4, along with a clone of your system. Also, consider putting backups on sparse disk image(s). One for home account even.
    Adobe posted updates to CS3 InDesign shortly after 10.5.4 was out.
    I've got half a dozen OWC Mercury type drive cases. One thing I noticed after 10.5.4 is that some that I had made backup clones now had the "Ignore Ownership" flag set to on - something that I always check and which would prevent a proper backup or restore and wouldn't allow repair permissions. So in some way, 10.5.4 did do "something" to those FW drives, but not sure how or why the ownership would be changed.

  • How to import 12 different PPro files into one Encore file to make DVD

    I'm trying to create a DVD with 12 different lessons on it.  I have created 12 Premiere Pro CS4 files (each is a slideshow lessons with narration) and I want to bring them all into one Encore file.  I can send one file to Encore via Dynamic Link - but when I open another PPro file and try to send it to the same Encore folder - it erases the file I put in there previously.  Maybe I'm going about this all wrong - I really don't know.  Please Help.

    Hi Stan,
    Thanks for the reply.
    Since I wanted to get the DVD finished asap - I jumped right into PPro CS4 without going through a learning process first.
    When I said "file" I meant one of the 12 or 13 different PPro projects that I saved to my Desktop...each lesson is different - so I made and saved each lesson separately and placed each of them in a different folder.  Each lesson only has one "sequence" (and I'm not sure what "sequence" means yet).
    These are basically PowerPoint lessons with narration - each lesson containing anywhere from 25-75 pictures or text slides.
    When I opened up one of the lessons in PPro and sent it via DL to Encore - that was fine.  It created an Encore file.  When I opened up the next PPro file and tried to DL to that same Encore file - it appeared to delete or do away with the first file I had sent there.  I could DL each of the 12 or 13 files - but only to its own Encore file.  I couldn't figure out how to get them all into the same Encore file.  But thanks to all the help on this forum - there are now 13 little videos that I can import into the same Encore file.  And that's amazing.
    Thanks for the encouraging words that this project might all fit on the same DVD (I was worred because the files add up to 107 minutes - and I the DVD holds 120 minutes (I think).  I was assuming that after I created a menu and added a picture for the background in the title page, etc., that it would all add up to too much information for one DVD).
    I'll let you know how the DVD turns out.
    Thank you very much.
    ph

  • HT1751 After "Restoring iTunes Library Backup" it wont link to the files in the iTunes folder. I've followed the correct procedure, and iTunes lists all my music correctly (but with no artwork), but can't locate any of the files. Using Windows 7. Help ple

    After "Restoring iTunes Library backup" it wont link to the files in the iTunes folder. I've followed the procedure as described, and the iTunes folder is in the correct location. iTunes lists all my music correctly (albeit with no artwork), but can't locate any of the files.
    I've been restoring my iTunes folder from a backup hard drive to a new computer on which I've downloaded the latest iTunes (10.7). If this is a newer version than the one I backed up with could this be the problem? (I had the latest (to my knowledge) iTunes when I backed up the folder about 3 weeks ago, was this version 10.7?)
    Or is the version of iTunes (within recent updates) not an issue when restoring a library?
    Using Windows 7.
    Any help please?

    From the top of the page where the scripts live...
    The general method of use is to download the script to a folder of your choice, e.g. your Desktop, Downloads folder or create a folder at ...\iTunes\Scripts. Select a playlist or highlight some tracks in iTunes and then double-click on the script to execute it. If no specific tracks are selected the script will try to work with all tracks in the current playlist. Some scripts offer a choice of track by track confirmation of changes or fully automatic processing of the selection. Many of the scripts can optionally display a progress bar while running.
    You are strongly advised to backup your entire library, or at the very least the iTunes Library.itl file, before use. Test the behaviour of your chosen script on a small group of files first to make sure it does what you want before applying it to large numbers of files.
    Most builds of Windows will execute *.vbs scripts when you double-click them. If that doesn't happen then you might need to visit the Add/Remove Programs or Programs & Features control panel to enable the Windows Scripting Host. I can track down details if you have issues.
    Backing up and restoring data is an area that is often glossed over. Most people don't try to learn much about it until they've lost something important. (Me too )
    If your iTunes library was in the usual layout then normally copying the whole iTunes folder from the User's Music folder in the old computer to the User's Music folder in the new one will usually work fine. Ideally this is done before iTunes is installed so that there is no empty library to replace, and all settings are picked up from the old library. This post contains more details.
    tt2

  • Forgot to tick -  Add files to itunes media folder

    Hi, im new to itunes and have recently downloaded my cd collection to itunes ( 7000 odd tracks worth)
    Ive just realised that i never had the "add files to itunes media folder when adding to library" box ticked.
    I would like to know if im am still able to add all my music to the itunes media folder now that they are already downloaded and in my library?
    I would like to know this because i would like to use some songs in windows movie maker and when i search for the music using wmm,  i can find the itunes media folder but there is no music inside.
    Can anyone help on this matter ,
    Thanks scott

    In iTunes parlance a file is consolidated if it is located inside the iTunes Media folder, and by extension unconsolidated if outside the media folder. The option you refer to, if enabled, ensures that all tracks added to the library thereafter are consolidated, though it won't affect tracks that are already part of the library when you make the change.
    Having the files consolidated means that iTunes can, if you wish, also update the file and folder names to reflect changes that you make to tags. A fully consolidated library where the media folder is a subfolder of the main iTunes library folder is also portable making it much easier to backup, restore, move or migrate.
    You can consolidate your entire library with File > Library > Organise Library > Consoldiate files, or selected files by right-clicking on them and clicking Consolidate files.
    tt2

  • File import questions and folder display questions

    I am running LR3 on Win 7 x64. I have a few questions.
    I have a hard drive assigned to drive letter "B:\" Why doesn't the file imported see this drive in the list of drives? I have to use the "other drives" and browse every time that I want to add files from this disk. Other drives, including networked drives are fine.
    When importing from a main folder and including subfolders, is there a way to filter files in any manner? I never want to import web galleries that I have made in bridge, for example. These files have very small JPG files, thumbnails and web images. Is there a way to exclude them form consideration whilst importing? Is there a way to reveal and show the thumbnails with the folder structure? I don't want to have to browse to every folder individually when I am trying to import all useful images from an entire disk. If LR would at least show the folder structure of the subfolders when you select photos from a top level folder, this would help. How can I do this?
    In the library view of folders, how I filter on all files in one disk? I can select a folder under the disk and see just that folder, but LR will not allow me to select the entire disk. Is there a way to do this?
    How can I display the entire folder structure in the laibrary panel? Some folders are not showing their top level folders that they are inside of. How do I reveal this information?
    In the library module, how can I filter on file dimensions? I thought that I had seen this, but I can no longer find this. Sorting by file dimensions would also be an option to accomplish what I am trying to do. I need to delete all thumbnail images and tiny images from the catalog. Is there an easy way to do this?

    No, because you don't import a whole disk, you only import images.  And the toplevel disk bar you see there is the disk where the top level folder is stored, not the entire disk.
    Let me make this clear.   When I want to view an entire disk,  I am only wanting to select images that I have already imported, not the entire disk including images that I have NOT imported.
    I am not sure if you dont understand what I am saying or what.  If you have folders of images inside a top level folder, you can easily select the top folder to see all subfolders that you have imported.  Why can't I select the disk as the top level folder to see all of the images that I have imported on that disk?
    I have a cattelog that has images from 8 different disks.  I use removable drive bays so all 8 disks are not available at any given time.  I just want the ability to select all images that I have imported on a disk, just like you can do at the folder level.  I am at a loss as to why this is a problem.
    My point about bridge was that LR is a far superior program for organizing images due to its database.  But LR is lacking in some features that could have easily been put into it.  If bridge can do the type of filtering that it does without a good database engine, then certainly LR could and should do it.  In no way do I want to use Bridge to manage cattelogs with 150,000 images.  That would be insane.  I have no issue with the fact that you have to import your images first to use LR.  It has to be this way to work with the database.  My issue is that the filtering is not nearly as comprehensive as bridge.
    I dont need help with my workflow.  Back when I shot many of the images that I am importing now into LR, there was no lightroom.  My workflow was much different back then than it is now.  My comments were that I assumed that LR could do things that it cannot, not that I needed help with my current workflow.  Much of the issues that I have now with LR are due to the old workflow and trying to import only the raw images.

Maybe you are looking for

  • PC Suite lost Bluetooth 6.86.9.3

    Pc Suite: 6.86.9.3 OS: Windows XP Pro Sp2 Phone: Nokia 6120i Issue: The older version of PC Suite allowed me to use my IVT Bluesoleil USB Bluetooth dongle, yet the newer version doesn't see the bluetooth connection and therefore doesn't list it. Usin

  • Smartform with PDF and TXT?

    Hi Everybody, does anyone know if it is possible to send a Mail as a PDF attachment + text in the mail where the pdf is attached to? Regards Abosi

  • Best Practice for Enterprise Application Integration

    I would like to integrate a few corporate systems together by using Oracle Fusion Middleware. I suppose the integrated process is running in synchronous mode such that it also supports two phase commit. In BPEL Process manager, there is a tool called

  • Filtering values in It

    Dear Experts,   I have an Internal Table like below, X        Y        Z 1        A       10 1        B       20 2        A       10 2        B       30 3        C       50 3        C       60 3        C       90     I need to select the  highest Z v

  • Adding changing/adding an image for an analytic

    Post Author: patrick Albaret CA Forum: Performance Management and Dashboards Hi,I'm trying to add a new image for an analytic in dashboard builder.When I edit an analytic, I go to the layout tab.In this tab, you can associate an icon to an analytic .