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

Similar Messages

  • 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.

  • 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 ?

  • MTS Files not importing to FCE

    I am using a Panasonic HS700 importing MTS files to FCE via log transfer is not a problem.  Where I am having problem is with a customer of mine.  I specifically had them buy Panasonic HDC-HS60 because I knew it would work with FCE on my iMac.  The company brought me the MTS files on a hard drive for me to use.  I tried using Log and Transfer and it will not work.  I did notice that the Seagate hard drive was formatted for Microsoft and I am not sure whether that would make a difference.  I don't see why I need to buy a conversion device if the video was created on a compatible device to mine.  Any help please would be most appreciated.  Cheers

    The reason is that you can Log & Transfer from your HS700 is because FCE is importing directly from the camera.  You can't do that with 'bare' MTS files on a hard drive.  In copying just the MTS files from the HS60 to a hard drive you lost the clip info files, clip index files and the folder structure that are require for FCE Log & Transfer to work.
    When you copy from a camcorder to a hard drive you have to copy the entire AVCHD folder structure, not just the MTS files. (Imho it's best to copy everything from the root directory down, but peole have gotten away just copying the AVCHD folder & all its content.) 
    At this point you could either borrow the HDC-HS60 and Log & Transfer the video from it.  Or use Clipwrap to transcode the MTS video files to QuickTime/Apple Intermediate Codec before importing into FCE.

  • 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.

  • Problems importing .mts files from camera in FCP 10.1.

    I am having trouble importing with FCP 10.1. Can anyone advise me on importing .mts files after the upgrade? FCPX used to do it automatically when I attached camera!

    What kind of trouble? What appears in the import wimdow when you connect your camera?
    Rus

  • MTS.problem with Canon Vixia HF S100 mts.file not transferable to FCE4 ?

    As new owner of iMaC and FCE4 and new in video...but"experience photographer" can't figure out how to get the mts. files from my Canon Vixia HF S100 to FCE4 neither from HD previously stored in folders by Canon original import software made the :-{ provided with camcorder.
    iMovie can read and open only the mts.files diretly from SDHC card/camera but not from H drive.I was told by Apple sale rep. if I would go with FCE4 it will support mts.and solve my problem but opposite is true so far,reading this forum doesn't help much...cause only solution offered by many is use of another convert soft,with is questionable with lost of HD quality or not,but why ...why this format doesn't work directly with FCE4 ???
    it's frustrating...welcome in the world of AVCHD ;-{ ...
    Big thanks for any advice guys !!!Appreciate !!!

    Have a read of this thread, it may help:
    http://discussions.apple.com/thread.jspa?threadID=2256227&tstart=0
    Al

  • 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.

  • Import .MTS files from Panasonic HDC SD700 ( AVCHD )

    Does anyone know how to import .MTS files with FCP7?
    I have already tried it via the log and transfer way, that does not work for our .MTS files, even when I do it the same way described on this website for importing AVCHD footage from SDHC cards via the log and transfer.
    Is there maybe a codec missing? Adobe Premiere can use the .MTS files natively.
    Thanks,
    Petra

    The SDHC card gives 3 folders: MISC, PRIVATE and DCIM when I keep the original order and don't change anything in the folder it says when I use log and transfer-> adding files ->
    "MISC" contains unsupported media or has an invalid directory structure. Please choose a folder whose directory structure matches supported media.
    All the properties shown after adding the files are 00:00:00:00 and I cannot play or preview the files in the log and transfer screen

  • When importing RAW files in Photoshop why does camera raw 8.6 only import 1 size?

    When importing RAW files in Photoshop why does camera raw 8.6 only import 1 size from canon 5d mark iii, in older versions I used to be able to import the files as larger images. It use to have a number of options for the images size. The option now is smaller than the maximum size used to be.

    You know what - I'm sorry
    I'd had a crazy long all-nighter session sorting out images for a client, then decided - when I should have simply gone to bed - to set up the new photoshop. At the very start I made a silly mistake, tried to sort it out then decided to call it a day, responding to your remarks with the problem still in my head but feeling more and more tired.
    Responded again to your comment earlier with the problem still in my head but not in front of me on the screen - however with a fresh head I just turned it all on, opened up PS and today could instantly see what was going on - Oops!
    Thank you for being patient with a sleep deprived photographer who must have been getting annoying yesterday
    I am officially embarrassed
    M

  • 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

  • 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

  • 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.

  • Import MTS files and burn AVCHD files to DVD on PRE13

    Hi am used to PRE 10 and want to know if on PRE 13 I can import MTS files into it, and burn AVCHD just as I am used to. The spec does not mention MTS files and implies burning to Blu ray.

    I mean burning to DVD disc

Maybe you are looking for

  • Word documents located in a sparse bundle will not open after update to Lion

    I have several files of Word documents created by Office for Mac 2008. These files are located in two different sparse bundles for security. One sparse bundle is the original. The second sparse bundle is a larger maximum size that I copied the origin

  • Adding namespace prefix to the XMLa root element

    I am facing a problem in our application. I am assigning an XML content to a XSD variable. While assignment operation is performed the prefix of the XML root element alone is getting replaced with default namespace, though the source XML has the pref

  • ResultSet.last() problem

    Hi All, I am having proble with the ResultSet.last() method. The query contains about 25000 records. Methods next() and prev() works fine. But last() hung. The client program is running on different machine from the Oracle database Server. Bellow is

  • How can i know the origin of my iphone?

    I have an Iphone 4s, i want to know the origin and the details of my warranty, please help, regards fadi

  • Spell checker help, PLEASE

    I have a MacBook Pro Unibody with OSX 10.6.8, and my spell checking system went away.  I also have cocoAspell 2.1 installed too. Neither one is working. I'm not sure what I'm doing wrong, but what I REALLY LIKES was having all of my misspelled words