FLV import Problem / .264 files slow

Hey,
for my work I have to use hours of .flv files daily. These are VODs from Twitch which I have to edit. Being stream related content these files often get "corrupted" because of internet connection/Twitch problems. In the .flv files this is not really a problem - most of the time you see a brief stutter but everything else is fine. Now I obviously can not import .flv files into Premiere Pro CC so I used FLV Extract to export a .aac and .264 file from the FLV container. These files import just fine into Premiere Pro but the main problem here is that when working with a .264 file the previews render VERY slow and often red frames appear. Also when exporting a file it takes MUCH time and barely uses my CPU at all (tested with other files and formats and they worked just fine).
It is also interesting to note that the .aac and .264 files have different lengths and thus get out of sync. How much depends on the source .flv file (most likely how much it got corrupted due to various reasons?)
My PC specs are 32 GB RAM, GeForce GTX760 Video Card, I7-4790 CPU & 3 7200 RPM HDDs
Media Info
Original .flv file
General
Complete name                            : E:\Projects\0.flv
Format                                   : Flash Video
File size                                : 237 MiB
Duration                                 : 30mn 1s
Overall bit rate                         : 1 101 Kbps
Tagged date                              : UTC 2014-06-10 20:38:05
Tagging application                      : flvmeta 1.1-r213
Video
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : [email protected]
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 4 frames
Codec ID                                 : 7
Duration                                 : 30mn 1s
Bit rate                                 : 941 Kbps
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Constant
Frame rate                               : 29.970 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.015
Stream size                              : 208 MiB (88%)
Audio
Format                                   : AAC
Format/Info                              : Advanced Audio Codec
Format profile                           : LC
Codec ID                                 : 10
Duration                                 : 30mn 1s
Bit rate                                 : 125 Kbps
Channel(s)                               : 2 channels
Channel positions                        : Front: L R
Sampling rate                            : 44.1 KHz
Compression mode                         : Lossy
Delay relative to video                  : 24ms
Stream size                              : 28.4 MiB (12%)
.264 file
General
Complete name                            : E:\Projects\0.264
Format                                   : AVC
Format/Info                              : Advanced Video Codec
File size                                : 207 MiB
Video
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : [email protected]
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 4 frames
Width                                    : 1 920 pixels
Height                                   : 1 080 pixels
Display aspect ratio                     : 16:9
Frame rate mode                          : Variable
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Now my first question would be: why has Premiere Pro such difficulties when working with these .264 files? Do I lack any codecs? Are some settings in Premiere Pro wrong? Is there any workaround or solution? As long as Premiere Pro works fine with these files I wouldn't mind them being out of sync since I can fix that manually.
I also tried using FFMPEG to change the container from .flv to .mp4 which worked and resulted in me being able to import the files into Premiere Pro but even though the video and audio track had the same length this time - they were still out of sync and much more difficult to re-sync them if at all possible so this didn't help much. I also tried video converter programs to convert to other file formats but the out of sync problem still carried over.
So as an alternative question: is there any way to convert the original .flv files properly so I am able to import and work with them? Meaning they are still in sync and keep the original quality.
The solutions should be as efficient as possible (quick) since I have to go through hours of content every day.
I am very grateful to anyone trying to help. It is VERY much appreciated. Thanks.
(for a test file you can download a flv file using www.twitchtools.com with the video link http://www.twitch.tv/trumpsc/b/537543702 - a corrupted part that ALWAYS speeds up is in the first few minutes (if you download part 7) when he opens the arena rewards when the key comes down)

I very much appreciate the help. Sorry for any lack of clarity or apparent density on my part. Up late last night.
I have a single internal drive formatted "Mac OS Extended (journaled)". It is a 160GB drive with 20GB free.
I have two maxtor FW 400 160GB drives. Each with about 80GB free. One plugged into the back of the computer, one into the front. Not daisy chained.
I have a P2 Store which connects via USB 2, and the HVX which I connect to the FW 800 port on the back of the computer.
Like I said, I've tried every conceivable combination of these devices. I've imported directly from the camera via FW to the internal drive using FCP. I've gone from the camera directly to both of the FW drives using FCP. I've also transferred from the camera, to the internal drive, then imported using FCP from the internal to the FW drive set as my scratch disc. And so forth.
But no matter what the permutation, I get the same result. And again, it doesn't seem to be an issue of moving these blocks of data around. That seems to happen just fine as far as I can tell. If I start the import, then watch the clips being created in the capture folder, they agregate just fine. It's only once they've reached their full data size (in ref'c to the original mxf files) that the import process hangs. The larger the clips, the longer the hangs (though fewer in number, obviously).
I deleted the FCP preferences and repaired permissions on my internal HDD with no alteration of the problem.
The only other observation I've had, is that when the hangups happen, and the little ball starts spinning, I also hear a high pitched whining from inside the computer case. It does not sound like usual HDD work.
Hope that I've given a better sense of the situation. Thanks for bearing with me
GPL
PowerMac G5 Dual 2Ghz Mac OS X (10.3.9) 2.5 GB RAM

Similar Messages

  • SQL*Loader importing problem, with file with eastern european files

    Hello,
    on Oracle 11g with UTF-8 encoding, I tried to import a csv file into a table via sqlload, the separator is the semicolon ";" all work fine except for some lines witch are not well integrated (the concerned files come from Eastern European countries like Bulgary, Hungary and Czech Republic).
    For example:
    For:
    text_1; text_2; text_with_char_at_end_like_š; new_text
    during the integration instead of have:
    | text_1 | text_2 | text_with_char_at_end_like_š| new_text |
    I got:
    | text_1 | text_2 | text_with_char_at_end_like_š; new_text | null |
    does anyone has this problem, I tried to change the delimiter by code X'59', specified in sqlldr ENCODING UTF8 ... but it does not work
    do you have an idea about this problem
    Thank you in advance

    Thanks,
    the problem was solved since, the file was not in UTF8 format (for example GREEK FORMAT) and the NLS_LANG was AMERICAN_AMERICA ASCII
    then i translate all files to UTF 8 and changed the NLS_LANG to UtF8.
    Regards

  • Import problem: Duplicate Files

    Like several others I have been fighting the problem of duplicate file creation when importing photos. After following and interacting with several discussions I decided to run a series of controlled tests, and may have some helpful information. The individual test results are too confusing and large to post, but here are some observations:
    1. The problem does not occur when the Don't Import Suspected Duplicates is checked.This function seems to do its job and handle duplicates whether of the users making or the programs. When it is unchecked the data base is unpredictable and at times can get into a loop creating large numbers of duplicates. This could be the cause of reported system crashes, I just speculating.
    2. Nat Coalsons book recommends that it be unchecked which could be the reason for only some users having a problem.
    3. There should be documentation of the import screen with an explaination of the function of the various options. Data bases by their nature are complex beasts, and trying to learn them by trial and error can lead to disaster.
    4. At this point I would strongly recommend using the Don't Import Suspected Duplicates function. Since LR displays the photos it is rejecting there is a way to check on the decisions it makes.
    Am I missing something?
    frank

    Your Lightroom preference file may be corrupt. Try deleting it to see if that cures the problem. Details on where to find the preferences files are provided at http://forums.adobe.com/thread/358041?tstart=0

  • Issue with importing H.264 files into Premiere Pro CS6

    I have some AVI files that will not import into Premiere Pro CS6 (not trial version). The Gspot utility says they are H.264/MPEG-4 AVC format and that the codec is installed. I can see and play the files in Bridge but when I try to import it says “Unsupported format or damaged file”. I tried importing in CS5.5 and the file imported, however only the audio plays. Why is this happening and how can I import these files?

    Premiere does not support H.264 in an avi.
    You need to convert first.
    See post 3: Can't get PPro to accept video file.

  • Import Problem - CR2 Files

    In the past I have been able to import CR2 files into Lightroom 3 by having the program convert to a dng and then import.
    I can no longer import any files into LR3. The import seems to be happening and then a box comes up at the end stating "some import operations were not performed - the files could not be written." When this happens none of my files are imported into LR3.
    I have not changed anything I am doing. This first started in the middle of an import where 7 of my 100 pictures were important and the rest could not be imported. Since then I have not been able to import any files.
    I am running LR3 on a Mac and am up to date with the LR3 software updates.
    Suggestions?

    Your Lightroom preference file may be corrupt. Try deleting it to see if that cures the problem. Details on where to find the preferences files are provided at http://forums.adobe.com/thread/358041?tstart=0

  • Nikon D600 MOV (h.264) files slow in Premiere 5.5

    I'm wondering why the Nikon MOV files (h 264, 1080/30p) files stutter in Premiere 5.5. Doesns't matter if "CUDA" is turned on or off. They play back so smoothly in any other media player (Windows Media player, Quick time player, etc. and at full res.)  The similar files from my Canon 7D also play back much more smoothly in Premiere 5.5.  I'm wondering if the Nikon D600 is too new for Premiere 5.5 and if I need to upgrade to version 6.  Any ideas?  The system is running fairly fast - Win7 Pro X64, Intel 3770K (not yet accelerated, 16GB RAM).
    Thanks,
    Doug A

    To add to Jim's remark, the reason is the .MOV extension. That causes PR to use QuiRckTime and that is a 32 bit application. It completely destroys the 64 bit nature of PR, thus reducing available memory to around 3.3 GB, even if 64 GB is installed, increasing the swapping to pagefile, slowing down your system even further.

  • Can I import 264 files into Premiere Elements 11

    I get a generic error when I attempt to import some 264 files. These were created on a cctv system.

    As soon as I saw this post, I searched for the .264 extension in my hard drive. Found two files - could play both of them in Premiere Elements 11 and 12. Just imported them and played them on the expert room timeline.
    Pathetic quality of the video though. I am not sure how these are there in my hard drive! Got to check with my friends for whom I have edited some projects if it belongs to them.
    The complete Mediainfo output from one of the files.
    Format                                   : MPEG-4
    Format profile                           : Base Media / Version 2
    Codec ID                                 : mp42
    File size                                : 1.02 MiB
    Duration                                 : 22s 0ms
    Overall bit rate mode                    : Constant
    Overall bit rate                         : 388 Kbps
    Encoded date                             : UTC 2007-07-11 04:58:13
    Tagged date                              : UTC 2007-07-11 04:58:14
    Video
    ID                                       : 2
    Format                                   : MPEG-4 Visual
    Format profile                           : Advanced Simple@L3
    Format settings, BVOP                    : Yes
    Format settings, QPel                    : No
    Format settings, GMC                     : No warppoints
    Format settings, Matrix                  : Default (H.263)
    Codec ID                                 : 20
    Duration                                 : 22s 0ms
    Source duration                          : 22s 11ms
    Bit rate mode                            : Constant
    Bit rate                                 : 256 Kbps
    Width                                    : 352 pixels
    Height                                   : 288 pixels
    Display aspect ratio                     : 1.222
    Frame rate mode                          : Constant
    Frame rate                               : 30.303 fps
    Standard                                 : PAL
    Color space                              : YUV
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Compression mode                         : Lossy
    Bits/(Pixel*Frame)                       : 0.083
    Stream size                              : 682 KiB (65%)
    Source stream size                       : 682 KiB (65%)
    Language                                 : English
    Encoded date                             : UTC 2007-07-11 04:57:37
    Tagged date                              : UTC 2007-07-11 04:58:14
    Transfer characteristics                 : BT.601
    Matrix coefficients                      : BT.601
    Audio
    ID                                       : 1
    Format                                   : AAC
    Format/Info                              : Advanced Audio Codec
    Format profile                           : LC
    Codec ID                                 : 40
    Duration                                 : 22s 0ms
    Source duration                          : 22s 13ms
    Bit rate mode                            : Constant
    Bit rate                                 : 128 Kbps
    Channel(s)                               : 2 channels
    Channel positions                        : Front: L R
    Sampling rate                            : 44.1 KHz
    Compression mode                         : Lossy
    Stream size                              : 344 KiB (33%)
    Source stream size                       : 345 KiB (33%)
    Language                                 : English
    Encoded date                             : UTC 2007-07-11 04:57:35
    Tagged date                              : UTC 2007-07-11 04:58:14

  • Has anyone been successful importing h.264 into Encore?

    First, my system and goal:
    A MacPro with 2.66mHz dual core and 12 gigs of RAM.
    Multi Terrabytes of space.
    I shoot on a Panasonic HVX-200, edit in Final Cut Pro and output Quicktime files as the basis for rendering to DVD and Blu-ray. I shot this stuff in 1080i. The camera codec is DVCPROHD and that is what I output to also.
    I am trying to burn Blu-ray discs. I have an external Pioneer BDR-203 Blu-ray burner and it works fine.
    I have done my tests and have decided that for Blu-ray, h.264 is far superior to mpeg2 in look and file size so I am sticking with it.
    Here is the issue (and I have scoured this forum area and found no one discussing or solving this issue to date):
    I have made hundreds of different DVDs with DVDStudioPro and am very familiar with it. Not to get off on a tangent but my beloved Apple has decided to betray me by not supporting Blu-ray (the ONLY way to output HD for us independents) so I studied up on Encore and have been using it to format my latest project to HD. The interface works pretty nice and even has some superiority to DVDSP but you have to have the patience of JOB to see your results. 5 Day (Remember. That's 24 Hour Days) Rendering is my tops so far. (OK. Full Disclosure... the documentary is 3 hours and 15 minutes long BUT DVDStudioPro took the same Quicktime files and crunched them down to mpeg2 for the DVD in about a day) Anyway about 6 days ago I had a 3 day render session that crapped out on me as it was finally recording to disc. For some reason it didn't like the BD-RE disc I had in the machine and just bagged the whole process. When I put in a new disc it just started rendering All Over Again. After that debacle I gave up on that method and now am rendering to BDMV folders which I then burn to disc using Toast. (While I am writing this my fingers are crossed that it will make it to the end - it's been another 3 days...)
    I provide the details above to show why I am more than dismayed that I cannot figure any way to import h.264 files INTO Encore from another renderer. Either Compressor or Encoder render much faster than Encore. So I have tried render my project to a variety of output types from both Apple's Compressor and Adobe's Encoder with no joy any way I try.
    (as a side note I am also dismayed that when I made a change to a MENU, Encore decided to encode The Whole Project Again rather than just the menu part...)
    One of my latest file testing adventures was based on a theory that the problem has to do with DVCPROHD recording to 1280 x 1080 anamorphic rather than 1440 x 1080 (the "expected" frame size for 1080i). I fooled with that a half day but could not get either renderer to generate any test material from my FCP output that Encore would burn without re-rendering. By that I mean I cajoled and tricked Compressor and Encoder to output 1920 x 1080 files; 1440 x 1080 files and 1280 x 1080 files (all h.264) to see if Encore would recognize any of them without re-rendering them. No Luck.
    So. Has anyone had success importing h.264 into CS4Encore from anywhere (but particularly using the same or similar gear I am using)? The Encore literature really doesn't give you much to go oon.
    Lately I am very inclined to think the problem has something to do with this 1280 x 1080 DVCPROHD issue but I can't say for sure. I offer that as a suggestion if anyone else with a similar production stream is having the same problem and maybe it will trip a switch in their mind for a solution.
    I like the Encore interface and design possibilities you have by swinging back and forth from PShop and After Effects but using Encore's renderer is like Chinese Water Torture.
    Thanks for your help.

    Brian,
    I got your test file into Encore and got Encore to show its Blu-ray transcode status as "Don't Transcode".
    Screenshots:
    PrCS4 Export settings:
    EnCS4 Project Panel:
    Since it's hard to make out the En Project panel, I'll attach the same image to another message.
    -Jeff

  • Importing H.264 into FCE without decoding/re-encoding. How?

    QuickTime cannot open my Handycam VOB files (mpgv/a52) so I'm using ffmpegX to convert them to H.264 (4000+ kbps). when I import the H.264 files into FCE, FCE insists on decoding the files, taking a long time to do so and producing very large in-project media files. I tried converting to the DV format; same problem.
    I seem to remember with iMovie that one could place their media files into the project package in a specific format and iMovie wouldn't re-encode them. if I'm importing H.264 files into FCE, what format should they be exactly (video and audio), and how could I import them into an FCE project without FCE decoding/re-encoding them? I'd prefer to use H.264/Dolby+AC3 if possible.
    sincerely,
    Gregory

    Ok, you should be converting directly to DV or Apple Intermediate Codec if you intend to edit the video in FCE. Not to H.264 and then importing the H.264 into FCE. You're going from one highly compressed format to another highly compressed format and then FCE is trying to render it into something it can edit.
    Also, you can't directly import 5.1 audio into FCE. Even though FCE supports up to 99 audio tracks in a project, you can only import or export a single stereo pair at a time. There are ways to trick it out, but you can't do 5.1 all at once directly in FCE.
    Have you tried MPEG Streamclip instead of ffmpegX to do your conversions?

  • Importing H.264

    I'm delving into HD DVD. The DVDSP 4 manual states that one can import H.264 files from either Compressor or QuickTime. I can successfully import H.264 files created with Compressor. I am unable to import H.264 files created with Quicktime. When I try, I get an asset of type "Quicktime Audio". The file plays just fine in Quicktime. Any ideas?

    how did you create the h.264 file.
    are you sure a muxed transport stream, or do you mean a demux (elementary files) program stream.
    if it is the former, with what app did you create it, or was it supplied to you.
    i would highly recommend a nifty tool that i love to use when files are provided to me from manzanita
    http://www.manzanitasystems.com/mpegid.html
    i work with HDTV progrma stream files all the time, and it is quite different from the ones that compressor creates.
    please let me know so we can help
    Mikey M.

  • ERROR importing AVCHD H.264 files on Windows

    I have a problem that is preventing my students from moving forward with their work, and I am STUMPED as to what the issue is. Computers are all the same, Windows 7, 64bit Enterprise (Octo-Core Xeon 3ghz with 11GB of RAM). CC is installed with the the CCP Enterprise installation tool, and all apps have been updated via Adobe Updater to the latest revs, Premiere happens to be at 7.2.1(4).
    All our digital cameras are Sony’s that shoot to AVCHD H.264 (I have provided a profile of a sample clip, below).
    Video ingests into Prelude when the material is simply copied from the SD card to a local drive. However, when we attempt to send the video to Premiere Pro, the files all come up as OFFLINE (question mark icon). When I attempt to import the file manually, the following error is received "The file has an unsupported compression type.".
    The next thought was to attempt to transcode the files to another codec (in this case, I used DNxHD as a test). When the files are sent from Prelude to Media Encoder, the same error occurs (Media Coder is unable to determine the compression type) and all transcodes fail. As an aside, After Effects is also unable to import the same media.
    This has happened now on numerous computers, and (obviously?) seems to be related to a lack of installation or support of AVCHD/H.264 compression. What’s odd is that students have been using these cameras and compression types all year, so I am guessing a recent update killed support?
    If anyone could offer any help/ideas/support/thoughts it would be GREATLY appreciated!
    Thanks!
    General
    ID                                                                                : 0 (0x0)
    Complete name                                                  : /Users/sethchambers/Desktop/Ronnie Beirschmidt/Source/2014-04-23_08-24-22/AVCHD/BDMV/STREAM/00002.MTS
    Format                                                                      : BDAV
    Format/Info                                                            : Blu-ray Video
    File size                                                                      : 16.4 MiB
    Duration                                                                      : 12s 962ms
    Overall bit rate mode                                        : Variable
    Overall bit rate                                                  : 10.6 Mbps
    Maximum Overall bit rate                              : 18.0 Mbps
    Video
    ID                                                                                : 4113 (0x1011)
    Menu ID                                                                      : 1 (0x1)
    Format                                                                      : AVC
    Format/Info                                                            : Advanced Video Codec
    Format profile                                                            : [email protected]
    Format settings, CABAC                                        : Yes
    Format settings, ReFrames                              : 2 frames
    Format settings, GOP                                        : M=2, N=15
    Codec ID                                                                      : 27
    Duration                                                                      : 12s 946ms
    Bit rate mode                                                            : Variable
    Bit rate                                                                      : 9 917 Kbps
    Maximum bit rate                                                  : 16.0 Mbps
    Width                                                                      : 1 440 pixels
    Height                                                                      : 1 080 pixels
    Display aspect ratio                                        : 16:9
    Frame rate                                                            : 29.970 fps
    Color space                                                            : YUV
    Chroma subsampling                                        : 4:2:0
    Bit depth                                                                      : 8 bits
    Scan type                                                                      : Interlaced
    Scan order                                                            : Top Field First
    Bits/(Pixel*Frame)                                                  : 0.213
    Stream size                                                            : 15.3 MiB (93%)
    Audio
    ID                                                                                : 4352 (0x1100)
    Menu ID                                                                      : 1 (0x1)
    Format                                                                      : AC-3
    Format/Info                                                            : Audio Coding 3
    Mode extension                                                  : CM (complete main)
    Format settings, Endianness                              : Big
    Codec ID                                                                      : 129
    Duration                                                                      : 13s 24ms
    Bit rate mode                                                            : Constant
    Bit rate                                                                      : 256 Kbps
    Channel(s)                                                            : 2 channels
    Channel positions                                                  : Front: L R
    Sampling rate                                                            : 48.0 KHz
    Bit depth                                                                      : 16 bits
    Compression mode                                        : Lossy
    Stream size                                                            : 407 KiB (2%)
    Text
    ID                                                                                : 4608 (0x1200)
    Menu ID                                                                      : 1 (0x1)
    Format                                                                      : PGS

    OK, I am flummoxed.  I just worked with out IT guy for about 40 minutes trying to narrow down the issue.  So far, NOTHING is reliably reproducing the issue.  Here's what we've done so far...
    1)  Deleted all local user profiles except for admins, then deleted all registry keys relating to those profiles.
    2)  Students log in and a new profile is created, we then opened up their existing Premiere Pro project files.  Problem still presents itself.
    3)  We create a new Premiere Pro project and attempt to import the material from the copy on the local hard drive (not the original SD card).  Problem still presents itself.
    4)  We open a new Prelude project to import footage again directly from the SD card again, and Prelude is able to "see" the footage that is copied over to a new folder on the local hard drive (no transcoding). This is promising, so we open up Premiere Pro, and only 4 of 15 files are viewable (the others present the same error that no supported compression type is available).
    5)  I try reimporting some of the 11 files that don't work again through Prelude, and this time they work!  I note that the video files that DO WORK were imported into a folder that DOES NOT have a space in its name.  However, the folder that DOES NOT work DOES have a space in its name.  I think I am onto something. So...
    6)  I have the same student log into a DIFFERENT COMPUTER and we import the SAME FILES into Prelude and create a sub-folder that HAS A SPACE IN IT like the other computer has (we are trying to replicate the problem). And...  It works just fine. We can see the files in a folder with a space in its name.  So...
    7)  At this point, I am attempting to reinstall the Adobe CC suite on the affected computer, and we will see if that solves the problem.  Fingers crossed...

  • H.264 file only imports the audio

    Hi I am trying to import a H.264 file into my HD PaL studio pro project and all that seems to be happening is the audio is imported but not the movie
    Any help would be gratefully recieved
    Thanks
    sam

    Sam, I have just recently started using DVD Studio (in fact, this is my very first time), and I am having the same problem as you, the only difference being that it is an HD NTSC project instead of PAL. I was wondering if you have found a solution for the problem yet, or if maybe someone else out there reading this would be able to help?
    Thank you.

  • Problems importing ProRes 4444 files

    The original footage for my project is 16mm film, which I had scanned. I've been provided with two types of files: one set in ProRes 422 (proxy) with a timecode burn-in, and one set in ProRes 4444 with no burn-in. I've been able to import the 422 files without any problems, but obviously I greatly prefer the 4444 files. But when I've tried importing them, or even just previewing them in Media Browser, it's impossible to achieve fullspeed playback. I can't quite tell what's going on; the frame rate is definitely off for starters, it's too slow, but at any rate it doesn't play smoothly. Any idea how to start solving this problem? I've done a system resources test and I have plenty of horsepower, so I don't think this stuttering is due to that. I also have the newest version of QuickTime installed. I'm on a PC if that matters. Thanks for your help.
    Rob
    [Text formatting corrected.  Personal info removed.]
    Message was edited by: Jim Simon

    They are using a card reader, and the USB slot in an iMac.  It turns out that they have downloaded the cards first to their PC at home, then brought the same card to class to import to their LR catalog on their external HD.  Could here be something happening to the files to make them unreadable when the cards are downloaded to the home PC?

  • Bizarre problem trying to import .MTS (AVCHD) files into PSE7 Organizer

    Hi
    b Summary of problem:
    *I recently upgraded to PSE 7 / PRE 7
    *I am trying to import .MTS (AVCHD) files into the PSE7 Organizer
    *I get a "...did not contain any supported file types..." error on attempted import
    b HOWEVER...
    *I can edit same footage in PRE7
    *This footage is automatically added to the Organizer
    *I can play this footage in the PSE7 organizer but generating thumbnails takes ages
    *Camera: Sony HDR SR12 producing .MTS files (full 1920x1080i HD)
    *PC: Intel Core i7 940 CPU, 6GB RAM, RADEON HD 4870 512MB
    *OS: Vista 64 bit
    b Detail:
    I have recently upgraded my PRE/PSE bundle to ver 7 primarily because the new version of PRE boasts support for AVCHD.
    Having installed the new software I quickly tried editing footage in PRE7 with video taken on my Sony HDR SR12 camera (footage taken in full 1920x1080i HD) and it works! Hoorah! I can now finally edit AVCHD footage in it's native format using PRE. Thank you Adobe!
    But my joy was very shortlived because when I tried to import some other footage from the same batch into my PSE7 Video Catalog it wouldn't work. I got a pop up box containing the following error:
    i "Nothing was imported. The file(s) or folder(s) selected to import did not contain any supported file types, or the files are already in the catalog."
    Under this message is a list of the files that I tried to import. Next to each one there is a reason (it's the same reason for each clip):
    i "Reason: The file is damaged or is a format that cannot be included in the Organizer."
    To import files I use the following method: File / Get Photos and Videos / From Files and Folders
    HOWEVER, the files that I imported directly into PRE7 in order to edit them have (surprise, surprise!) automatically been added PSE7 Organizer's Catalog. It takes a quite a while to generate a thumbnail for each clip but it does eventually do it and when it does I can play that footage in PSE7.
    Just in case you're confused by this stage... If I try and manually add files to the PSE7 Organizer it doesn't work BUT if I edit that footage in PRE7 and then load the PSE7 Organizer I see the footage has been automatically added. This makes no sense whatsoever!
    Am I doing something really stupid here? Why oh why will the PSE7 Organizer not import .MTS (AVCHD) files?!
    NB: While searching for a solution to this problem I have, thanks to this Forum, found out about the K-Lite Codec Pack. I downloaded and installed the Basic pack v4.4.5 and now I can, at least, play my .MTS video files in Windows Media Player... I wish I had found out about that a couple of months ago because it would have saved me from buying Cyberlink PowerDVD 8!
    Please someone help before I lose the plot.
    Thanks
    Patrick
    b PC: Intel Core i7 940 CPU, 6GB RAM, RADEON HD 4870 512MB, Vista 64 bit
    b Camera: Sony HDR SR12 producing .MTS files (footage in full 1920x1080i HD)

    Hi
    I'd just like to add an update to this post.
    b Summary:
    *K-Lite Codec Pack clashes with Sony's Picture Motion Browser (PMB) software
    *Analysis of video in Sony's PMB is well worth doing!
    *You can Drag and Drop clips from Sony's PMB into PRE7
    b Detail:
    As you've probably gathered I have now settled on using Sony's Picture Motion Browser (PMB) to Catalog all my video. Sorry Adobe to talk about someone elses product but the Adobe Organizer just can't cope with AVCHD footage no matter how you manage to import it! It's far too sluggish and my PC has an Intel Core i7 940 CPU with 6GB RAM and a 10,000 RPM HDD!
    Anyway, in my first post you'll have read me raving about the K-Lite Codec Pack but sadly I've had to uninstall it because it kept on causing PMB to crash. PMB runs much smoother and quicker WITHOUT that codec pack. Something about it clashed with PMB. The once agile PMB became sluggish and unresponsive.
    Having now removed the codec pack PMB is back to being agile and generaly lovely.
    To view AVCHD footage outside of PMB I have reverted to using Cyberlink's PowerDVD 8 - there's always a pregnant pause between double-clicking on the clip and it playing but that's the only drawback.
    If you are going to use Sony's PMB for cataloging your video collection (and I recommend you do so BUT only if you have AVCHD footage - otherwise stick to Adobe's Organiser) then I can fully recommend "Analyzing" all of your footage. This takes time and a bit of patience because it kept stopping for no apparent reason but would readily start up again (without having to do anything else) BUT once it's done it'll reward you with the following:
    *Filter on any combination of Scenery, People, Smiles - e.g. with a click of a button you can isolate footage that contains smiles, etc
    *Face Search - if you select some or all of the footage in the right-hand pane it will then put a small thumbnail for all of the different faces in that selected footage in the bottom "Face Search" pane. If you then click on one of those thumbnails it will jump to the clip(s) that contain that face and grey out all the other clips
    *Expand Videos - This tool is brilliant! In normal viewing mode you get a thumbnail of the video whether you're in Folder view, Calender view or Detail List view. If, however, you select "Expand Videos" from the tool bar it will show you a series of frames contained within that clip. You can choose from "Highlights" or various regular intervals (5 secs, 10 sec, 30 sec, 1 min, etc). The Highlights option does a pretty good job of picking out the significant changes within the clip
    Lastly, I have discovered that you can drag a clip from Sony's PMB into PRE7. It won't let you put it directly onto the Timeline but it will let you drop it into the Project file list (found under the Edit tab).
    I do hope that this info has helped others like me who are trying to get to grips with editing and cataloging AVCHD footage.
    Patrick

  • New problems importing Pro-res files

    Hi,
    I am running CC14 on PC (HPz800 Windows 8) - and I have recently become unable to import Pro-res files into After Effects or Media Encoder. These files DO open in premiere
    I have tried the following:
    Restarted
    Cleared my cache
    Cleared all my appdata settings
    uninstalled and reinstalled latest Quicktime
    reverted back to a previous version of After effects (this is where i noticed the problem first and I had recently got a new update)
    copying the file to a different location on my drive and importing it from there
    Additionally:
    I have had no problems with Pro-res in the past
    The same file works fine on other computers in my office with the same versions of Ae/Encoder
    The video file works in premiere
    The video file plays fine in Quicktime
    I get the following errors:
    In Ae - "this '.mov' is damaged or unsupported"
    In media encoder - "could not be imported. could not read from source. please check settings and try again"
    In the meantime I have re-encoded a proxy using premiere - however this is not an adequate long-term solution
    Not sure what to try next, don't really want to re-image my whole computer (i already did this on a month or so ago)
    Any help is appreciated

    troubleshooting QuickTime errors with After Effects
    fixing permissions problem

Maybe you are looking for

  • Backing up pictures from iphone to ipad mini... I have reset it over and over, HELP! please

    just bought new apple ipad mini and returned the iphone5 I had been using. I backed everything up before returning the phone and set my new i pad to restore from the iphone5's icloud back up but no pictures? I have reset it over and over, HELP! pleas

  • Development Environment for SP9

    Hello,    I need to create some web dynpros in EP 6.0 SP9+. I have eclipse, is there a plug in for eclipse that is compatible with SP9? And, what development environent would you suggest using for developing web dynpros. regards, Tom

  • Archiving Materials - MM_MATNR

    People, I have a situation with Archiving Materials: If a material is deleted (logical deletion), the archiving process must delete this material if there is no active purchasing document for it. We can see, if we have a purchase order with this mate

  • Eliminate Leading Zeros in Portal

    Hi! I have a problem with Leading Zeros. I have customer details in the master table which has Telephone number and Fax number as attributes to ZCUSTOMER. I am running a report on this Object as a provider. When I see the report from BEx or Query Des

  • SAP XI comparative with Cordys & TIBCO

    Hi gurus, Can anybody help me to find how SAP XI is better than Cordys or TIBCO .i.e. comparision between (SAP PI,Cordys,TIBCO) regards,