"Conforming" AVI Video - What is PE 10 Doing?

I've recently imported a couple of clips as AVI and on the lower right of the screen PE 10 says it's "conforming" the video -- it takes a few minutes and ramps up the CPU utilization to around 50%.
What is it doing?  Is there something wrong with my source clip or my project settings?

This may relate to a prospective question I have.   I currently have 6 "old" camcorders that export .avi files via 1394 Firewire into Premiere 6.5 and Elements 10.   If I buy a new camera that had a hard drive and exports via USB, I assume the format will be Mpeg2.   It appears that elements 10 can handle both formats and even Hi Def.   My question is can it handle both elements in the same project.  (I assume it will need to convert the nonconforming formats into a single format.   If that format is 72 x 540 (or 480) widescreen will it scale down a Hi Def format to the standard definiton or will it interpolate the .avi files into a pseudo Hi def format?

Similar Messages

  • HT3775 My DVD player is supposed to play avi videos, but it often doesn't telling me that the file format is not recognized.  I suspect it's because it's the wrong codec.  How can I tell what the codec is before I burn a DVD?  And how do I get a workable

    My DVD player is supposed to play avi videos, but it often doesn't telling me that the file format is not recognized.  I suspect it's because it's the wrong codec.  How can I tell what the codec is before I burn a DVD?  And how do I get a workable codec?  Thanks for uour help!
    Ken Selvidge ([email protected])

    I am not a computer savy person.  I just need to plug in and have the machine do what it should do.
    Not a problem, but that indicates you have a lot to learn.
    File extensions like mpeg, mp4., avi, wmv, etc. are just wrappers. It is like a box the audio or video content is placed inside. The audio and video content must be encoded with a codec before it is placed in the box. There are thousands of codecs. Not all are installed on your Mac. You must have the same codec installed that encoded the video in order to play it. So, while Quicktime does support mpeg wrapper, it may not have the codecs to decode the internal video.
    Some programs have lots of the codecs available to them, like VLC, Niceplayer, MPlayerX, etc.
    You can also get "plug-ins" for Quicktime that add codecs to Quicktime, like Perian. Although it is no longer being developed, Perian still works well.
    Why is it so difficult? Probably because they are always working on ways to compress the video to get better playback.

  • After exporting to quicktime file, the file has sound but no video, what am I doing wrong?

    after exporting to quicktime file, the file has sound but no video, what am I doing wrong?  The self contained movie box is not checked.

    Hi
    Did You go via Compressor ?
    Did You use QuickTime Conversion ?
    I don't
    I do
    • In TimeLine set In and Out-Points to the full Movie/Project
    • Select ALL - Clips and Audio
    • Go up to Sequence and down to Render Only - down to Mix Down Audio
    • then Sequense and Render Selected - Both (Video and Audio)
    • then Export and as QuickTime .mov (NOTHING ELSE)
    • I use to do - Not Self-Contained as it saves both time and space
    Your Start-Up (Mac OS) Hard Disk - Needs lot's of free space to work OK - I never go under 25Gb free space on this one,
    Good Luck - Yours Bengt W

  • Please help: Why JMF does't play .avi video clip?

    The player doesn't play .avi media file, or plays sound only, but it works fine when palying .mpg files, anything I need to pay attention to when using the following code to generate a player to play video clips?
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import javax.swing.*;
    import javax.media.*;
    public class PlayClip extends JFrame {
    //singliton design pattern
    private static PlayClip instance;
    protected Player player;
    private File file= new File ("goal.avi");
    private PlayClip () {
    instance=null;
    initComponents();
    public static PlayClip getInstance(){
    if (instance==null)
    instance=new PlayClip ();
    return instance;
    private void initComponents() {
    JButton OK = new JButton ("OK");
    OK.addActionListener (
    new ActionListener () {
    public void actionPerformed (ActionEvent e) {
    player.close ();
    instance = null;
    dispose();
    getContentPane ().add (OK, BorderLayout.NORTH);
    setSize (300, 300);
    show ();
    createPlayer ();
    /** Creates new form PlayClip */
    private void createPlayer () {
    if (file == null) {
    return;
    removePreviousPlayer ();
    try {
    //create a new player and add listener
    player = Manager.createPlayer (file.toURL () );
    player.addControllerListener (new EventHandler () );
    player.start (); //start player
    catch (Exception e) {
    JOptionPane.showMessageDialog (this, "Invalid file or location", "Error loading file", JOptionPane.ERROR_MESSAGE );
    System.exit (1);
    private void removePreviousPlayer () {
    if (player == null )
    return;
    player.close ();
    Component visual = player.getVisualComponent ();
    Component control = player.getControlPanelComponent ();
    Container c = getContentPane ();
    if (visual != null)
    c.remove (visual);
    if (control !=null)
    c.remove (control);
    private class EventHandler implements ControllerListener {
    public void controllerUpdate (ControllerEvent e) {
    if (e instanceof RealizeCompleteEvent ) {
    Container c = getContentPane ();
    Component visualComponent = player.getVisualComponent ();
    if (visualComponent != null)
    c.add (visualComponent, BorderLayout.CENTER);
    Component controlsComponent = player.getControlPanelComponent ();
    if (controlsComponent != null)
    c.add (controlsComponent, BorderLayout.SOUTH);
    c.doLayout ();
    }

    JDunlop,
    thanks for your quick reply to my java.sun.com forum posting! i just got back from vacation, so i didn't get a chance to try your method til now. i pulled your email address off the website to update you on my problem playing an avi file in JMStudio (JMF).
    as per your instructions, i downloaded the divx player at www.divx.com and tried to play the avi file. this is the error the divx player gives:
    Divx Player 2.1
    The file contains unknown video data
    The file contains the following type of data:
    Video data: FOURCC code "MP42"
    You may need to install a new video codec on your computer to watch this video
    Some quick questions:
    1. Where could I find the "MP42" codec to play my avi file in JMStudio (JMF)? Does java.sun.com have video codecs?
    2. You mentioned in your posting "If you don't have the one that was used in the encoding, your out of luck." Does this mean that I need to know how the avi file was originally coded and have the original codec to decode (play) it?
    Thanks,
    lac410
    P.S. If you need more Duke Dollars for your help, I'd be happy to award them to you.
    Re: Please help: Why JMF does't play .avi video clip?
    Author: JDunlop Jun 5, 2003 5:00 AM
    sounds to me like you are missing a video codecs. If you don't have the one that was used in the encoding, your out of luck. Download the player from divx.com, it will tell you which codecs the video needs (if it won't play). You can then search the net for that particular codecs.

  • Uploading video clip to facebook coming up with error sharing photo, what i'm i doing wrong

    uploaded video clip to facebook, coming up with "error shring photo", what i'm i doing wrong, or how to upload video clip?

    Are you using the facebook app? I had problems with mine loading all the time.. so, I usually use SAFARI now.
    Perhaps try ""emailing"" the picture to your facebook wall.. it works so easily and I email my pics to my youtube account and can't believe how quick it's all uploaded... hope this helps :-)

  • I am running after effects CC on window 8 whenever I render a video the audio is misplaced. does everyone know whats going on?

    HI, I am running after effects CC on window 8 whenever I render a video the audio is misplaced. does everyone know whats going on?

    Nope.  We don't even know what you mean by "misplaced".
    Is it not there?
    Is the audio somewhere else in a different folder?
    Is the audio there, but leads or follows the video by a certain amount?
    Other things:
    Have you activated the audio checkbox in the Output Module when you add the comp ro the Render Queue?
    Is there audio present in your comp when you RAM Preview?

  • Have a .mp4 video and would like to use it to burn to a disc and be able to be played on a dvd player, should i use idvd or what? also have a .avi file what should i use? thanks please help

    Have a .mp4 video and would like to use it to burn to a disc and be able to be played on a DVD player and a .AVI file what program should I use idvd?

    iDVD may or may not work with them – depending what kind of MP4 and AVI each is.
    Drag them into iDVD and preview them to check compatibility.
    If there are issues, use MPEG Streamclip and re-wrap them as QuickTime.
    Russ

  • Hi my iphone does not ring and there is no voice when i try watching a video what do i do?

    Hi my iphone does not ring and there is no voice when i try watching a video what do i do?

    iPhone: No sound or distorted sound from speaker

  • Fairly new to PP. When I drag a clip from the media browser only the video goes into the timeline. It doesn't allow the audio. What could I be doing wrong?

    Fairly new to PP. When I drag a clip from the media browser only the video goes into the timeline. It doesn't allow the audio. What could I be doing wrong?

    Its al in the targeting and source patching:
    Adobe Premiere Pro Help | Source patching and track targeting 

  • When using a youtube playlist I made it won't automatically go to the next video when using firefox but does with chrome,so what's wrong?

    When I play my youtube video playlist it won't automatically go to the next video as youtube is set to do.I have to manually start the nexrt video.What is wrong?If I use the chrome browser it works just fine,so it must be a problem with firefox.Anyone have any ideas?

    I suggest you to upgrade Firefox to version 7 and post back to us
    * getfirefox.com

  • AVI video not importing correctly

    My codecs just got messed up today when I was trying something out and so I had to download new ones. When I try to import .avi files now, the footage, during certain times, has some issues. (It's hard to describe) I wouldn't just say it's pixelated, but large pixels are distorted showing other colors, in the shape of some objects in the video. It does this every few seconds. The video is compressed, too. Even after I render the movie, it still does this. The playback speed is normal, it's just these pixels that keep destroying the footag. It's almost as if the program is not conforming the video correctly when I am importing it, and it's corrupting the video. What do I need to do to fix this? Additional codec(s)? I used to be able to import .avi movies with no problem. This is really bugging me. Thanks!

    If you look at the CODEC, it is Xvid, the opensource version of DivX, just as I suspected. These will almost never work in PrE. The best workflow is to go to before the Xvid compression (these are heavily compressed, loosing a ton of data and quality), or to convert them to DV-AVI Type II files with 48KHz 16-bit PCM/WAV Audio. I use DigitalMedia Converter, but it is shareware. Many users sing the praises of the free Prism to do the conversions. I have never used it, but many here have, and give it very high marks.
    Note: no conversion program can ever reclaim that lost data and quality. It is lost and gone forever. That is why my first option was to go back to before that compression was applied. However, conversion will yield files that can be edited with both Video and Audio.
    Good luck,
    Hunt
    [Edit] not sure why/how they were working before. Usually, with either the Xvid, or DivX CODEC's, one will get a Cannot Import error, or will get either Audio, or Video only. I have never been able to edit any Xvid, or DivX files, in either PrE, or PrPro - never even once. I just convert, if the client cannot get original source files, and I even have a quality loss diagram to show them how the footage will look - not very good, IMHO. I make them sign-off on that quality loss, before I start.
    Message was edited by: Bill Hunt - Added [Edit]

  • How do I import AVI video with stereo audio (and keep it that way)?

    Today I just discovered that all the AVI video with stereo audio I've ever imported into a Premiere Pro CS6 project has been mysteriously converted to mono. And I can't find any import setting anywhere that enable me to change this.
    Here's the deal...
    I've have an AVI file with stereo audio (the file is actually a stereo sound test that I downloaded to prove that I wasn't imagining things). On my hard drive, I right-click and view the properties:
    Video
    Length: 00:00:36
    Frame width: 320
    Frame height: 240
    Frame rate: 25 frames/second
    Audio
    Bit rate: 128kbps
    Channels: 2 (stereo)
    Audio sample rate: 44 kHz
    I click on it to play and listen with headphones--everything is playing in the correct part of the stereo spectrum. Then, I import it to Premiere, click the file name in the left content menu, and check the properties, suddenly they read:
    Type: AVI Movie
    File Size: 1.1 MB
    Image Size: 320 x 240
    Frame Rate: 25.00
    Source Audio Format: 11025 Hz - 16 bit - Mono
    Project Audio Format: 11025 Hz - 32 bit floating point - Mono
    Total Duration: 00:00:36:15
    Pixel Aspect Ratio: 1.0
    Sure enough, I drag it into the sequence, listen to it, and it's indeed playing mono. Outside of Premiere, the original source file still reads and plays correctly with stereo sound.
    When I import stereo WAVs and MP3s, it keeps the original stereo channels without me having to do anything special. I even just imported the same exact file as a MOV with stereo audio, and it showed up in Premiere as:
    Source Audio Format: 44100 Hz - 16 bit - Stereo
    Project Audio Format: 44100 Hz - 32 bit floating point - Stereo
    What is going on here with AVIs? Am I doing something wrong? Are there settings I'm missing somewhere?
    (And before anyone suggests I only use MOV in the future... that's not exactly the answer I'm looking for.)

    Thank you for that info.
    For video, the codec is MPEG-4 Video (XVID) and for audio it says MPEG Audio Layer 1/2/3 (mpga).
    There are two issues with that file:
    The first is the Xvid CODEC (not meant for editing), and then the MPEG Audio/MPGA. I would convert that file, to something that is more editable.
    Good luck,
    Hunt

  • My avi video files are no longer supported in PRE9? Help!

    I created a movie in premiere elements 9  several months ago.  My video was imported from avi files on my computer.  The avi files were originally downloaded from my camera.  Everything was fine and I even burned a near finished copy of my project on a DVD.  Now, several months later, I open up the project to put my final touches on it and notice that all the avi video files are red in the timeline.  On the organizer tab for my project under media type, it says, "offline".  So, I clicked on the avi file and it asks me to find it.  I find it (the files have not moved) and click on it and I get this error, "Error Message. This type of file is not supported, or the required codec is not installed."  This is very strange.  Do you have any ideas? My operating system is Windows 7.

    I kind of suspected MJPEG (just a hunch, as two other CODEC's, commonly wrapped in an AVI, DivX and Xvid, seldom every play correctly to start with).
    Now, there are many "flavors" of MJPEG. It is an older CODEC (or really type of CODEC, as there are so many versions), that was ressurected for use in mostly (then) stills cameras, with video capabilities added. It is not a bad CODEC, but each camera mfgr. has tweaked it for their purposes. This can create issues. MJPEG is not the "universal," that say DV-AVI Type II is. Canon will have a version, Nikon another and Panasonic yet another. They all show as MJPEG, but will be a bit different. A similar analogy can be drawn with Camer RAW files - Canon's differ from Nikon's, which differ from Panasonic's, though they are all Camera RAW. Also, Nikon, for instance, is constantly changing what is in their NEF (Camera RAW) files, so that the newest will require the latest release of Adobe Camer RAW (ACR), to be processed in Photoshop. MJPEG is similar to that, with fewer variations - but still individual variations.
    Now, there could well be reasons that things have changed. The first one to strike me would be that you installed the software that came with that camera, and included its specific version of the MJPEG CODEC, then later removed say the camera's utility, taking that specific version of MJPEG away. You might well have others, but PrE is having a hard time matching them up.
    In that article I linked to on MJPEG, I mention two popular MJPEG CODEC's, Morgan and MainConcept. Both are rather generic MJPEG CODEC's, and when MJPEG resurfaced, they worked fine for most such files. However, as time has elapsed, and camera mfgrs. tweaked and tweaked, they are less likely to work 100%. Once, they were the "silver bullet" for MJPEG - but not so much any more.We began seeing more users, with either, or even both, still having issues with newer MJPEG CODEC's. As most camera mfgrs. ship a copy of their specific version, somewhere along with the camera, it became common practice to recommend installing that specific version from the specific camera's utility disc. Unfortunately, that was not always easy to do. Some included their version of MJPEG as a separate installation (best way, IMHO), but many incorporated it into the camera's driver installation (still good), and then there are those instances, where the specific version of the MJPEG CODEC is installed along with other utilities on the disc, such as maybe a little editing program, or a file cataloging utility. Scant mention is ever made of the specific MJPEG CODEC, and how it is installed on one's system. The latter method seems to be the most common now. I have the full utilities, including the camera's own editing programs, installed for my Canon, my Nikon and my wife's Panasonic. That means that I have at least five (think that the total count is eight on my workstation) MJPEG CODEC's: one for Canon, one for Nikon, one for Panny, one Morgan and one MainConcept.
    What camera produced those MJPEG AVI files?
    Do you have that camera's editing and cataloging utility installed?
    Do you have the utility disc for that camera?
    Have you removed any such editing, or cataloging utility, between the time that the files worked, and when they did not?
    I do not believe that any version of PrE actually installs any version of MJPEG (could be wrong here), though they work with, and include various other MainConcept (mostly MPEG) CODEC's. That means that one will need to install an MJPEG CODEC, and the one specific to that camera, might be required.
    You obviously do have an MJPEG CODEC (or more), installed in your OS. As there is a vast difference between playback of an AV file, and editing that same file, it could be that PrE is just not able to use the installed version, with those files. As it once was able to edit them, I am guessing that something has changed, and it could be as simple as cleaning out one of the supplied utilities for the camera, that also removed its specific version of the MJPEG CODEC.
    As PrE does not install the specific version of the MJPEG CODEC, many recommend not trying to edit such material. I am not of that mindset, but do allow that one might have to do some extra work (and work that is NEVER outlined in the camera mfgr's literature - unfortunately), to get things to work. I had to install a bunch of programs, that I will never directly use, just to be able to edit the MJPEG AVI's from my family's cameras, in both PrE and PrPro. I hate having to do that, as it fills up my HDD with stuff, that will otherwise never be used - but I need the specific CODEC, and it's only available to be installed WITH other software - all too common nowadays, and a mistake on the part of the camera mfgrs. IMO.
    Good luck, and I hope that with the specific MJPEG CODEC, you will be back up and editing your footage, as you were once able to do.
    Hunt
    PS - sorry for writing an entire encyclopedia there, but MJPEG is not as simple as it could be.

  • .avi video clip audio not working in premiere pro but play is windows media player

    Hi all,
    Using .avi video files. They play fine in windows media player. In premiere pro, the video plays fine, but there is no audio. When moved to a sequence, it builds an audio track, but it is silent. Any help is appreciated.

    AVI is a wrapper, what is inside YOUR wrapper - Exactly what is INSIDE the video you are editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

  • Embedding avi video clips into timeline of Flash Basic 8

    Trying to add avi video to timeline along with jpeg files. In
    doing so the video does not play back properly but instead slowly
    progresses frame by frame at the same rate as the jpeg files. What
    do I need to do in order to embed the video and have it play back
    as a movie?

    Thanks Rob for the quick feedback. I'll be traveling for a
    week and will then try your suggestion when I return.
    Butch Ray

Maybe you are looking for