Importing .mts files in to a mac

I have a bunch of .mts files and would like to work with them any ideas?

Hi(Bonjour)!
See this topic:
http://discussions.apple.com/thread.jspa?threadID=1298520&tstart=0
Michel Boissonneault

Similar Messages

  • Trying to import mts files from my cannon  hd video camera

    trying to import mts files into my final cut pro trial version and it does not recognize this file type. any help would be appreciated. I am trying to decide whether to continue using adobe premier for editing or consider purchasing final cut pro
    I am on a 13 inch mac book pro, my first apple product, just got it a week ago and trying to get used to it
    Thanks , Tom

    Got it now.Your hint about importing from the top level of the file system makes sense, and yes I was not importing correctly from the camera. I was triying to import manaully by searching for the sream file and selecting the mts files on there. when I tryed imporing from the inernal memory of the camera and not from the sd card it worked just fine. Thanks
    If I am using files on the sd card can I import them in some way ?

  • Importing MTS Files from Canon HF100

    I am unable to import MTS files from my Canon HF100 SD card (or camera with card inserted) into iMovie 08. The files are grayed out. I have no problem importing standard definition files from the SD card. There are conflicting posting on this topic (some people appear to have no problems). Apple support tells me I need to get a conversion program. However, the Canon HF100 is listed as a compatible camcorder. I would appreciate any assistance. Thanks.
    Jeremy

    It seems like you shouldn't have to convert the files in case there is any loss in quality or file info. If you've only saved the .mts files to your hard drive you might try re-loading them onto the camera using the software that came with the HF100 (i forget was this is called and whether it even works on a Mac - i used a PC). The file structure will be reestablished and then the mac should be able to read it, whether the camera is plugged into the computer via usb, or if you plug the SD card into the usb port.
    I haven't tried the whole sequence described above but I've used a variation of it to put movies back on the camera, and also to convert the file structure back onto an SD card that was read by iMovie and a Playstation 3.
    In the future remember to download the entire file structure from the SD card if you want to save to a hard drive.
    I'm about to install Final Cut Express 4 and work with my HF100 videos so I guess I'll find out soon enough how easily the HF100 files are imported with that.

  • Importing .mts files not nested in original camera folder structure

    The short version:
    Is there any way to import .mts files already copied to a hard drive, without keeping the camera's folder structure intact, into Premiere Pro CS5.5?
    The long version:
    I recently purchased an iMac. For years I edited video on Windows using Sony Vegas and Vegas Home Studio. My camera, the Panasonic Lumix TS2, shoots AVCHD video. Vegas has no problem importing and editing AVCHD .mts files from a camera or a hard drive so it wasn't until I attempted to edit some video in Premiere Pro, recieved the "unsupported compressions type" error message and did some searching that I realized folder structure is so critial to working with AVCHD. From what I can tell, the files have to be in the PRIVATE>AVCHD>BDMV>STREAM>xxxxxxx.mts confirguration to be imported via the media browser.
    Here is my situation, I have hundreds of .mts files in separate folders, bundled together with photos from the same day or event. I'm on an iMac i7, using an activated version of Premiere Pro CS5.5 from the Master Collection. Is there any way I can import and edit these files natively? And in the future, is there any way around transferring the entire folder structure everytime I want to copy the video files to my hard drive? I use Bridge to import photos and it will just pull the video files off the card and plop them in the same folder. Having to transfer the videos separately seems like a silly work around in our modern age. Thanks for any help you can provide.

    Yo! I used to have this problem for about 1 year!! And fixed it about half a year ago and I have never been as happy when I fixed it!
    Be sure that your sequence settings are set to the right settings: When you create a new sequence you should be promped with a window asking what settings you want. Open the "AVCHD" folder and there should be 3 folders; 1080p, 1080i, 720p. Pick the one that you filmed at, I film at 1080p, so I open that folder and then you pick the right setting to what you filmed your scene. I film at 24 fps so i pick AVCHD 1080p24 (non-anamorphic). Now there should be a new sequence with the right settings (don't use the same settings as I do unless you have filmed at the same frame rate and that it was filmed at 1080p or 1080i, there is a big difference between "p" and "i"). If you go in to the window in the bottom left corner there should be a tab on that box that says "Media Browser". Click it and the directory to your computer should be shown. If you have your SD card connected there should be something called SD card (or if you have renamed it then it is obvious what you should select). After selecting it there should be a folder called AVCHD and you open it up. This is where it gets tricky... because I don't know what camera you use and don't have any experience with your camera then you will have to go through all the folders that are within the AVCHD folder. They are not so many but in the folder where all the clips are hidden they should be called 00626.mts for example. Then you just select the clips you want to import and import them. This process can also be done by opening Finder (mac) or on PC just open up the same way and select the clips you want and drag them i to your project window
    Then if you drag a clip in to the sequence, this is were you see if you did all the steps right (with the sequence settings) then the light above the clip should be yellow, meaning that the playback engine recognizes the format and can play it back without any compression Therefor giving you much better quality videos!
    Hope this helps, I know the pain you are going through, don't want it to happen to anyone else

  • Why does iMovie '09 not directly import MTS files?

    I see lots of posts of people having problems with their HD movies. I have 16GB of movies on my Canon HF100 that I cannot import into iMovie because of some weird iMovie bug where it is looking at the entire file structure on the card. I can reformat the SD card and shoot a few quick movies and iMovie '09 recognizes the card and imports just fine. The million dollar question is why can't iMovie '09 import MTS files directly? What about for people with archived MTS files? To me something is missing here. Either iMovie '09 has a bug importing or there is some super critical folder structure it is looking for before it imports. This is obviously not an isolated issue. BTW, I do not want to and should not have to use a third party file converter. Every conversion means loss in quality. Can someone at Apple address our issues? Is there possible a fix coming?

    I have been searching for an answer to this question and no one seemed to have an answer. There is however a very easy work around thanks to the poster RodrigoPoloDOTcom.
    http://discussions.apple.com/message.jspa?messageID=10745889#10745889
    Basically you can re-encode all of your MTS files very fast with FFMPEG and using the command ffmpeg -i myvideo.m2ts -acodec copy -vcodec copy myvideo.m4v
    If you are on a Mac you can instal FFMPEG with RodrigoPoloDOTcom's method. Paste the following entries into the Terminal:
    curl -O http://rodrigopolo.com/ffmpeg/binkit/mac/binkit-v1.1.tar.gz
    tar xzvf binkit-v1.1.tar.gz
    cd binkit-v1.1/
    ./install.sh
    cd ..
    rm -rf ./binkit-v1.1
    rm binkit-v1.1.tar.gz
    Then you can navigate to your directory that contains all of your MTS files and execute the following command from Terminal:
    apply 'ffmpeg -i %1 -acodec copy -vcodec copy %1.m4v' *.MTS
    I was then able to import my movies into iMovie '09 with ease. I do not understand why iMovie '09 cannot do something like this when trying to import MTS files directly.

  • FAQ: How do I troubleshoot audio issues when importing .MTS files?

    Hello.   The link FAQ: How do I troubleshoot audio issues when importing .MTS files?
    does not work, and i need the answer please. My imported MTS clips are not playing back audio because it seems that no audio imported with the video.   Thanks, Don.

    Hi there
    Audio plays when the object with the audio assigned appears. This is why you hear it when the Button appears.
    Try assigning the audio instead to the object that appears when you click the button. Perhaps the caption.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Why can't I open and retrieve my files from iPhoto and my address book after importing the files from my Power mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

    Why can't I open and retrieve my files from iPhoto and my Address Book after importing the files from my Power Mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

    For your addressbook, export the files to vCard on the PowerMac, then bring them over to your Mac Pro. For your iPhoto, copy the Users -> yourname -> Pictures folder to your Desktop on the Mac Pro, and open iPhoto on the Mac Pro holding the command and option keys.  Select the library file from that Pictures folder and open it.  It should import all the pictures into iPhoto as part of the rebuild process.  Other PowerPC to Intel migration issues are covered here: https://discussions.apple.com/docs/DOC-2295

  • Importing MTS files in Premiere Pro CS5 Trial

    I just bought the Master Collection but I am getting the box sent to me via mail so while I am waiting I am using the trial version. Anyways I tried importing MTS files from my hard drive and I am getting the following error - "file has an unsupported compression type." Is this because of the trial version? Will this work as soon as I get my serial number and officially register the product? Thanks in advance.
    - Zef

    Is this because of the trial version?
    Yep; no MPEG-based assets in the trial due to licensing restrictions.
    Will this work as soon as I get my serial number and officially register the product?
    Yep; be sure to uninstall the trial before you install the Master Collection, though. It's a good idea to run the CS5 Clean Script, too.

  • I can't import MTS files in premier cc2014

    Premiere Pro CC 2014 doesn't import .MTS files? Says unsupported compression type

    Move folder to another place on the drive and rename.
    See if that will help.
    Ingest via the Media Browser.

  • How import AVI files to my I Mac for editing in Final Cut?

    How import AVI files to my I Mac for editing in Final Cut?

    You first convert them to ProRes with Compressor or MPEG STREAMCLIP, then import the ProRes files into FCP.  FCP doesn't work with the AVI container...footage must be Quicktime, and must be in a codec FCP works with.

  • Unable to import mts files

    i just updated my premiere to the latest version (cc 2014) and when i try to import mts files it gives me an error message that the file compression type is not supported.
    i have tried to rename the folder as well as deleting the media cache files, i even tried going back to the older version of premiere and now it wouldn't work either.
    anyone has a solution?

    Rename the folder again and manually empty the media cache database folder. (so that it is really empty).
    Where are the mts files stored (what kind of drive).
    See if that will help.

  • Mts files cannot imported with audio in pro cc6. how i can import mts files with audio?

    when i am importing mts files in pro cc6. every time it is being imported without audio. though original mts files have audio. how can i import mts files with audio in cc6?

    To clarify Media Browser suggestion - very important that you copy ALL content from SD card to hard drive before importing using Media Browser. If you only have the .mts files alone, there is stuff missing that is needed for Premiere to properly interpret the video/audio.
    Thanks
    Jeff Pulera
    Safe Harbor Computers

  • Can I import .MTS files from an external hard drive into Final Cut Pro X?

    Can I import .MTS files from an external hard drive into Final Cut Pro X?

    Luis Sequeira1 wrote:
    b) Use an utility like Clipwrap or MPEG Streamclip to convert the mts file to a quicktime (mov) file
    Luis,
    Just to clarify one point…in order for Streamclip to convert the MTS I believe a plug-in like the AVCCAM QuickTime importer from Panasonic needs to be installed. (Credit David McClain over at the FCS boards for that info.)
    Russ

  • Help needed. Can I import MTS files directly into FCE?

    I am currently using iMovie, but iMovie doesn't recognise the .MTS files that my Panasonic AG-HMC41E produces.
    I was thinking of upgrading to Final Cut Express, but I don't know if that will solve the problem or not.
    Can anybody confirm that FCE will enable me to directly import .MTS files?
    Thanks in advance,
    Mike

    As far as I have heard, transcoding to Apple Intermediate Codec (AIC) makes a file that scarcely looks different from the original MTS; I should remind you that if you were able to ingest the MTS files directly into iMovie or Final Cut Express, they will do the same thing - transcode to Apple Intermediate Codec; they're just doing it within the interface of a capturing process. When they are ready for editing, they are now AIC. An app like Streamclip or ClipWrap is just helping you get this done outside of FCE or iMovie.
    ClipWrap 2 can rewrap your mts file as a MOV and leave it untouched - quality is the same. However, FCE won't edit that without having to render a lot. It's best to transcode it to AIC.
    There is a higher quality codec than AIC, called ProRes, but only Final Cut Pro can edit this.

  • How can I import .mts files into Final Cut Studio from my Sony High Def Camcorder

    How can I import .mts files from my Sony High Def camcorder into Final Cut Studio?

    Also see: https://discussions.apple.com/community/professional_applications/search.jspa?pe opleEnabled=true&userID=&containerType=&container=&spotlight=true&q=.mts

Maybe you are looking for

  • Cannot open hotmail with pdf

    Cannot open hotmail with pdf even when I hold the pdf and try to open it with adobe

  • Should be able to edit all fields in Vk12

    Hi All gurus, i have a problem when i go to VK12 and give a condition type and goes inside it, the system lets me change only a few fields for ex: rate, validity dates, but it does not allow me to change some other fields like GEP number and rate. I

  • Invoice Value tolerances based on the Purchase Order type..

    Hi Gurus, Can anyone please tell me if there is a way to assign the variance (tolerance limit) to the Invoice document based on the Purchase Order? What I want to do is that when the Invoice is posted in the system, the system should be able to check

  • Different Delivery Addres and Different Payment Terms

    Hi Is possible to maintained different Delivery address for one Ship to party and Is possible to maintained Different Payment terms for one Customer Regards,

  • How can I remove the brackets in the middle of the string.

    Hi, This is String str = “Hello (buntty and dumbu) how are you?” When I used String token[]=s.split(" "); it splits the string Hello (buntty and dumbu) how are you? I want the string str= “Hello buntty and dumbu how are you?” Please help to remove th