Create single file to play multiple mpegs - os x?

My Hitachi camcorder creates mpeg 2's - which I can play on the Mac (OS X - latest version) using the Mpeg 2 playback component. However it also creates the handy "playall" file which does just that. Any ideas on how to create one of these files or something that'll do the same thing? OS X doesn't play the playall file.
Thank you.

My Hitachi camcorder creates mpeg 2's - which I can play on the Mac (OS X - latest version) using the Mpeg 2 playback component. However it also creates the handy "playall" file which does just that. Any ideas on how to create one of these files or something that'll do the same thing? OS X doesn't play the playall file.You can try loading the files into MPEG Streamclip as a set of multiple files, fix timecode breaks, and try using the "Save as..." option to create a single file. However, be advised that "muxed" MPEG-2 file containers have a size limitation which is supported by QT. So, since you already have the QT MPEG-2 component installed, you may also wish to consider converting your "combined" movie to a fully compatible QT compression format which is not constrained by such limitations.

Similar Messages

  • Search multiple folders for files with same name and create single file

     I have a project where I need to search multiple folders for a file name and when found append data from each file to a single input file.
     Example
    root folder to start search
    \\servera\sales
    \\servera\it\salesa\cmmstr.txt
    \\servera\it\salesb\cmmstr.txt
    \\servera\it\salesc\cmmstr.txt
     I need to create a a single cmmstr.txt on the root folder. I would like it to be able to run this with parms to pass in folders to search and file names to search and single file name to create. I'm going to have a least 10 differnt files to
    search for and create output file for. The folders to search
    will somewhat be static.
     Thanks.

    I tested this out on my own seat and I think it should work for you. I wrote it as a function, all you have to do is pass the root folders you want to search and the file your looking for. The function will then search that directory and all sub directories
    for that file name. you will also have to provide it a file to append to, if the file dosen't exists the function will create it. If you run into an issues let me know and the links Mike
    Laughlin posted are a great resource.
    Function Search-Files{
    Param([String[]]$Locations, $SearchFor, $AppendTo)
    Begin
    If(-Not (Test-Path $AppendTo)){New-Item $AppendTo -ItemType File -Force}
    Process
    ForEach($Location in $Locations)
    $Files = Get-ChildItem -Path $Location -Filter $SearchFor -Recurse
    ForEach($File in $Files)
    Get-Content -Path $FIles.FullName | Out-File $AppendTo -Append
    End{}
    Search-Files -Locations "\\Server1\c$\Temp", "\\Server1\c$\Test1" -SearchFor "Install.cmd" -AppendTo "C:\Temp\Search.log"

  • How to create SINGLE file by combining all files in Adobe edge?

    we are using adobe animate to make medical related flash type cards, we have completed our work
    BUT
    problem is this when job is done edge animate created multiple files to including Scripts, images and HTML files, which becomes very difficult to upload on a server when we need to uplaod thousands of edge files on our site.
    is their any way that all the files are compiled into one file? so it will become really easy to uplaod thousands of flash card.
    secondly, is their any way to encrypt all stuff?

    As far as I know edge is always going to create that whole set of files. that's just the way it works. You had said that your problem stemmed from the fact that you had a lot of these animations or what you called "flashcards" and you didn't want to have to upload a whole set of project files for each card.  right?? My suggestion was just a way to package all your "flashcard" animations into a single edge project so you only have to upload a single set of files for all your "flashcards" . that said, not knowing what your application is or the way the user interacts with the cards this approach might not work for you at all. But I don't think there is a single file (like a swf) solution for edge projects.
    Joel H

  • Can we create single External Table for multiple files?

    HI,
    Can we create External table for multiple files? Could anyone please explain it.
    Thanks and regards
    Gowtham Sen.

    to merge 16 files having same structureWell, if files have the same structure, as per the reading of the example from the following documentation, you can create one external table for all your files :
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#i1007480
    Nicolas.

  • Creating zipped file which contain multiple files

    hi all,
    i have a problem which i would like some advice about:
    i need to recieve from a FTP server multiple files and then zip them all in one big zip file.
    now i checked the forums and all i found is using PayloadZipBean which in all the examples create a zip file with one .txt in it.
    is it possible to create multiple files in the zip using this module?
    another problem if the one big zip file is what if each of the files inside the zip file has it's own mapping...
    i think a BPM is a must here and a parallel one also with a correlation...
    i would like if it's possible to do something different as the correlation between the files is a bit complicated?
    regards and thanks a lot,
    Roi Grosfeld

    First,
    I would like to understand your requirement. Is it to only download and zip the files in to one file? XI is not the solution. A OS level script or some C program is what I would use for that which calls some FTP APIs.
    If you requirement is to get different files with different format but want to send them to one desintation which accepts files in only one format, I would not consider zipping them into one file and again unzipping then and executing a mapping XI. Instead, I would have different file adapter for each type of the file and use as many sender agreements with diffrent mappings.
    Hope it made some sense..!!
    VJ

  • Creating single file javadoc

    My application is in 3 packages:
    For example:
    org.test.one
    org.test.one.two
    org.test.one.three
    and everyone of these package contains a lot of classes.
    For my university exam i need to print the whole documentatiion created with Javadoc.
    It's not good if every class has its own ".html" document.
    Can I create a single big file easy to print??
    Thanks a lot

    Hi,
    There's a freeware doclet, called DocFlex/Doclet 1.2, which generates an RTF looking almost identical to the HTML produced by the standard Javadoc plus all pagination stuff above this, such as page numbers and tables of contents. Most embedded HTML tags in doc-comments are properly supported in RTF (including such things like tables, images and so on).
    Here's the URL:
    http://www.filigris.com/products/docflex_javadoc/doclet.php
    This doclet is actually a lite edition of an a lot bigger tool which allows to visually design your own documentation generated by Javadoc. If you need one, we could sell this to you for a symbolic price as a student.
    Leonid Rudy

  • Converting Aperture created .MOV files to play on DVD

    When exporting digital video clips from Aperture, they're exported in .MOV format which, if burned to a DVD, will not play.  Is there a way to export video files from Aperture so that they will play on a DVD player, or is there a way to convert those .MOV files to a format that can play on a DVD?
    I'm using a 21.5" iMac running OS10.6.8 and Aperture 3.2.4.

    How do you burn your DVD? The Finder's "Burn" will create a data DVD, not a video DVD. You need a burn program like iDVD or Burn to burn your video onto a video DVD.
    See this paragraph 3.1 in this User Tip:
    How to create a video-DVD? (Macs without iDVD): Apple Support Communities
                     Why is there no iDVD on my new Mac?
    Regards
    Léonie

  • Single  file is processing multiple times

    Hello All,
    I am working on a File-IDOC Scenario.
    I have a strange situation that when I place a .CSV file in the FTP server once and the File adapter is picking it up and when i check the SXI_MONITOR it appears twice or some times thrice and the contents are same in all the messages.
    After processing the file it will be deleted by the adapter as per the parameters set in the channel.
    Can any one help me out in this?
    Regards
    Hari

    Hi,
    Thanks for your reply.
    User who places the file on server assured me that he did not place it twice.
    and also the problem was not occured for all the files and only for some files.
    In that case will there be any way to check for the duplication of files.
    Best regards
    Hari prasad

  • Creating PDF file by scanning multiple docs

    I am using Apple iMac and trying to scan muliple page document into one singe PDF file. I am unable to do the same. I am using the Printer dialog box (scan tab) under system preferences on the Mac .

    Hi @aqua1,
    Welcome to the HP Forums! 
    I see that you are trying to scan muliple page document into one singe PDF file with your HP 2540. I am happy to look into this for you!
    So I can do some further research I will need to know the version of Mac OS X are you using. If you do not know the Operating System you are using, please visit this website. Whatsmyos.
    Please see this post, Want Good Answers? Ask Good Questions, by @Bob_Headrick, so you can get the most out of these forums.  
    Thank you for posting and hope to hear from you soon!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Create single XML document from multiple queries

    hi all!
    being a new programmer in XML world,my question might sound a bit stupid but your answers would mean a world to me. i have to generate a single XML document from my database by querying more than one table. for example i have 3 tables i.e HR_EMP_NAME, HR_PRODUCTS_DETAIL, HR_PAYROLL_SUMMARY. all three tables have completely different columns except one ID column which is a foreign kay from HR_MASTER_LIST. i want to get any insert operation on these tables as a single document. so far as i have studied, one option is to generate XMLDoc using XSU and then add child nodes using JAXP but i am ot geting the logic right.
    please do reply.
    thanks a lot
    usman

    This is an SQL/XML based answer so how much it helps you is hard to say, but it would be one option. You can have the SQL statement build the XML for you as shown by this simple example.
    SELECT XMLElement("root",
              XMLForest(emp.dummy AS "emp_name",
                        prod.dummy AS "prod_lvl",
                        pay.dummy AS "pay_scale"))
      FROM dual emp,
           dual prod,
           dual pay
    WHERE emp.dummy = prod.dummy
      AND emp.dummy = pay.dummy;which produces (formatted for human readability)
    <root>
      <emp_name>X</emp_name>
      <prod_lvl>X</prod_lvl>
      <pay_scale>X</pay_scale>
    </root>Whether that works with what you are trying to do via Java you will have to decide.

  • Single Supplimentary Invoice for Multiple Invoices

    Hi
    We are having Standardmanufacturing sales Process
    Ex: We did the sales of 1000 quantity of  goods over the period of time for Price  100 Rs/ and we had created invoices also in the system .After 3 months with the customer on mutual undersating we have decided to hike the price  110 Rs on excisting sales, Now i want to create Single Supplimentary invoice for multiple Invoices for the hiked amount 10,000 Rs( 1000 *10=10,000) along with Excise duties.
    Please help me out to map this senario in sap
    Thanks
    Mujubur
    09967919351
    Edited by: mujubur shaik on Nov 9, 2009 8:06 AM

    Dear Mujubur,
    It is generic feature of a business that price is changed for various reasons. So excise accounting is adjusted corresponding it.
    What you do, please create a debit memo request which is a sale order type document by VA01 with reference of all commercial inovices against which you want to create the single supplementory invoice. Then create a debit memo which is a bimming document by VF01 with reference of that debit memo reuest and do the release to accounting.
        Then part A/C will be debited and all other corresponding accounts with Excise provision A/C will be creadited. Now create a billing type as proforma invoice (Bill category U) in configuration and mainatin the copy control from debit memo document type.
    It is better to do the configuration first. Then create the proforma invoice with reference of that debit memo. It will be like a image document of the debit memo. Then create excise invoice by J1IIN with refernce of that proforma invoice with different number series if you want tom maintain. Then excise account will take place -  Ex provision Dr ,  ED payable Cr. That Excise document is  your desired supplementory excise invoice. It will also come in the scope of excise utilisation in J2IUN. The proforma invoice is to be created other wise excise document with transaction type DLFC will not vecreated as it creates only from proforma inovice , not from any other type of billing document.
        Don't go for Excise JV. Apparemntly it is seemed that will be easier but your accounting will be wrong and there will be no track of data which will lead a problem for long run.
    Please do it.  If more help required then inform. I have implemedted the same process.
    Hope this will serve your purpose.
    Regards
    Indranil

  • Single inspection lot for multiple plant

    Dear Experts,
    I am from pharma industry, my requirement is, there is any possibility to create single inspection lot
    for multiple plant.
    please guide.
    Thanks in advance.
    Yuvraj S. Dhotre

    Don't open multiple threads for same query. It makes the solutions to be scattered.

  • Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process.

    Any Tutorial / Sample to create Single PDF from multiple source files using PDF assembler in a watched folder process. I have a client application which will prepare number of source files and some meta data information (in .XML) which will be used in header/footer. Is it possible to put a run time generated DDX file in the watch folder and use it in Process. If possible how can I pass the file names in the DDX. Any sample Process will be very helpful.

    If possible, make use of Assembler API in your client application instead of doing this using watched folder. Here are the Assembler samples :  LiveCycle ES2.5 * Programming with LiveCycle ES2.5
    Watched folder can accept zip files (sample : Configuring a watched folder to handle multiple input files and write results to a single folder | Adobe LiveCycle Blog ). You can also use execute script to create the DDX at runtime : LiveCycle ES2 * Application Development Using LiveCycle Workbench ES2
    Thanks
    Wasil

  • Automate creating single PDF file from multiple documents

    Hi everyone ! I am testing the Adobe XI version, especially because I need it for a very specific function.I haven't found it yet, maybe you guys can help ?
    Basically, I need to make a user friendly system, that in one click will create a single PDF document from multiple files :
    To be more precise : I have in a folder on the network 25 different documents (Word and PDF mainly). Some of these documents change weekly. What I need as an end result is a single PDF, that combines these 25 ones in a specific order, and the tricky part is I need to automate this so that someone with absolutely no knowledge of Acrobat can perform this task, with just a click.
    I have found of course the procedure to manually build such a combined PDF, but as you can see it does not fulfil my needs.
    So that's it, as simple as that
    As a bonus question : I am still struggling with the construction of these documents : in the Word documents I use, there are both internal links within the document, and links between the documents (pointing to other Word files, or PDF files). I keep losing those links when I combine, is there something I am missing ?
    Second bonus question : I would like to have multiple levels of signets, but for some reason all my signets are at the same hierarchical level. Anything I am doing wrong ?
    A free electronic doughnut for anyone giving me a hint !

    When you combine you have many PDFs together in one, new PDF.  Your orignal links are from one specific file to another specific file. A combine does not change the link in the original file. So the link is now from the  PDFcombined  to the second specific file. However, "second specific file" won't be present - so, "broken link".
    Be well...

  • How can I play an mpeg-2 file from my handycam on quicktime?

    When I try to play an mpeg-2 file from my handycam I receive an error message stating that a required codec is not available.  How can I get this codec and is it a free download?  Neither audio or video will play.

    Thanks for your input.  To clarify a couple of things, I'm ultimately looking at editing my video from the handycam, hopefully with imovie.  In exploring how to do this I came across mpeg streamclip video converter for osx but then discovered that in order to install it with Lion, I'd need to download a mpeg-2 playback component.  From what I understand, this component is inherent in QT 10.1 with Lion and therefor you can't brink up a 'disk image' in order to install the video converter.  Sounds like I'd need to buy that.
    As previously mentioned, there are three forms of QT support for MPEG-2 content:
    1) The QT MPEG-2 Playback Component ($19.99) is required for use by QT 7 based applications (QT 7 Player, GarageBand, as well as, QT 7 based third-party applications like MPEG Streamclips. This component is not used required for nor used by the QT 10.1 Player or iMovie '07/'08/'11 apps.
    2) The Importer Component installed as part of your video editing software package. As previously indicated, this package handles the importation of content from various camcorders employing many different compression formats. It's primary purpose is to make the imported content "edit" compatible with the video editing software. In the case of "muxed" GOP MPEG-2/AC3 content, it decompresses/turns the P- and B-frames into I-frames which essentially makes the video QT editit compatible at the frame level without actually converting the video to a different compression format. This is a moderately fast operation which does not degrade the video quality. In addition, the importer component also converts the AC3 audio to QT "edit" compatible AIFF (Linear PCM) content and places both the video and audio content in an MOV file container. Since "muxed" GOP MPEG-2 content essentially synchronizes the audio and video content spatially, the last step in the import process is to add a time offset to minimize audio/video drift in the MOV file which synchronizes the multiple data tracks temporally with respect to an external timing reference. The result of this operation is QT edit compatible content in an MOV file container that is playback on any system having iMovie '07/'08/'11 installed. That is why I always recommend using this work flow for content still located on the camcorder.
    3) The QT 10.1 MPEG-2/AC3 GOP support appears to be built into the app or only accessible using the app and not available for use by either QT 7 or iMovie applications. This content is not QT edit compatible at the frame level (i.e., the manner in which all Apple video editors work).
    4) In the case where the "muxed" MPEG-2/AC3 content has already been removed from the camcoder and you can no longer "import" the content as per option 2 above, purchase of the QT MPEG-2 Playback component and use of the MPEG Streamclip app provides, in my opinion, the greatest degree of secondary functionality. In this case you have the option of demultiplexing the original content to M2V and AC3 content or paired M2V and AIFF elementary stream files or conversion of the content to any QT editit compatible audio and video compression combination including "Pro" editing codecs if FCP is installed on your system.
    5) With regard to the installation of the QT MPEG-2 Playback component, you have three options:
    a) You can install the component on a pre-Lion system and then copy it to your Lion system.
    b) You can download the MPEG Streamclip "beta" package and us the "helper" software to install the component directly on the Lion operating system.
    c) You can us an app like Pacifist to extract/install the component directly to the Lion OS platform.
    In any event, remember that this component is not supported by the QT 10.1 app nor is AC3 natively supported by the QT 7 app and so you will have to use the MPEG Streamclip app to both make use of this component and provide app support of the AC3 audio which can then be "bridged" for use by QT 7 based apps.
    All this being said, when I decided for the first time to just open my video in QT 10.1 (which is a .mpg file) it wouldn't open and the error said that a required codec wasn't available.  The file is .mpg and info states it is a mpeg-2 video, AC3.  I have VLC installed and can view the video with that, but am just frustrated as to why QT 10.1 won't play it (as I believe it should, since the file is a .mpg).
    As I have repeatedly stated, I consider QT 10.1 "a work in progress" and have given up trying to guess why it works in some cases and not in others. In some cases, files sent to me having the problem you describe suddenly became playable in QT 10.1 after using VLC to copy the data from the original file container to a new program stream file container (i.e., not conversion was applied—just the copy of the original data). You can try this for playback purposes but it will do nothing for your editing work flow unless you plan to us QT 10.1 to convert the content to H.264/AAC for editing in which case HandBrake or MPEG Streamclip (with QT MPEG-2 Playback component) would probabaly work on the original file. (I.e., I prefer using a low-compression, high data rate compression format at highest video quality setting as an "intermediate" editing format to preserve as much of the original quality as possible.)
    One thing I also noticed, there is no QT file in my library (I didn't move, delete or change anything, just looked to see if I could find the file as mentioned on another forum, but it wasn't there).  Not sure if this has a connection as to whether the .mpg file can be played with QT 10.1 or not.
    If you are referring to an MOV file created by importing the content directly from the camcorder, then it will be located in your iMovie "Event" folder, the location of which will depend on which drive you assigned it to. Such a file sould already be both playback and editable in QT applications.
    Any other input would be much appreciated.  Am I missing something from my QT 10.1 that should have  been installed?
    I believe that covers just about everything. Since QT 10.1 is the original version installed by the Lion OS installer, there have not been any updates to it and, unless you have been messing around deleting things in your QT component folders, there is little probability that anything has been deleted, removed, or misplaced during normal system use. What I normally recommed is that you keep QT 10.1 installed and install the Lion compatible version of QT 7 (v7.6.6 if not already installed) to maximize your QT playback capabilities between the two. In fact, I tend to use the QT 7 "Pro" player for most daily "quickie" edits and still consider it the more useful of the two utility-Players.

Maybe you are looking for