Clips from Panasonic ag-ac160 has unsupported compression type with new Premiere update

Updated Premiere Pro and now my Multicam project is not supporting the files from my Ag-ac160 camera. The files from the Canon 5d work fine but won't load the others. I am going to do a system restore until this is fixed.

Took the advice of another reply and everything works fine now.
Empty Media Cache database in the Preference
Rename folder the files are in and relink.
See if that will work.

Similar Messages

  • File Import Failure; File has unsupported compression type!

    I completed editing my movie about two weeks ago did all the colour correction audio etc last week, and aim to complete the sutitling tomorrow!
    But now the problem is that my some of my files are now offline and can't be relinked because I get an error message which says "File Import Failure; File has unsupported compression type"
    These files are .MTS which I believe are AVCHD.
    So I don't know what has happenned here. Is it the recent update that has caused this or something else?

    This have happend to me twice now.
    If I remember correctly it have to do with Cloud membership in my case. Both times I have been away on work and when I get home I have a email stating that payment have failed. After I set it right I start up Premiere and I get this failure.
    First time the solution was uninstall Everything Adobe and run clean script. Reinstalling did the trick.
    That solution is not working in the long run.
    Here Adobe needs to do something soon!

  • Premiere CS6 M2T: Unsupported compression type Error

    Hi, I need help, I have been trying to import M2T files into Premiere CS6 and I'm getting this error: The file has unsupported compression type. Please help. The footage was shot with Sony Z5. Please Note: I can import the same file into After Effects with no problems. Its only in Premiere and I badly need to edit this project.

    Try this.
      FAQ: Why are some codecs and sequence presets missing from my installation of Premiere Pro?

  • PPro CC says "the file has an unsupported compression type" in one project only - .mts files

    Had to re-install Ppro CC to alleviate some plugin issues. Now, one of my projects that is comprised mostly of AVCHD files(.mts) are offline, and when I attempt to relink, I get the "the file has an unsupported compression type" message. But, all other projects with the same file types are fine.
    I can open another project, or start a new one, and import the .mts files from the errant project with no problem. I have also tried importing the errant project into a new project. I have trashed preferences. I have signed out of CC, then signed back in.
    I'm at a loss of what else to try. Any ideas?

    Ah well...
    This forum has the same effect that my father did when I was a kid. As soon as I posted the above, I tried to open the errant project again, and the .mts files are now online. Same as my Dad and my car - it would be broken, and all he'd have to do is climb in and crank it, and I'd look like an idiot.

  • THE FILE HAS AN UNSUPPORTED COMPRESSION TYPE

    Hello frnds,
    I am having an issue here in Premiere pro CS5. In CS5 new features they said we can import DVD format files into premiere pro CS5 without converting into any format but when I import my DVD files it gives me an error message saying that: THE FILE HAS AN UNSUPPORTED COMPRESSION TYPE.
    Is there anyway I can sort this problem? pls help me....

    Are they on your hard drive(cause running from DVD is begging for trouble)? what size are they? and what was the source you got them from? If all else fails, just convert em over(I hate working outside of the standard formats).
    LOL harm asked the essential question..
    Message was edited by: JaysonM-Y

  • Problems started with 'Corrupted Project' and has led to 'Unsupported Compression Type" for certain .mts files

    Had to revisit several projects that were working this past January, but now several are reporting as being 'corrupted'. After trying all of the usual recommended remedies, and failing, I attempted what is always my 'last resort' - Trashing Preferences. Last resort because it has always in recent versions, led to other problems. This time was no exception. Now, not only did trashing them NOT solve my corrupt project issue, but it added a couple more. Now, MB Looks plugin can't be seen, which has happened nearly every time I've trashed preferences, and certain .mts files are showing as being the dreaded 'Unsupported compression type', while many in the same folder are working just fine. This almost always seems to be a license issue of some sort. I have signed out of CC, then signed back in to no avail. My short term memory is nearly gone, but I seem to recall a similar set of occurrences a few months ago, and a uninstall/re-install was required to bring everything back to normal. This is getting quite old, as am I.

    Working with Adobe Support via chat at the moment. Their solution? - Contact Red Giant.

  • AVCHD "unsupported compression type" ???

    I just moved a large project from one system to another and all of a sudden all the AVCHD media shows up as offiline. Other media in the project that came in as .mov files shows up fine.
    When I try to relink the missing clips, I keep getting a "the file has an unsupported compression type" dialog. I created a test project and can import the AVCHD media into it and work with it on this system. But my original project will not link to the same media on the system.
    I also deleted the media cache and media data folders. But that doesn't help either.
    Meanwhile I can go back to the original system and the project and AVCHD files will open fine.
    Both systems are i7 iMacs and the media is accessed from a shared server which we've been using this way without a problem for 3 months.
    Does anyone have any ideas on what might be going on?
    Any help would be GREATLY APPRECIATED!
    Thanks!

    Thanks Vinay!
    That works! I moved the .mts files into their own folder outside of the PRIVATE/AVCHD folder and they will now link to the clips in the timeline.
    So for future reference I assume we should pull the media out of the AVCHD folder structure, correct?
    The only thing is ... it appears that I have to relink them one clip at a time. I have the relink automatically button checked, but it doesn't seem to be working. It's going to be a long afternoon if that's the case. Any thoughts on that?
    Thanks again for the help and rapid response!
    Doug

  • TIFF unsupported compression type

    Dear all
    I want to get the RGB values of every pixel of a TIFF-File. Therefore I use JAI. My first steps are...
    PlanarImage image = JAI.create("fileload", in_path);
    BufferedImage bufferedImage = image.getAsBufferedImage();
    ...because in other cases (JPEG, PNG, BMP) I used a BufferedImage to get the RGBValues.
    But when I execute this code I get the Exception below. I founded that the 'unsupported compression type' perhaps means that the tiff file has non-bilevel data.
    Can you help me?
    Thanks Thomas
    Caused by: javax.media.jai.util.ImagingException: All factories fail for the operation "tiff"
         at javax.media.jai.OperationRegistry.invokeFactory(Unknown Source)
         at javax.media.jai.ThreadSafeOperationRegistry.invokeFactory(Unknown Source)
         at javax.media.jai.registry.RIFRegistry.create(Unknown Source)
         at com.sun.media.jai.opimage.StreamRIF.create(Unknown Source)
         ... 23 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at javax.media.jai.FactoryCache.invoke(Unknown Source)
         ... 27 more
    Caused by: java.lang.RuntimeException: Unsupported compression type.
         at com.sun.media.jai.codecimpl.TIFFImage.<init>(Unknown Source)
         at com.sun.media.jai.codecimpl.TIFFImageDecoder.decodeAsRenderedImage(Unknown Source)
         at com.sun.media.jai.opimage.CodecRIFUtil.create(Unknown Source)
         at com.sun.media.jai.opimage.TIFFRIF.create(Unknown Source)
         ... 32 more

    function(){return A.apply(null,[this].concat($A(arguments)))}
    evan_messy wrote:
    When I try to import mxf files into premiere, it comes up with the message unsupported compression type.
    These files originally came from d5 tape and I'm not sure what the process is from there, but adobe usually supports mfx files.
    Is there another step I need to take because the footage originates from film?
    you probably have the same problem i am, i have some avid DNxHD mxf files from a cinedeck recorder that are not loading into premiere for me either.

  • I backed up my bookmarks to an external drive, rebuilt my system, and now when I try to restore from that file, I get "unsupported file type" How can I restore from this file?

    I backed up my bookmarks to an external drive, rebuilt my system, and now when I try to restore from that file, I get "unsupported file type" How can I restore from this file?

    Make sure that the backup file with the bookmarks has the correct file extension: .html for a HTML backup and .json for a JSON backup.<br />
    You can check that via the right-click context menu of that file and open the Properties.<br />
    If you are not sure about the file type then you can open the file in Firefox via "File > Open File"<br />
    A JSON backup will show as one long text line without line breaks and a HTML backup as a web page with clickable links.<br />
    A JSON backup starts with: {"title":"","id":1,"dateAdded":<br />
    An HTML backup starts with: <nowiki><!DOCTYPE NETSCAPE-Bookmark-file-1></nowiki>
    You may need to add quotes ("") around the name to rename the file to the correct file extension.
    See also:
    * http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox

  • HTTP 415 Unsupported Media Type with SOAP adapter ?

    Hello All,
    Iam getting  HTTP 415 Unsupported Media Type with SOAP adapter  error while executing the scenario.
    i got one thread which have the solution. iam not getting exactly how to write message transform Bean.
    HTTP 415 Unsupported Media Type with SOAP adapter trying to put SOAP header
    Please tell me where i need to write the MessageTransformBean at sender adapter or receiver file adapter.
    Thanks and regards,
    chinna

    Hi Chinna,
    Have you checked this
    http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
    Regards
    Ramesh

  • When I load cds i get a message that states, "User not registered for online use." This problem has only begun since the new itunes update and is only a problem on my pc laptop.  Media content (track names, etc.) do not load.  Thanks

    When I load cds i get a message that states, "User not registered for online use." This problem has only begun since the new itunes update and is only a problem on my pc laptop.  Media content (track names, etc.) do not load.  Thanks

    See  Re: itunes 12 track names not found and user not registered for online use.
    tt2

  • Problems importing AVCHD clips from Panasonic GF1

    I'm having problems importing clips from my new Panasonic Gf1. FCE (4.0.1) sees the device ok, and selecting and previewing the clips in the log and transfer window works fine, but once the clips are in FCE (converted to AIC) they play fast in the viewer or when placed in the sequence. Strange, because they play fine in the preview window before importing. Tried this in iMovie 08 and get the same effect.
    I'm can convert them Toast to AIC and they work fine when imported to FCE but this is not my preferred workflow.

    I tried using Toast Titanium 10 for conversion as suggested but there was a slight issue with synch of video and audio. So I downloaded and bought Voltaic HD as suggested elsewhere and the AVCHD files of the Panasonic GF-1 are now playing in Final Cut Express 4 without issues - I am editing with no problem. Given that I can use the Log&Transfer Window (Final Cut 4) for my Olympus EP1 and my Panasonic HD video cam, it's odd that the files of the Panasonic GF-1 don't work in Final Cut (yet), but at least I am back editing. Voltaic HD was $35, a doable expense.... it does work flawless (so far).

  • Facebook has challenged the copyright of a movie using iMovie audio. Am i allowed to share movies made using audio clips from iMovie?, Facebook has challenged the copyright of a movie using iMovie audio

    Facebook has challenged the copyright of a movie using iMovie audio. Am i allowed to share movies made using audio clips from iMovie?

    Just curious as to why it's coming up as a copyright violation?
    Hard to say.  I think FaceBook errs on the side of abundance caution when they detect anything that sounds like music.
    It's also possible to that people use samples of various pieces of iLife audio contest to create a piece of work that they then copyright.
    Matt

  • Problem importing video clips from Panasonic SDR-S10

    Hi, can anyone help? In iMovie I try to import my video clips from my Panasonic Camcorder SDR-S10 and it shows clips there, but when you click on them the clip icon disappears. Try to import and it doesn't import anything? Any ideas.
    Anyone know a workaround for importing clips from this camera I get a lot of problems with a Mac when using this one.
    Thanks
    Hayley

    I have the same camcorder and have used Visual Hub to convert the .mod clips to .dv files which work just fine with iMovie. You can try out Visual Hub for clips less than 2 minutes in length in the trial mode. I think it costs about $20. Also, I've heard you can buy an mpeg2 plug in for Quicktime Pro that will let you use those files. I think that is also about $20.
    Also, search the apple discussions for ".mod" and you'll find a lot of other similar questions to the one you asked.
    Hope this helps.

  • "the file has an un-supported compression type"  appears today after updating Premiere Pro CC

    Started computer, Opened up TX ATTO project today and portions of an existing project is off line after project opens, and does not ask you to relink as it is opening.
    A segment of a sequence in the timeline is Off Line. Go to Relink, then find clip, select, then “the file has an un-supported compression type” appears as you select the correct clip to “relink”. Will not let you relink. Fun Fun
    I did nothing but edit yesterday and e-mail. Nothing new or opened, except update CC PP. The clips that it need to link with are there.

    MTS files, from a SONY FS100 camera. First time we have seen this occurrence with multiple boxes running PP CC.
    I tried some just basic tests.
    It was only one clip. So I copied it to the desk top, renamed it something different and it relinked that specific clip thru the entire timeline. Weird. Something with the clip name with in the project got corrupt, because even the specific back up  of the RAW media clip on our server said the exact same error.
    Problem solved.
    Thank you for responding!

Maybe you are looking for

  • What are the ideal/optimum settings for the Airport Express for WiFi... ?

    I currently have my MacPro plus my MacBook Pro running from my Airport Express and they work perfectly... but my new iPhone 4 won't see the network... does anyone know why this could be and is it something to do with security or other setting I have

  • IDVD will not burn revised iMovie; burns old iMovie instead

    I am making a graduation video. After burning iMovie called Monica Graduation 2009, I decided it was too long and made a new project entitled Monica Graduation 2009 Revisited. They are two separate projects, the newer one a shorter version. After sel

  • ITunes 10 rating are corrupt

    Since upgrading my MAC Mini (connected via HDMI to a Sony 40" TV) from iTunes 9 to iTunes 10 I have noticed that all of the ratings set against my items have become corrupt on the screen. I have validated the xml file against the same library on a PC

  • Merge Address Book Cards Greyed out

    Hi all, I've got an envelope that I use every once in a while. It has a logo and return address. For the recipient address, I just go to address book, change the information in the group that I call "current envelope" then I go to pages, merge and pr

  • List Of Serious ISSUES after 2.0 download. NEED HELP!

    I just downloaded 2.0, as I wanted the havock I read about to settle before I changed over. I am having what I would consider Serious problems that I hope someone can assist with. I have the original 4Gig phone. 1. When I type an email or text messag