Unrelated Audio on new Ingested files using Prelude CC

Why would my new Ingested files use audio from previous Ingested files that are completely unrelated when I open them in Premiere Pro CC to began a new Project? I can not hear any audio that's on the Ingested file, just a different files audio from a previous Rough Cut.

funkydoobie wrote:
Does Creative plan to support H.264 video in the future with a firmware update (Especially considering that the new 32 GB Zen--which is apparently out now--will feature a chip that supports H.264.)
All Zen's (2/4/8/6/32) have the Sigmatel STMP3700, which is capable of much more than Creative care about, so probably not :-(Message Edited by m99__ on 2-05-20070:4 PM

Similar Messages

  • How to create new XML file using retreived XML content by using SAX API?

    hi all,
    * How to create new XML file using retreived XML content by using SAX ?
    * I have tried my level best, but output is coming invalid format, my code is follows,
    XMLFileParser.java class :-
    import java.io.StringReader;
    import java.io.StringWriter;
    import javax.xml.transform.OutputKeys;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerConfigurationException;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.dom.DOMResult;
    import javax.xml.transform.sax.SAXSource;
    import javax.xml.transform.sax.SAXTransformerFactory;
    import javax.xml.transform.sax.TransformerHandler;
    import javax.xml.transform.stream.StreamResult;
    import org.w3c.dom.Document;
    import org.xml.sax.Attributes;
    import org.xml.sax.InputSource;
    import org.xml.sax.SAXException;
    import org.xml.sax.helpers.XMLFilterImpl;
    public class PdfParser extends XMLFilterImpl {
        private TransformerHandler handler;
        Document meta_data;
        private StringWriter meta_data_text = new StringWriter();
        public void startDocument() throws SAXException {
        void startValidation() throws SAXException {
            StreamResult streamResult = new StreamResult(meta_data_text);
            SAXTransformerFactory factory = (SAXTransformerFactory) SAXTransformerFactory.newInstance();
            try
                handler = factory.newTransformerHandler();
                Transformer transformer = handler.getTransformer();
                transformer.setOutputProperty(OutputKeys.ENCODING, "UTF-8");
                transformer.setOutputProperty(OutputKeys.INDENT, "yes");
                handler.setResult(streamResult);
                handler.startDocument();
            catch (TransformerConfigurationException tce)
                System.out.println("Error during the parse :"+ tce.getMessageAndLocation());
            super.startDocument();
        public void startElement(String namespaceURI, String localName,
                String qualifiedName, Attributes atts) throws SAXException {
            handler.startElement(namespaceURI, localName, qualifiedName, atts);
            super.startElement(namespaceURI, localName, qualifiedName, atts);
        public void characters(char[] text, int start, int length)
                throws SAXException {
            handler.characters(text, start, length);
            super.characters(text, start, length);
        public void endElement(String namespaceURI, String localName,
                String qualifiedName) throws SAXException {
            super.endElement("", localName, qualifiedName);
            handler.endElement("", localName, qualifiedName);
        public void endDocument() throws SAXException {
        void endValidation() throws SAXException {
            handler.endDocument();
            try {
                TransformerFactory transfactory = TransformerFactory.newInstance();
                Transformer trans = transfactory.newTransformer();
                SAXSource sax_source = new SAXSource(new InputSource(new StringReader(meta_data_text.toString())));
                DOMResult dom_result = new DOMResult();
                trans.transform(sax_source, dom_result);
                meta_data = (Document) dom_result.getNode();
                System.out.println(meta_data_text);
            catch (TransformerConfigurationException tce) {
                System.out.println("Error occurs during the parse :"+ tce.getMessageAndLocation());
            catch (TransformerException te) {
                System.out.println("Error in result transformation :"+ te.getMessageAndLocation());
    } CreateXMLFile.java class :-
    Sax.startDocument();
    Sax.startValidation();
    Sax.startElement("", "pdf", "pdf", new AttributesImpl());
    Sax.startElement("", "basic-metadata", "basic-metadata", new AttributesImpl());          
    String xmp_str = new String(meta_data.getByteArray(),"UTF8");
    char[] xmp_arr = xmp_str.toCharArray();
    Sax.characters(xmp_arr, 0, xmp_arr.length);
    Sax.endElement("", "pdf", "pdf");
    Sax.endValidation();
    Sax.endDocument();
    Sax.endElement("", "basic-metadata", "basic-metadata");* In CreateXMLFile.java
    class, I have retreived the xml content in the meta_data object, after that i have converted into character array and this will be sends to SAX
    * In this case , the XML file created successfully but the retreived XML content added as an text in between basic-metadata Element, that is, retreived XML content
    is not an XML type text, it just an Normal text Why that ?
    * Please help me what is the problem in my code?
    Cheers,
    JavaImran

    Sax.startDocument();
    Sax.startValidation();
    Sax.startElement("", "pdf", "pdf", new AttributesImpl());
    Sax.startElement("", "basic-metadata", "basic-metadata", new AttributesImpl());          
    String xmp_str = new String(meta_data.getByteArray(),"UTF8");
    char[] xmp_arr = xmp_str.toCharArray();
    Sax.characters(xmp_arr, 0, xmp_arr.length);
    </code><code>Sax.endElement("", "basic-metadata", "basic-metadata");</code>
    <code class="jive-code jive-java">Sax.endElement("", "pdf", "pdf");
    Sax.endValidation();
    Sax.endDocument();     
    * I HAVE CHANGED MY AS PER YOUR SUGGESTION, NOW SAME RESULT HAS COMING.
    * I AM NOT ABLE TO GET THE EXACT OUTPUT.,WHY THAT ?
    Thanks,
    JavaImran{code}

  • How to create a new excel file using Excel Destination when Destination file not exists.

    how to create a new excel file using Excel Destination when Destination file not exists.

    Just need to set an expression for excel connectionstring and set delay validation to true and it will create it on the fly.
    The expression should return the full path with dynamic filename in each case.
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    Deploying manually CC PKG file built with CC Packager. Not using any third party deployment tool. However after each 5 installations, the PKG files corrupt and cannot be use for a 6th installation. I have to build a new PKG file using CC packager.  Why ?

    http://helpx.adobe.com/creative-cloud/packager.html
    http://forums.adobe.com/community/download_install_setup/creative_suite_enterprise_deploym ent

  • SAX: How to create new XML file using SAX parser

    Hi,
    Please anybody help me to create a XML file using the Packages in the 5.0 pack of java. I have successfully created it reading the tag names and values from database using DOM but can i do this using SAX.
    I am successful to read XML using SAX, now i want to create new XML file for some tags and its values using SAX.
    How can i do this ?
    Sachin Kulkarni

    SAX is a parser, not a generator.Well,
    you can use it to create an XML file too. And it will take care of proper encoding, thus being much superior to a normal textwriter:
    See the following code snippet (out is a OutputStream):
    PrintWriter pw = new PrintWriter(out);
          StreamResult streamResult = new StreamResult(pw);
          SAXTransformerFactory tf = (SAXTransformerFactory) TransformerFactory.newInstance();
          //      SAX2.0 ContentHandler.
          TransformerHandler hd = tf.newTransformerHandler();
          Transformer serializer = hd.getTransformer();
          serializer.setOutputProperty(OutputKeys.ENCODING, "UTF-8");//
          serializer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM,"pdfBookmarks.xsd");
          serializer.setOutputProperty(OutputKeys.DOCTYPE_SYSTEM,"http://schema.inplus.de/pdf/1.0");
          serializer.setOutputProperty(OutputKeys.METHOD,"xml");
          serializer.setOutputProperty(OutputKeys.INDENT, "yes");
          hd.setResult(streamResult);
          hd.startDocument();
          //Get a processing instruction
          hd.processingInstruction("xml-stylesheet","type=\"text/xsl\" href=\"mystyle.xsl\"");
          AttributesImpl atts = new AttributesImpl();
          atts.addAttribute("", "", "someattribute", "CDATA", "test");
          atts.addAttribute("", "", "moreattributes", "CDATA", "test2");
           hd.startElement("", "", "MyTag", atts);
    String curTitle = "Something inside a tag";
              hd.characters(curTitle.toCharArray(), 0, curTitle.length());
        hd.endElement("", "", "MyTag");
          hd.endDocument();
    You are responsible for proper nesting. SAX takes care of encoding.
    Hth
    ;-) stw

  • Creating new flat file using TextEdit w/specified name and path

    Hi all,
    I am working on an Applescript to create a blank new plain text file (in /tmp with a unique filename derived from today's date and time) and am missing something 'cause I keep getting an error message.
    Here's the code:
    <pre class=command>
    set Today to (do shell script "/bin/date +%Y%m%d%H%M%S") as string
    set DefaultFilename to (Today & "TMP.txt") as text
    set TMPpath to "/tmp/" as text
    set TMPFile to (TMPpath & DefaultFilename)
    tell application "TextEdit"
    set NewDoc to make new document with properties {name:DefaultFilename, path:TMPpath}
    end tell
    </pre>
    When I run the above code snippet I get the Applescript error message:
    TextEdit got an error: NSArgumentsWrongScriptError
    I understand that the properties listed in the make command should be a record, and that the individual properties comprising the record should each be text.
    What am I missing here? Something obvious I suspect.
    Any ideas would be greatly appreciated!
    Ed

    You're trying to use Unix-style paths for a Cocoa app, and that won't work.
    You need to use Mac-style paths, that is, colon-delimited, not unix-style (slash-delimited) paths.
    <pre class=command> set Today to (do shell script "/bin/date +%Y%m%d%H%M%S") as string
    set DefaultFilename to (Today & "TMP.txt") as text
    set TMPpath to ":private:tmp:" as text
    set TMPFile to (TMPpath & DefaultFilename)
    tell application "TextEdit"
    set NewDoc to make new document with properties {name:DefaultFilename, path:TMPpath}
    end tell</pre>
    A slightly better solution is to use the path to command rather than a hard-coded path. path to temporary items will give you the path to the current OS temporary file directory, which is more reliable than hard-coded strings, especially since non-English versions of the OS mght not use the same path names.
    <pre class=command> set TMPpath to path to temporary items as text</pre>

  • New control file using spfile

    Hi all,
    I want to multiplex my control file to another volume. I have an spfile (no init.ora file). Do I just use an alter system with scope = SPFILE?
    i.e. ALTER SYSTEM SET CONTROL_FILES=... scope=SPFILE"
    Thanks for any feedback.

    geeter wrote:
    Hi all,
    I want to multiplex my control file to another volume. I have an spfile (no init.ora file). Do I just use an alter system with scope = SPFILE?
    i.e. ALTER SYSTEM SET CONTROL_FILES=... scope=SPFILE"
    Thanks for any feedback.Change spfile while database running
    Close the db
    Start it and it will use new settings for CONTROL_FILES
    Kamran Agayev A.
    Oracle ACE
    My Oracle Video Tutorials - http://kamranagayev.wordpress.com/oracle-video-tutorials/

  • Audio bug with WAV files: use mp3, not wav for syncing long audio files

    Just a tip:
    I've noticed another audio bug in Presenter (including 7.05) but there is a workaround. I often export the audio as a single, long clip from pre-recorded lecture videos, and sync it with the powerpoint slides in Presenter. I've found it easiest to import the long audio file into the first slide, then sync using the Edit Audio window. I find that much easier to use than the Sync audio window.
    However, If you use WAV format for the imported audio file, sometimes Presenter will simply refuse to play back anything beyond about 5 minutes into the timeline in the Edit Audio window. Nothing fixes it - restarting, re-importing, etc. However the problem goes away if you save the audio as mp3.
    Ellen
    http://thedesignspace.net

    Why did you post this in the LiveType forum?
    I would recommending posting your question in the Final Cut Pro forum.
    Have you tried trashing your preferences?
    Anyways... here is a thread with a similar problem:
    http://discussions.apple.com/thread.jspa?threadID=656515

  • I can't send new Keynote files using Sparrow.

    I want to send Keynote files, but Sparrow gives an error and won't send at all. Sending with Gmail works, but the receiver can't open the file. What to do?

    Going back to Keynote 1, the OSX "Package" was always a folder that was only treated differently due to the .key at the end instead of .folder. In between then and now, they created another format that was essentially the same thing, but zipped up (and still with a .key extension). Keynote would open both and save to both the same and there wasn't a functional difference. There's never been a "simple" Keynote file, it's always been basically a folder, zipped or not, with a .key extension.
    For example, take a .key file from Keynote '09 (one that won't let you "Show Package Contents", change the extension to .zip (you'll have to tell Finder YES this is what I want to do), then double click on it. OSX's built in unzipper will open it like any other .zip file and you'll see the "folder" contents. By the same token, take any .key file that WILL let you "Show Package Contents", change it's extension from .key to .folder and save that. It'll open just like any other folder on your system. And, the changes are reversible for Keynote '09, change the .folder back to .key or change that .zip back to .key and Keynote will recognize it.

  • Converting a pdf file to a new pdf file acrobat 9s only creates a ps file.

    Using win7 with adobe acrobat 9 standard. This is a new problew. With a pdf file open, and wanting to create a new pdf file using the print function with Adobe PDF as the prnter, I can no longer "print" the file to a new pdf file. Adobe "print to file" dialog box only provides the file type as a "ps" file. I have been using acrobat 9s without a problem. This is a new issue that just appeared today. See below - it won't allow me to print to a new pdf file. How can this be corrected?

    Make sure the Print to File option in the Print dialog is ticked off.

  • Creating new text file (txt.) everytime a string is passed in

    Dear all, need some help from you all. I am now developing a web service program to allow users to type in a string of characters. And will need to create txt. file to store this strings. Currently, i hard code the directory and the name of the txt file (e.g C:\\test.txt) does anyone know if possible solution to create new txt. file (using different names) whenever a string is passed in from the web service? I am using J2EE as programming language and BEA Workshop for Weblogic Platform version 10.
    Thank You very much.

    well, make the name as argument.
    and new File(name)...blablablabla

  • Problem in copy 2 WORD files to a new WORD file

    Hi
    I have a problem in copy 2 WORD files to a new WORD file -
    i.e. the text of the new WORD file suppose to be composed from the text of the 2 original WORD files.
    Unfotunately I get a new WORD file which i can't open, or a file which contains strange simbols in it.
    So far i succeded in copy one WORD file to a new WORD file , using - FileOutputStream and FileInputStream, the code is:
    import java.io.*;
    public class IOStreamDemo {
    public static void main(String[] args)throws IOException {
    InputStream in2 = new FileInputStream("fruit.doc");
    OutputStream out2 = new FileOutputStream("dst2.doc");
    // Transfer bytes from in2 to dst
    byte[] buf2 = new byte[1024];
    int len2;
    while ((len2 = in2.read(buf2)) > 0) {
    out2.write(buf2, 0, len2);
    in2.close();
    out2.close();
    Does sombody know how to do it properly?
    Thanks

    dear friend
    I just create two word file one is fruit.doc and other
    is dst2.doc
    after that i write some lines in fruit.doc
    then I just execute your code.
    after that I open dst2.doc
    then I found it as exact copy of fruit.doc
    I doesn't get any junk text.
    Your code is working absolutely fine.No it is not. Add som styling, headers, index etc to the docuements, and then try to run the code. It's not possible to just append two word documents. You have to parse the files and read relevant information, and then create a new valid document with that information.
    /Kaj

  • Opening new excel file by righ click produce worksheet name in french

    Hi,
    I am using Office 2010. I have strange problem. All my language setup is English. Though when I create a new excel file using right click options. It does create a new excel file with work sheet  named in French by default. I see following three worksheets:
    Feuil1, Feuil2, Feuil3.
    How can I change this to English name so everytime it creates work sheet names as Sheet1,Sheet2,Sheet3?

    Do you have a language pack installed? I assume your computer language is set to French?
    Maurice

  • Writing word file using POI

    HI!
    can any body help me in writing a new word file using Apache POI (Java API). any code or link.
    Thanks in advance

    http://poi.apache.org/hwpf/quick-guide.htmland
    http://svn.apache.org/viewvc/poi/trunk/src/scratchpad/testcases/org/apache/poi/hwpf/

  • Prelude takes a long time to open a (new) project file

    Hi,
    I'm trying out Prelude, and I've created a new project and ingested (via link) about 20 hours of Canon XF footage in about 1000 files from an internal hard drive. All the media loaded correctly and all the audio peak files were generated.
    When I close and reopen Prelude and try to open that project, the "loading project" window pops up, the progress bar proceeds to completion over a few seconds, and the window goes away. The issue is that Prelude is then unresponsive for the next ten or fifteen minutes! I can see the entire interface, but nothing responds. I can see the clips listed, but their thumbnails are not loaded. Windows System Monitor tells me Prelude is actively using CPU and accessing the disk. After 10-15 minutes, the thumbnails appear and I'm able to use Prelude, but this seems like a LONG time to load a not-so-big project on a pretty new system. Is this normal?
    My system has one of the new i7-4770k processors, 16 GB of RAM, a Samsung 840 SSD for the system drive, and an internal Seagate 3TB 7200 RPM drive as the media drive for this project, so I would expect loading to be pretty snappy. While Prelude is unresponsive, system monitor shows it using 15-20% CPU, 11 GB of RAM, and only 5-10 MB/s disk access. I've tried recreating the project file from scratch several times, with the same result every time.
    Is this wait time normal? Is there any way I can speed it up?
    If it's still loading, it seems like it should provide some feedback about that, too.

    Hi Michael,
    I tested out Prelude with approximately half of the same footage of my
    larger project. It still had a brief unresponsive period but,
    interestingly, the relationship to the amount of footage didn't seem to be
    linear. Whereas a project with all the footage takes 10 minutes, this one
    only took about a minute.
    I should also point out that, although this is all Canon XF footage and all
    the media is in numbered subdirectories with metadata like on the card,
    they are not contained within the "CLIPS001" directory that your Canon XF
    importer uses to identify XF media. Therefore, when I import them, the
    import dialog doesn't identify the media directories as such. I don't know
    whether that makes a difference, just wanted to try to help narrow it down
    in any way I can.
    Hope that helps. Will you update me when you have something?
    Thanks.

Maybe you are looking for

  • Lion Finder active window display problem

    I'm running 10.7.3 on my MB Pro.  I have all the latest-and-greatest updates.  However, this quirk only started to appear with Lion and has appeared in all versions to date.  I'm wondering if I'm the only one who has this problem. Here it is:  Whiche

  • Requirement of no output Trigeer for internal changes in the PO

    Hi All, My client requirement is if there are any internal changes in the PO(Like Pur. Group change etc) Out put should not be trigeered. Output should be triggered for the changes which should be informed to the vendor like Quantity, price etc. Your

  • JDev BUG? XmlInvalidOnCommitException

    Hello Everyone, I tried to run the Business Components From Tables assistant for two tables, DESIGN_REQUEST and COMMERCIAL_REFERENCE_REQUEST, and created a new package (...model.designrequest) to store my brand new Entity Objects and their associatio

  • Generate bar codes in smartforms

    Hi, I wonder to know how can I add bar codes to a smartform. Bar codes should be generated in a automatic sequence and its number should be printed too. Thanks a lot, Nuno Moreira

  • How to set alias?

    I have been confused by the alias for a long time that in the URL request syntax for servlet(in the OC4J for 9iAS Reports Services Server). The alias in the URL of http://<server_name>.<domain>:<port>/<alias>/rwservlet?<param> is however, seems alway