"Type of file not supported" but previous timeline files OK

Simply put, I have projects that I can open up and they display and edit the MTS files from my Panasonic camera fine.  yet, I cannot add any new MTS files or even import ones that are already in the timeline without it saying to me "Type of file not supported".  It obviously supports them since my project before imported and I edited them without problem.
I just got done uninstalling and reinstalling the software.  But no help.
How can it see and use MTS files in my timeline yet cannot recognize any of the same files in the media folder?
I'm stuck with a useless Premiere Application.  $99 down the drain.
Help!

I found out the problem.
The MTS files can't be dragged into the timefrom from the media folder.
They can be dragged from the project folder.
That is the simple fact.  Even though it says it does not recognize the file type in the media area, if you import a file into the media area it also appears in the project area and you can go to the project area to drop the file into the timeline.
Go figure...
I am editing away once again.  This is what happens when you don't use a program for a while.
Oil well...

Similar Messages

  • Tried Most Everything... Error Type of file not supported... codec not installed

    Hi Friends: I have been battling with the error message of ... "Type of file not support or codec not installed."  I have been throughout the forums searching for answers and attempting various suggestions.  I am stumped and am reaching out for some wisdom and help.
    1.)    System Gateway – T-6859u, Intel Core 2 Duo T6400 2Ghz, 4 Gig ram, Problem has existed on both Vista and upgraded Windows 7.  I have used Premiere since Premier 5 (Full version not elements) including versions 6 and PRO.  I have Elements on my laptop for convenience.
    2.)    Assets- Problem exists with all AVI files.  This includes files that worked previously but will no longer be recognized.  I have used Elements since version 7 was new.  It is only the last 4 months this has been and issue.  These are AVIs that previously working in Elements 7 from Panasonic DV camera and other DV sources. 
    3.)    Problem first appeared when Windows Update installed security patch KB975560.  Once the Security patch installed Premiere quit running AVIs.  When the patch was removed Premiere worked again. However, windows update continued to reload the patch.  The patch has now been removed and prevented from reloading.  However, the problem now persists.
    4.)    Other attempted repairs.  Reloading Premiere Elements 7, Upgrading to Windows 7, Removing and reinstalling K-Lite Codec packs inc standard and 64bit.  Loading LEADTOOLS.  None has repaired the problem  All the AVI files playback fine in other programs including Windows Movie Maker, Media Player Classic, WM player etc.
    I'm not sure what to do next.  I have been a dedicated Premiere user for so many years, I don't want to switch to another program.  Any suggestions friends?
    DrMark1105

    Welcome to the forum.
    What version of Apple's QT Player do you have installed?
    PrE relies on this much more than its big-brother, PrPro, until CS5.
    From my experience, QT  7.5.5 was my "last known good," and some problems have been reported with the 7.6.2 and 7.6.3 versions. 7.6.6 is out, and works well for many Adobe users.
    I would investigate updating QT Player.
    Also, FFDShow, an element in K-Lite has been death to PrPro for many people. Just having it installed brings PrPro to its knees.
    Though Adobe hides its CODEC's pretty well, K-Lite has been known to shift the priority of the Adobe MainConcept CODEC's. While it does not overwrite them, or delete them, it sets up some of its CODEC's to take priority. There are some older threads on Registry editing and utilities to reset the priority of the Adobe MainConcept CODEC's. Seems that Robert Johnson participated in those discussions and may have furnished the link to at least one utility.
    Those are all the thoughts that I have now, and none might be of use.
    Good luck,
    Hunt
    PS - Robert has not been around here lately, but does spend time on the Muvipix Community forum. I'd post there in the PrE 7 forum, and ask if anyone has any ideas too.

  • Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file

    Windows Media Player cannot play the file. The Player might not support the file type or might not support the codec that was used to compress the file
    How do I fix this?

    That would probably be a question best taken up in on a site for Windows support questions. Not knowing anything about the movie you're trying to play, all I can suggest is to confirm that the format of the movie you wish to play is supported in your version of WMP. If it isn't, you'll either need to convert the movie or use some other player software.
    Regards.

  • Nokia 6230i BT Fax Modem not supported but INF fil...

    I have a Nokia 6230i - response from querying the modem gives FCLASS? as zero (no fax support) but the INF file shows that fax support is there:
    HKR, Fax, SetupCommand,, "ATS7=255&D3"
    HKR, Fax, SerialSpeedInit,, "19200"
    HKR, Fax\Class2\AdaptiveAnswer\AnswerCommand, 1,, "ATS7=90S25=2"
    HKR, Fax\Class2\AdaptiveAnswer\AnswerCommand, 2,, "ATA"
    HKR, Fax\Class2\AdaptiveAnswer, ModemResponseFaxConnect,, "+FCO"
    HKR, Fax\Class2\AdaptiveAnswer, ModemResponseDataDetect,, "CARRIER"
    HKR, Fax\Class2\AdaptiveAnswer, ModemResponseDataConnect,, "CONNECT"
    The Nokia 6320i does not appear in the list of valid modems for Microsoft Fax, though it is in the list of modems for data stuff. I can use it as a modem fine for data calls.
    I have tried initialising the modem using the string specified ATS7=255&D3 but to no avail.
    Surely there is some way of enabling the fax modem - by flashing the phone or something.....

    Sorry George - don't think you can. After searching elsewhere it looks like fax support isn't something they bothered to implement on this phone's modem.
    You need to check the feature list of the phone when you buy it if you want a fax-modem.
    It seems completely unbelieveable that this isn't there as in the commercial modem market they all come with fax support. Just laziness that they didn't implement it I can only presume.
    I got round this by setting up an account with efax.com and sending faxes via email.
    Shame I know - but this actually works very nicely (you email the phone number @efax.com with the document you want to send attached) and I also get to have a backup of all received faxes (faxes to your number come in as email).
    Hope this helps

  • CSS type selectors are not supported in components ?

    If I put an <mx:Style> section in an MXML-based
    component, I get a number of warnings stating
    CSS type selectors are not supported in components. That
    said, the styles appear to actually work, and I'd sure
    like them to work. Is this a bug in the compiler, or is this
    truly not supported?

    Hi!
    I have the same problem when I apply a style to a Panel, I have a Canvas component and contains a Panel inside, but I fail to apply the css.
    I call the css from the main file main.mxml, but when I load the component will give a warning message and does not apply the style. "CSS type selectors are not supported in components: 'Panel' "
    This is file main.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"
          xmlns:comp="components.*" backgroundAlpha="0" horizontalScrollPolicy="off">
         <mx:LinkBar dataProvider="myComp" horizontalCenter="0" y="380"/>
         <mx:ViewStack id="myComp" horizontalCenter="0" resizeToContent="true">
               <comp:component_01 height="100%" width="85%" label="HOME"/>
               <comp:component_02 height="100%" width="85%" label="GALLERY"/>
               <comp:component_03 height="100%" width="85%" label="TECHNOLOGY"/>
          </mx:ViewStack>
         <mx:Style source="skin_prototype02.css"/>
    </mx:Application>
    File component_02.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="100%" height="100%">
          <mx:Panel title="Photo gallery" x="10" y="10" width="575"
                horizontalScrollPolicy="off"> 
          </mx:Panel>
    </mx:Canvas>

  • File not supported !!! n95

    hello,
    i always download themes and applications on my nokia n95 without any problem.
    but lately and sudenly i can't download any of the themes or app i always get "file not supported".
    what is the reason of this problem??!!!!

    may be the files you r downloading are in *.rar format thats why "nokia web browser" shows error "filee not supported" try downloading with Opera Mobile, Built-in browser will not download files that are not supported by phone, like *.rar, but Opera will download anything..
    Previous Phones: 6600, 7610, 6230, 6230i, 1100, 1112, N70, N73, N95, N95 8GB, 5800XM, 5230, C5, iPhone 3GS, SE Xperia X10, N900, N8, SE Xperia Arc
    Current Phones: Nokia N9, iPhone 4

  • Getting an error "file not supported/necessary componant not installed

    Any help on a error im getting, file not supported/necessary componant not installed

    Jesse,
    From what you have described for Test 1, 2, and 3, I get the impression that you are OK with a new project, but that your are having problems with these saved projects.
    At this point, I think it important for you to keep a log of the project details to avoid confusion.
    Test #3.
    I am going to start with that Test 3 that was a new project, but almost successful (made it to about the 93% mark before transcoding error set in). I suspect that different factors are involved here than what brought you to the forum. Focus Step 12 in Test #3 where you said that you edited the movie line. How did you edit..added transitions, effects, titles, other? What was the length of the Timeline content? What DVD menu template did you use (how many main menu pages and how many scene menu pages)? When you went to Share/Disc/Disc and the burn dialog there, what did it say in the Quality Area of the burn dialog for Space Required and Bitrate? Also, at this time what did your computer show for available RAM and free hard drive space? Where were your scratch files (Edit Menu/Preferences/Scratch Disks) directed and did that drive have enough free space to meet the task?
    Test #1.
    Your success with this new project was expected. It would be nice to know what kind of .avi that you used, but, whatever they were, they worked to give you your DVD-VIDEO. What was the length of the Timeline content. What DVD menu template did you use (how many main menu pages and how many scene menu pages)? And, I am correct in assuming that this was an independant project...different source media and edits than # 3?
    Test #2.
    Here I believe is the true issue that brought you here.
    When you say "Open existing project", it this the project from Test #1 which you closed and saved? Or, is it another existing project?
    If you are not doing so now, please do Test #2 using the saved project prel from Test #1.
    Now, I would like you to open Premiere Elements 4, in the Welcome Screen select the "Open Project" Folder, in the dialog that opens click on the Test #1.prel. The project should load, and you should find yourself in the program's Edit workspace. OK, so far? If so, what do you do next?
    I was slow in typing again, so I hope that I am not out of sync with other messages between you and Hunt.
    ATR

  • N95 file not supported !!!

    hello,
    i always download themes and applications on my nokia n95 without any problem.
    but lately i can't download any of the themes or app i always get "file not supported".
    what is the reason of this problem??

    may be the files you r downloading are in *.rar format thats why "nokia web browser" shows error "filee not supported" try downloading with Opera Mobile, Built-in browser will not download files that are not supported by phone, like *.rar, but Opera will download anything..
    Previous Phones: 6600, 7610, 6230, 6230i, 1100, 1112, N70, N73, N95, N95 8GB, 5800XM, 5230, C5, iPhone 3GS, SE Xperia X10, N900, N8, SE Xperia Arc
    Current Phones: Nokia N9, iPhone 4

  • TS3212 Still unable to download itunes to my pc. Tried with IE, Mozilla and Google Chrome. Keep getting an error message :"Windows cannot open itunes.exe the file is corrupt contact support."previous itunes files were wipped out by "disk cleaner." Any hel

    Still unable to download itunes to my pc. Tried with IE, Mozilla and Google Chrome. Keep getting an error message :"Windows cannot open itunes.exe the file is corrupt contact support."previous itunes files were wipped out by "disk cleaner." Any help??
    Please!
    Thanks!

    If anyone is reading this still looking for what caused the issue and how to fix it here is what I discovered.
    The antivirus program our company uses, Bitdefender Antivirus Plus, was causing some of the PDF files not to open. After troubleshooting the different modules and settings the culprit was..
    Scan SSL in Privacy Control Settings. Turning it OFF solved the problem and all the PDF files that previously would not open now open just fine. This issue has been sent to Bitdefender for them to review. If you use a different antivirus program and are having this issue try locating the Scan SSL setting and see if turning it off solves the problem.

  • Saving a PDF file when printing is not supported. Instead, choose File Save.

    I am using Mountain Lion (10.8.2) and I was using Adobe Reader version 9. In the past, I've always been able to print to file using the File -> Print dialogue but all of a sudden it stopped working. I read somewhere that installing the latest version of Adobe Reader (version 11) would remove the old printer, so I did so. It took me about an hour on version 11 to even find the pdf print to file option, but I am getting the same message. For what it's worth, when I try print to file from Microsoft Word, I have no problem. I have no idea why things changed all of a sudden, but does anyone have any idea how I can get this working again?

    I checked with Adobe.  No luck. 
    Allow me to clarify my problem: 
    I have Adobe Reader XI. I also use a Mac--imac and a MacBook Pro.   My adobe was updated on 12/24.  Prior to that point, I could open my print dialogue box and there was a PDF tab on the bottom left.  In the drop down menu there were many choices, including but not limited to Open in PDF Preview, Print PDF, Save PDF, email PDF.  If I selected one page of 30 pages from a document saved in Adobe, I could extract just that one page and save it or email it, without having to send the entire document.   After the update, when I open a PDF file using ADOBE READER XI, and then open the print dialogue box, and follow those same steps, I get the message "Saving a PDF file when printing is not supported. Instead, choose File > Save."   My question is why is this feature now unavailable and is there a way to fix it? 
    The answer I got from Adobe was that Adobe never had this function, so it must have been via my print or preview programs..which are apple.  Does anyone have any thoughts?
    Thank you.
    https://forums.adobe.com/message/7124567 

  • Just upgraded to Lion and can no longer import any .mov files ("file not supported") to 3.1.3.  Also can no longer view any .mov or .mp4 files already in library.

    Have been using Aperture 3.1.3 with no problems.  Importing from a Nikon D80 (RAW & JPEG), Casio (.MOV) and Flip (.mp4).  Could import and view all videos without issue prior to Lion upgrade.  After Lion installation, can no longer import .mov files (get "file not supported" error) or even view any .mov or .mp4 files currently in library (even though thumbnail is present).  Can watch the .mov files directly on my camera using Quicktime in Finder but can't even drag & drop that file into Aperture.  Anybody else having similar problems?

    Still no resolution and Geniuses at store could not assist.  Unfortunately, it looks like not all the applications were ready to support the Lion operating system.  We could not import any .mov files, could no longer view any .mov files already in my Aperture library and could not email any .mov files.  Totally frustrated.  Use Aperture almost daily and can't lose the video functionality.  Was also running dog-slow.  Constantly looking at the spinning wheel.  Geniuses suggested that I wipe out hard drive and reinstall Snow Leopard.  Had full backup on external drive with Time Machine. 
    Not an easy process though...had to reinstall several times (at 5 hours each time) because I continued to have issues.  Finally figured out that I needed to delete every backup file from Time Machine on external drive from the date I installed Lion because some of the hidden files were still migrating back to Snow Leopard.
    I had to:
    1. Delete all time machine backup files from date/time of Lion installation forward
    2. Do "clean" installation of Snow Leopard (wiped hard drive using disk utility and booted with Snow Leopard disc)
    3. Chose option to reinstall from backup off Time Machine which eventually got me back to Snow Leopard desktop
    4. Deleted Aperture program and reinstalled (I had to install Aperture 2 and then install Aperture 3 upgrade.
    5. Reinstalled iLife apps
    5. Applied all Apple updates available (again this took a few hours because there were several updates from Snow Leopard's original release plus Aperture 3 and other application updates)
    Still doing some tweaking on some of my other apps but got everything back to where I originally was.  Now plan to wait on a few version updates from Lion before reinstalling.
    I am one of Apple's biggest fans, but was very disappointed in the fact that I lost functionality in one of their own pieces of software (which I use the most!)  by installing Lion.

  • TV 32tl838g DLNA Video File not supported

    Hi,
    I bought a new TV, 32TL838G 3D LED, but I'm not happy with it.
    It says it supports DLNA, but for some reason I can't watch any video with DLNA. I had DivX activated, but it didn't help much..
    And i've tried a lot of different videos (with different codecs) but I can't play any of them..
    The strange part, is that I can play all those videos if I put them in a USB Pen drive..
    And the problem is not in my DLNA server, as with other DLNA devices I'm able to reproduce those videos, so this is an issue with this TV.
    I hope that someone here could explain me why this happens, and how to fix it, or at least that a new firmware will fix this (as if with USB videos are playable, then its not hardware but more likely a software issue)
    This is completely unacceptable, when a feature is announced it HAS TO work properly.

    I'm using Windows 7, it supports DLNA so I don't need to install any other software..
    In TV I can browse all movies and folders that I have shared in my Win7 computer, the problem is that I can't watch any movie ,as it says File not supported.
    If I put the same movie in a Pen Drive, and plug the pen drive in the TV than I can watch it without any issue..
    The problem is when I try to watch movies in TV using the DLNA..
    The TV is connected to LAN by wire, not wireless..
    Again, In other devices, like with my Android phone, I can watch movies that I have in my Win7 Computer without any issue, using DLNA (with Samsung Allshare app)
    Thanks

  • Error: Device type SWIN does not support page..

    Hi All,
    I'm working on smartforms which print sticker of size 5 cm width and 2.5 cm hight. I made page of same above mention size. but when i'm trying print this, it will show following error:
    Device type SWIN does not support page for  ZSTICKER(my page name).
    Please do needful help ASAP.
    -Dharmesh

    Hi,
    You need to link your new page to a device type.  Use transaction SPAD. Go into the device type and click on the 'Format' button, this will list the supported formats, switch to change mode and add your new page format (ZSTICKER).
    Regards,
    Nick

  • Use of segment, data-type or segment not supported in this position

    A message sent to adapter "FILE" on send port "SendPort1" with URI "D:\Shared Files\Coparn\%MessageID%.xml" is suspended.
    Error details: Unable to read the stream produced by the pipeline.
    Details: Error: 1 (Segment level error)
    SegmentID: TDT
    Position in TS: 2
    15: Use of segment, data-type or segment not supported in this position.
    Im getting the error while trying to generate COPARN EDI file using BizTalk.
    When I checked all the elements are occurring in the correct positions with accepted values only. Kindly assist.
    Regards, Vivin.

    There seems problem with your Pipeline component ,I would suggest to debug the Pipeline component to verify the exact issue you are facing.
    There is similiar thread for thsi issue which can provide you the guidance .
    http://social.msdn.microsoft.com/Forums/en-US/f80c870c-a4f9-4d65-9d3c-d43d7f060557/biztalk-console-error-message-unable-to-read-the-stream-produced-by-the-pipeline?forum=biztalkediandas2
    Thanks
    Abhishek

  • Files not supported error with Sorenson Squeeze 4

    I'm trying to create flv. files for a video art site on the web. I have tried importing Sorenson 3 mov files, mpeg4 and mpeg2 files and simple QT files, thye all say "files not supported" after the compression says complete, and they won't play. What am I doing wrong? How shoudl I export my final cut pro movies so Squeeze will compress them? Secondly, there are a huge number of choices under flash, which should I be selecting?

    I'm trying to create flv. files for a video art site
    on the web. I have tried importing Sorenson 3 mov
    files, mpeg4 and mpeg2 files and simple QT files,
    thye all say "files not supported" after the
    compression says complete, and they won't play. What
    Huh? Who are they? You mean, Final Cut Pro? Is Quick Time Player selected in 'External Editors' under Final Cut Pro's 'System Settings'?
    am I doing wrong? How shoudl I export my final cut
    pro movies so Squeeze will compress them? Secondly,
    You mean, Sorenson Squeeze 4?
    there are a huge number of choices under flash, which
    should I be selecting?
    Sorry to say, but if you are familar with video compression, those settings are pretty much basic, and I don't know exactly what to explain to you.
    iMac G5 2GHz   Mac OS X (10.4.3)   1,536 MB RAM
    iMac G5 2GHz   Mac OS X (10.4.3)   1,536 MB RAM
    iMac G5 2GHz   Mac OS X (10.4.3)   1,536 MB RAM

Maybe you are looking for

  • WRT610N New Firmware Upgrade and USB Hard disk not working

    Hi, I've just upgraded the new firmware, everything seems fine but now my USB Hard disk is not recognizable unless i restart the router. I have a Seagate FreeAgent 500Gigs, and it worked perfectly with the previous firmware. Just wondering if its jus

  • In ABAP, come from BSP or SAPGUI ?

    Hi, The question is when we are in ABAP code, is there a way to know if we came in from a BSP or from the SAP GUI ? Thank you for your help in advance.

  • JavaFX2.1 - TableView -Can the contents of a TableView be exported to Excel

    Hi all, I am new to the JavaFx scene, I have a desktop application that uses multiple TableViews of varied sizes and values. When the user closes down the table view in question they have requested that the output of the tableview be exported to a cs

  • Ireport exception

    hi all i make desktop application using java and ireport and then produces jar file on my local machine then i tested the jar file and it work well and ireport work very nice but when i move this jar to other computer the jar work well but when i try

  • Cannot open photoshop cs6

    help my windows 7 user is an administrator, but i cant open photoshop cs6. it popups and says cannot open this product under guest account