Adobe Premiere Elements 7.0 hangs while exporting and during peak file generation.

I have Adobe Premiere Elements 7.0 (PRE7). I have a project which is using a single clip from a Mini-DV that was captured with Nero 8. Nero 8 was used because it was captured prior to installing PRE7. The file is 12GB and is on a USB disk drive because I don't have the space on my main hard drive (I have about 11GB free). My project doesn't do too much that's fancy. It merely uses about 20 minutes of the 60 minute Mini-DV captured AVI, and it uses simple transitions between each scene. I also have very simple titles at start and end. No themes or anything else.
I've seen two problems. 1) While editing the project, seemingly (but I'm not positive it's related) while the peek file was being generated, PRE7 would get into a state of using about 40% to 50% CPU, and it would not let me do anything else. The other problem, 2) While using "Share" to export the video to WMA for playback on PC (about 180MB estimated file size according to Adobe), the file is exported to about the last remaining 5 seconds, but then PRE7 goes into that mode of hanging with 40% to 50% CPU usage.
One time when it had this 50% CPU issue, I let it sit overnight, and the export was finished in the morning. The export that time was to a 90MB FLV for posting to the "web" according to the Share wizard. But when I was doing the above (issue #2), it went into the 50% CPU usage but didn't finish after waiting around 2 hours. Even if I were to let it sit that time, and it were to finish, it seems like something's wrong and that this is unacceptable.
When this happens, and PRE7 goes into 50% CPU utilization, there is no pacifier or percentage bar advancing. It usually happens near 100% finished. Only one time did it complete successfully after leaving it unattended at 90% complete for an extraordinary amount of time.
To recap:
C:\ hard drive ---> PRE7, my project.
E:\ USB drive ---> 12GB source AVI file and destination for export.
I saw elsewhere on this forum that someone imported a mini-dv captured AVI into Window Movie Maker and then exported it to Mini-DV from that app. This solved that person's problem with hanging during peak file creation. I had the 50% hang issue during peak file generation but I'm not sure it was related to peak file generation. A peak file was generated in a project which, when exported with share as mentioned above, still did the hang 50% CPU issue. Regardless, I will try the import/export/movemaker thing and report back but I've been trying enough things that I wanted to take a second to ask for assistance.
Does anyone have this issue, and is there a patch or fix?
I might be able to provide a user mode dump of the 50% CPU adobe process. There is some call stack information and I'm wondering if developers would want this info if they don't already have a solution/fix to this bug.
Thanks for any help.

I have some more info on the hang which I've been experiencing during export/share of a project which uses an AVI as its one main clip. Adobe Premiere Elements 7 (PRE7) appears to be hanging because it's looping endlessly in ImporterAVI.prm. I'm wondering if this info can be passed onto Adobe developers and/or if I can submit this information elsewhere for such processing. I also have a process dump file which might be helpful, not to mention the original project files.
I used Process Monitor to help analyze this situation, and prior to PRE7 getting into the endless loop, it appears to be reading from the AVI file little by little, and WMEncodingHelper.exe is writing out little by little to the destination file, both of which I would expect. When PRE7 gets to the end of the import/export, Process Monitor appears to show all the aforementioned disk activity ceasing. I see neither process reading or writing. This would be normal if the share/export procedure had completed. But PRE7 is not complete. It is hung and is operating at 50% CPU utilization.
Far below in this post are technical details which may be helpful to an Adobe developer determine why the importer could get into this endless loop. In those details, there is a jump instruction, "jb ImporterAVI!xImportEntry+0xf32", which will always jump if a particular compare always turns out a certain way. But in my review of the counters being compared, it never will get to a point of exiting. When I modify a flag (the carry flag) to be 0, the loop exits. When I did this, my export/share of my project completed successfully. So it was done, but for some reason, PRE7 was looping and looping in its AVI importor instead of completing the export (aka "Share").
I cannot say that this certainly indicates a bug with PRE7, but it seems to me that there's enough data for Adobe to be at least investigating this particular issue. I'm not the only person who has seen this as there was at least one other message describing the same problem which the user resolved by effectively re-creating the AVI file via a no-op import/export into and out of MovieMaker. My AVI also goes through MovieMaker, import/export, without a hitch.
In a sense, I view PRE7's "share" as essentially an import, processing of imported information (i.e., effects and transitions), and an export. It's an import of all clips into the project at the right times, a processing of all effects, and finally an export to a destination. I realize this is simplistic, but the point I'm making is I have a simple project with a single AVI, and it appears that the "import" portion of PRE7's Share option is choking on the only clip used by this project. I also don't have much but simple transitions and a beginning/ending title on the project, so I'm not thinking this use of PRE7 is much more than what I'm doing with MovieMaker when importing/exporting this AVI.
I fully agree that optimum hardware can be either required or critical for certain types of video editing, but PRE7 is a consumer program and I'm not using anything extensive about it and the symptoms are that PRE7 is looping on its import of a file other programs don't have a problem with. I already tried purchasing a 1TB external, which I'm glad I did, but I really think Adobe developers should look at this issue. There may be a problem with handling certain AVI clips used in a project when those clips come from certain sources. If there is an issue, perhaps it could warrant a fix that would make PRE7 more compatible with these other clips.
Does Adobe have a procedure for people to upload (or mail) projects and files to it so that they can troubleshoot why the importer gets into this state? I also mentioned earlier that I have a full user-mode dump of the process which may be of value to a dev. Can I submit this information anywhere?
Here are textual technical details:
Plug-in which loops: C:\Program Files\Adobe\Adobe Premiere Elements 7.0\Plug-ins\en_US\ImporterAVI.prm
The following are the instructions at the "bottom" of the loop which never ends. Below, I put "***" at the jump instruction I mentioned earler. If I force the carry flag to be 0 at that point, and the jump is skipped, the export completed successfully. Additionally, notice that [esp-0x1c] is 0x2000, and that both eax and edi are 0. When I see it loop, eax stays at 0 and never reaches 0x2000. I wonder if something about the AVI is causing values used by this importer to be such that it causes this endless loop, and if that's the case, and if such values are valid/good, I'm wondering if the importer can be fixed by being able to detect such values so as to not choke (if in fact it's an importer issue).
1239dda2 50 push eax
1239dda3 ffd1 call ecx
1239dda5 8b442424 mov eax,dword ptr [esp+24h]
1239dda9 015c2428 add dword ptr [esp+28h],ebx
1239ddad 03c7 add eax,edi
1239ddaf 83c410 add esp,10h
1239ddb2 3b44241c cmp eax,dword ptr [esp+1Ch]
1239ddb6 89442414 mov dword ptr [esp+14h],eax
; *** This is where it loops around and around.
1239ddba 0f82f2feffff jb ImporterAVI!xImportEntry+0xf32 (1239dcb2)
ImporterAVI!xImportEntry+0x1040:
1239ddc0 8b542420 mov edx,dword ptr [esp+20h]
1239ddc4 52 push edx
1239ddc5 e810d40000 call ImporterAVI!xImportEntry+0xe45a (123ab1da)
1239ddca 83c404 add esp,4
ImporterAVI!xImportEntry+0x104d:
1239ddcd 5f pop edi
1239ddce 5e pop esi
1239ddcf 5d pop ebp
1239ddd0 33c0 xor eax,eax
1239ddd2 5b pop ebx
1239ddd3 83c428 add esp,28h
1239ddd6 c3 ret
ChildEBP RetAddr Args to Child
WARNING: Stack unwind information not available. Following frames may be wrong.
3195d9b8 12387545 10590f9c 27c53e00 06b35ff6 ImporterAVI!xImportEntry+0x103a
3195d9ec 1239ea10 06b35ff6 00000000 27ad8a60 ImporterAVI+0x7545
3195da1c 1238aa31 06b3554b 00000000 7fdf0000 ImporterAVI!xImportEntry+0x1c90
00000000 00000000 00000000 00000000 00000000 ImporterAVI+0xaa31
[esp-1Ch]: 3195d9a0 00002000
eax=00000000 ebx=00000000 ecx=3195dbcc edx=00000000 esi=27ad8a60 edi=00000000
eip=1239ddba esp=3195d984 ebp=3c7ba50b iopl=0 nv up ei ng nz na pe cy
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000287
ImporterAVI!xImportEntry+0x103a:
1239ddba 0f82f2feffff jb ImporterAVI!xImportEntry+0xf32 (1239dcb2) [br=1]

Similar Messages

  • Adobe Premiere Elements 9 has encountered a problem and needs to close.

    Adobe Premiere Elements 9 has encountered a problem and needs to close. Asked to be debugged no response an then the program don not respond.
    If i Run an old project direct from the file PE 9 it works and then go to a new project it works but from the start up  it just closes down.
    Bridge is also starting to do it

    From the Premiere Elements Information FAQ http://forums.adobe.com/thread/1042180
    •What version of Premiere Elements? Include the minor version number (e.g., Premiere Elements 12 with the 12.0.1 update).
    •What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac"
    •Has this ever worked before?  If so, do you recall any changes you made to Premiere Elements, such as adding Plug-ins, brushes, etc.?  Did you make any changes to your system, such as updating hardware, printers or drivers; or installing/uninstalling any programs?
    •Are you using an account with Administrator Privileges?
    Run as Administrator http://forums.adobe.com/thread/969395 (Encore + "All" Premiere)
    •Have you installed any recent program or OS updates? (If not, you should. They fix a lot of problems.)
    •What kind(s) of image file(s)? When talking about camera raw files, include the model of camera.
    •If you are getting error message(s), what is the full text of the error message(s)?
    •What were you doing when the problem occurred?
    •What other software are you running?
    •Tell us about your computer hardware. How much RAM is installed?  How much free space is on your system (C:) drive?
    And some other questions...
    •What are you editing, and does your video have a red line over it BEFORE you do any work?
    •Which version of Quicktime do you have installed?
    What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    What is your exact graphics adapter driver version?
    Have you gone to the vendor web site to check for a newer driver?
    For Windows, do NOT rely on Windows Update to have current driver information
    -you need to go direct to the vendor web site and check updates for yourself
    ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us

  • Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    Hi, I have problem with importing MOV files from SJCAM 4000. MOV files are in supported formats for Adobe Premiere Elements 11. But if I'm importing MOV file, only audio part is imported, video part is not imported. How can I solve this problem?

    haben
    From looking at the specifications of your camera (SJCam 4000), we know already what video compression your camera is using. It is H.264.
    A H.264.mov file should be supported by Premiere Elements 11. On what computer operating system is your Premiere Elements 11 running?
    Do you have the latest version of QuickTime installed on your computer? And, are you running QuickTime and Premiere Elements 11 from a
    User Account with administrative privileges? Please go to Premiere Elements 11 Publish+Share/Computer/QuickTime to confirm that you find
    presets there for the QuickTime choice there.
    What are the properties of these H.264.mov files - is it 1080p30 (1920 x 1080p30)  or something else? Do you know if this camera is recording with a variable or
    a constant frame rate?
    Please review and consider and then we will decide what next.
    Thank you.
    ATR

  • My Adobe Premiere Elements 11 Editor just stopped launching and crashed every time now... getting fed up.

    My Adobe Premiere Elements 11 Editor just stopped launching and crashed every time now... getting fed up.

    tomstanding
    Thanks for the reply. You have a lot of considerations before you.decide to purchase additional software.
    Great that the Photoshop Elements 11 Editor from Mac App Store is working, but I am not sure how that was integrating with Premiere Elements 11 Editor or will interact with Premiere Elements 11 Mac if you can find the latter for purchase online from Amazon or other. (I realize that the Mac App Store products did not come with Elements Organizer 11; whereas the Premiere Elements 11 Mac does.)
    If you want to add Premiere Elements 11 Mac to your computer, it might be a good idea to look at the tryout from the following web site, and then purchase from your selected vendor. The web site offering the 11 tryout does not sell the tryout as far as I have ever heard.
    Photoshop Elements 11 Direct Download Links: Free Trials, Premiere | ProDesignTools
    With this route you need to read and carryout carefully that web site's "Note: Very Important Instructions" in order to avoid access denied messages.
    When you purchased 11 Mac, you could even leave that tryout installed and just insert the serial number from your purchased 11 product in them to make
    that your working system.
    Please consider.
    Thank you.
    ATR

  • PE Hangs during peak file generation

    I have experienced numerous hangs when PE8 trys to generate peak files for AVI files captured with WMM and Corel Video Studio X2 Pro.
    I have seen the problem occur on various size AVI files from 1M to 9G. In all cases the audio is erratic ( soft and loud sounds usually at the end of the clip when the camera recording is terminated ) when playing it in WMP.
    I took took the problematic AVI's and then used WMM or dvdate to "Save as AVI" file and then imported back into PE8 and the peak files were then genrated without issue.
    Seems to me that this problem has existed in several PE releases. I wonder why the peak file generation routine does not either timeout after sometime or give the user the ability to cancel the operation and return control back to PE when these problematic files are encounter. It is annoying to have to kill PE from task manager when this occurs. Has anyone found a way to kill the peak file generation when this problem occurs without having to kill PE ?
    Thanks
    Mike

    Hi Bill,
    I have attached screen captures of gspot with AVI's captured with WMM and corel, look like they both import as type I avi's.
    I have not had a chance to recreate the problem I originally saw, it will probably have to wait till the weekend when I have time to re-import the footage from the camera.
    Thanks for your help.
    Mike

  • Downloading Adobe Premiere Elements 11 has paused at 50% and will not resume.

    I purchased premiere elements 11 and attempted to download. The Downloading bundle went to 50% and then went to Toal Progress 0% PAUSED. I turned off my pop-up blocker and tried another browser (used internet explorer and then tried Chrome). The play button shown on the tutorials is not shown on my screen so I cannot use a resume button. Now what?

    JaRoi1 please implement solution 1 in Troubleshoot Adobe Download Assistant - http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assistant.html#main_Solutio n_1.
    If you continue to face difficulties then you can also initiate a direct download by following the directions listed at http://forums.adobe.com/thread/1234755.

  • In Adobe premiere elements 12 it wont let me add a m4a file. It says that "the importer reported a generic error". Please help.

    please help, I need to make a video and cant get in my music.

    tuckey2012
    For background information, what computer operating system is your Premiere Elements 12 running on?
    I could ask you for a lot of details to build a troubleshooting plan. However, in this instance with .m4a file and "importer reported a generic error", I am going to cut to what I believe your workflow problem to be.
    You are working with iTunes music. To use them in Premiere Elements (any version), please convert them to .wav file in iTunes.
    To do that....
    a. Open iTunes and go to Music - File Menu/Add File To Library
    b. Edit Menu/Preferences/General and there click on Import Settings
    c. In the Import Settings dialog, go to Import Using and set for WAV Encoder.
    d. OK out of that area.
    In the Music Section/Songs, right click your import, select Create WAV Version
    Then right click the WAV Version, select Copy, and then Paste it to the computer desktop
    from where you import it into Premiere Elements 12 Expert workspace Add Media/Files and Folders/Project Assets
    from where you drag it to one of the audio tracks.
    Please let us know if that works for you.
    Thanks.
    ATR

  • Adobe premiere elements 13 - im getting choppy video and audio in premiere elements 13, how can i fix this...

    what settings in preference and project settings can i set to fix this. i have a windows desktop
    asus m11
    windows 8
    64 bit
    intel core i5
    2.8 ghz
    8gb ram
    i hav the software on my c drive and in scratch disks preferences i have the rest on my 2tb external drive same as project. thanx in advance...........

    FNGTF84
    Thanks for the follow up. Sorry that the news was not better.
    As for project settings (project preset)....that should be set to match the properties of the media that you import. Only one project preset per project, so, if you have more than one format, you need to set priorities for the project, and then work everything else around that prime choice. But, for now, assuming all the project content have the same format.
    The program is set up to have the project select the project preset based on its analysis of the properties of the first source you drag to the Timeline. If it cannot do that for some reason, it does not give you the closest project preset for what you need, instead it gives you its default NTSC/AVCHD/Full HD 1080i30 or its PAL counterpart if you are working in a PAL setup. You can always check to see what the project set. See Edit Menu/Project Settings/General and the readings for Editing Mode, Timebase, Frame Size, and Pixel Aspect Ratio (even if they look grayed out). You can view project settings there, but you cannot make significant changes in what has been set. So, you start a new project if the settings are not right.
    The manual way for you to set the project preset....
    File Menu/New/Project and Change Settings
    In Change Settings, change the project preset to match the properties of your source file. OK out of there.
    In the New Project dialog that you see next, change the name of the project, and make sure to have a check mark next to Force Selected Project Settings On This Project. OK out of there.
    Back in the Expert workspace, import your source media using the project's Add Media/Files and Folders.
    If you setup according to my suggestions in post 3 and are still have previewing issues, then I think we should look deeper into the video card/graphics card. See Device Manager/Display Adapters to verify what your computer is using. And, then go to the web site of the manufacturer of that card to determine if you have the latest driver for that card.
    Please consider.
    Thank you.
    ATR

  • Export movie with transparent background, Adobe Premiere Elements 9

    Help!
    I'm now using Adobe Premiere Elements 9.  I'm trying to create a few regularly used lower-third animated graphics.  There will be 4... each with the same animated background, but with different names in text.
    I was able to do this just fine in earlier versions of Premiere Elements... using Quicktime Export, and changing color settings to "Millions + of colors"... or something similar...
    Is there a way to do this in this version?  Help!

    You can not export video with an alpha channel from Premiere Elements. Sorry.

  • Adobe Premiere Elements 12 doesn't import MOV Files

    Hi, All!
    I'm working on Windows 8.1 64 bit and use Adobe Premiere Elements 12. I've downloaded and installed on my PC latest version of Apple QuickTime 7.7.4.1680.86 from http://www.apple.com/quicktime/download/
    I've trying to use some free stuff from http://www.detonationfilms.com/Stock_Directory.html and mix it with my video. You may download example of Pre-Keyed Explosions using direct link: http://www.detfilmsshockwave.com/DVExplosion01.zip or any other stuff from this site...
    ...but my Adobe Premiere Elements 12 with installed the latest updates doesn't import these MOV Files with codec PNG Image
    In fact, Apple does not offer ProRes components for QuickTime on Windows, but I don't know do this problem interact with my trouble?
    IMHO, it's best  to look at the crash logs for QT32Server! I've found executable QT32Server on my PC in next folder:
    C:\Program Files (x86)\Adobe\Elements 12 Organizer\CAHeadless\32\Adobe QT32 Server.exe, but can't found any import logs on my Windows 8.1 including hidden folders. I have trying to check the windows events log for errors %windir%\system32\eventvwr.msc /s but it contains no necessary items.
    I have trying to re-install version 6.5.2 of Apple QuickTime, but without success. May be I must try to install any other older version, i.e. 7.5.5 ?
    I think perhaps such behavior of Adobe Premiere Elements 12 is in design?
    May be I'd try third party free video converter, like SUPER e.t.c. to convert MOV container to AVI?
    Please help me to find a way to fix this problem.
    Sincerely yours,
    JennyK
    http://jennyk.ucoz.ru

    Jenny Koltsova
    What is this "codec PNG image" that is contained/wrapped by the .mov format? What are the video and audio properties of this video...frame size, frame rate, interlaced or progressive, pixel aspect ratio, et al.
    It sounds like you have Premiere Elements 12 is running on some version of Windows with QuickTime (latest version) installed on the same computer as Premiere Elements. Great. Requirement for QuickTime met.
    Where is this PNG.mov coming from? And what type of .avi were you thinking to convert to?
    Premiere Elements 12 Publish+Share/Computer/QuickTime does offer an export with a PNG video codec with the .mov file extension. I am in the process of exporting my Timeline to that type of file and then determining if I can import that back into Premiere Elements 12 project.
    When your png.mov will not install into Premiere Elements 12 on Windows 8.1 64 bit, what is the specific message that you are getting from the program at that time.
    More shortly after my export of the png.mov is finished. Any minute now.
    ATR
    Add On....The png.mov produced by Premiere Elements 12 Window 7 64 bit could be imported into a Premiere Elements 12 project. I am now going to my laptop which has Premiere Elements 12 on Windows 8.1 64 bit to do the same thing and see what happens there. Back soon.

  • Adobe Premiere Elements. Crash at transcode

    Dear Adobe Community,
    i got every time on ~66% a crash on transcoding. I will export (AVCHD/Bluray) my movie on a Disc/Computer but there is always the same problem with a movie longer than 1h. If i cut this movie to half. It works without a problem. I tried to export the 1st and the 2nd half that i can exlude errors in my files/jpegs. Both are export without an error.
    Tried exports:
    short/large movie with export option DVD. working.
    short movie with export option AVCHD. working
    short movie with export option Bluray. working
    large movie with export option AVCHD. crash
    large movie with export option bluray. crash
    No entries in the event log. Only the message in elements with aborted transcoding.
    I tested CPU/RAM with  >5 hours Prime/OCCT stable.
    What else can i try?
    Sys:
    Notebook: Sony VAIO VPCF11S1E (Vaio VPC-F Serie)
    Prozessor: Intel Core i7 720QM
    Grafikkarte: NVIDIA GeForce GT 330M
    Thank you in advance

    monchauer,
    Thank you for that information.
    Translation of the error log:
    Name of misapplication: Adobe Premiere Elements.exe, version: 11.0.0.0, time stamp: 0x5041d43d
    Name of the faulty module: mc_enc_avc.dll, version: 8.5.0.5184, time stamp: 0x4ff260b7
    Exception code: 0xc0000005
    Error Offset: 0x000000000002757c
    ID of the faulty process: 0x874
    Start time of misapplication: 0x01cf2ca939298336
    Path of the faulty application: C: \ Program Files \ Adobe Elements \ Adobe Premiere Elements 11 \ Adobe Premiere Elements.exe
    Path of the faulty module: C: \ Program Files \ Adobe Elements \ Adobe Premiere Elements 11 \ mc_enc_avc.dll
    Report ID: 0dee2331-98AB-11e3-9023-5063139f3a94
    The Faulting Module is mc_enc_avc.dll
    Here is a PrPro thread on crashes on H.264 Export. In it, Jim Simon has a link to a MS Knowledgebase article, that might be useful: http://forums.adobe.com/thread/1141341
    It appears that that .dll is likely part of the MainConcept Encoder: http://www.herdprotect.com/mc_enc_avc.dll-50f9fb58d88ab643d0199d77b79c2b9b4b12a8c7.aspx
    As the MainConcept Encoder is installed along with PrE, if the MS article, or the Herd Project one does not help, it might be time to Uninstall PrE, run a Registry cleaner, like CCleander, then Reinstall. I am not a big fan of doing the Uninstall/clean/Reinstall, and usually hold that in the wings, until nothing else works, but then there are times, when an installation can become corrupt (in this case one of the MainConcept modules?), and that can fix some issues. I would try other remedies first, and maybe others will have some direct experience with the mc_enc_avc.dll, that will help, without that Uninstall/clean/Reinstall.
    Good luck,
    Hunt

  • Transcoding vob file to Adobe Premiere Elements

    Summary: Seek for the VOB files to Adobe Premiere Elements
    Workflow- Read on the article and you will learn how to import VOB
    videos to Premiere Elements with smooth editing.
    Q: VOB files will not make sound on Adobe Premiere Elements
    “I have some VOBs that I would like to edit using Adobe Premiere
    Elements and share on YouTube or other sites. My problems is that my
    VOBs do not have sound on Adobe Premiere Elements 11. I’m very new at
    this. I know it can be done. I just need some help to get me pointed in
    the right direction.”
    After collecting some VOB video clips, you may plan to transfer VOB
    video to Adobe Premiere Elements, but it’s a bit of trouble. Premiere
    Elements seems not be able to ingest the .vob files correctly like no
    audio track. So, how to deal with VOB video in Adobe Premiere Elements?
    Although Adobe claimed that Premiere Elements(7/8/9/10/11/12) offer
    native VOB support, there are still some video, audio codec problems
    while importing/editing VOB clips in Premiere Elements like the above
    mentioned no sound. The best method to avoid any problems is to
    transcode VOB into a Premiere Elements most compatible format like
    MPEG-2.
    If you looking for a solution for this problem likewise, check out Brorsoft Video Converter for Mac
    which is entitled as a top VOB Converter for Mac users. It supports
    encoding all VOB files to MPG so that you can easily import the VOB to
    Adobe Premiere Elements for editing on Mac. This will help you import
    the file correctly and saving the rendering time. What’s more, this Mac
    VOB converter also offers the optimal preset files for Final Cut Pro,
    iMovie, Avid Media Composer, FCE, Adobe Premier Pro and more to help you
    solve the incompatibility problems in different NLE apps. To convert
    VOB to Premiere on Windows(8), simple turn to Brorsoft Video Converter
    to get the work done.
    Below is a step-by-step guide on how to encode VOB to MPEG2
    format for Premiere Elements editing with Mac OS X like Mavericks,
    Mountain Lion, Lion.
    Step 1: Download and install VOB to Premiere Elements Converter to your Mac. Then load your source movie to it.
    Step 2: Click the format bar, and move mouse cursor to Adobe
    Premiere/Sony Vegas --> MPEG-2(*.mpg) as output format. It is also
    great for editing in Premiere Elements.
    Step 3: The  Mac VOB to Premiere Elements Converter
    enables users to adjust audio and video settings before VOB to MPG
    conversion. Click the “Settings” button and customize proper video/audio
    parameters if necessary. Video size, bitrate and fame rate can be
    adjusted as you like.
    Step 4: Click "Convert" button to start converting VOB for Adobe Premiere Elements on Mac OS.
    After a shot conversion, you will be able to import/load VOB videos
    into Premiere Elements for editing without any video, audio issues.
    Source:[quote] jacktellyoutipsforvideos.wordpress.com/2014/02/28/no-sound-when-importing-vob-to-premiere-elements-best-solution/ [/quote]

    My guess is that these are 'Named User' licenses and not Concurrent licenses. That just means that every license has a single user and that users is expected to register. Did they just give you one DVD with the program and then 30 license keys? If so there is probably no way you will get around the registration process.

  • Can a video created with Adobe Premiere Elements 13 be converted to run on Adobe Premiere Elements 11?

    Can a video created with Adobe Premiere Elements 13 be converted to run (and be edited, etc.) on Adobe Premiere Elements 11?
    I have several hours invested in a video creation that I made with Premiere Elements 13, but now 13 is refusing to work properly (space bar and play button do not move the time line indicator forward).  Hopefully, I will get the problem solved, but in the meantime I must get this project completed and don't have time to start over.  So, I need to convert the work so that it can be completed with Premiere 11 which seems to work fine.
    Thanks, Dave

    Dave
    Is this an outdated thread? I thought that you had resolved the play button/space bar issue.
    Classically, you cannot open a project created in a later version in an earlier version. If you try, you get hit with "The project appears to be damaged, it cannot be opened." messaged. There was one rare and little known occasion when that was not the case. It involved Premiere Elements 10. So, that is not going to help us any here.
    If you still have the play button/space bar issue, can you get out of the 13 project by exporting it to file which you can import into a new Premiere Elements 11 project? If need be, I can suggest the details of that if you tell me the project setting for the 13 project.
    Please let us know the situation at this time.
    Thank you.
    ATR

  • Will Adobe Premiere Elements 8 Function Properly on MS Windows XP  Pro x64 editionV2003 SP2

    I am running
    MS Windows XP
    Professional x64 edition
    V2003
    SP2.v4666
    Dell Precision PWS670
    Intel Xeon CPU 3.20GHz
    3.19GHz. 3.93 GB of RAM
    I import SD video from Canon FS 200
    Considering the hardware, software and camera I have will  "Adobe Premiere Elements 8"  allow me to export edited product to use as streaming video in Dreamweaver 8?
    Thank you.

    With a Duo-core Xeon, you should be fine with SD material.
    With the MOD files, this ARTICLE and its links, might prove useful. Be sure to follow all the links to other articles, and especially see the replies in those by Chris at JVC, as he knows those files intimately, and uses PrE to edit them.
    As for OS, Win7 would be the way to go. It seems to have proved to be better than Vista, in almost every instance. The question is then - 32-bit, or 64-bit. Things to think about: PrE is not yet a 64-bit program, so cannot fully take advantage of a 64-bit OS. Win7-64 still seems to have some driver issues, but the people writing the drivers are catching up, and there is hope that by SP1, those will no longer be an issue. Also, one needs more RAM installed, to take advantage of a 64-bit OS, and your MoBo probably cannot take any more RAM. Also, the speed and connection of the RAM can be important, and your BIOS (and MoBo sockets), probably cannot take advantage of this newer RAM. If you are not planning on upgrading the MoBo and your RAM, then you will probably be much happier with a tuned Win7-32-bit OS. However, some programs are being released for 64-bit ONLY, like PrPro CS5. They will not run on a 32-bit OS. With the 32-bit OS, you do lock yourself out of some programs. It becomes a tough call, and only you can make it.
    Good luck,
    Hunt

  • Can't open Adobe Premiere Elements 9

    I've had some problems with Adobe Premiere Elements 9 recently, and right now I'm not able to use it. I'm not sure what the problem is really or how to fix it so I'll just write down what has happened here and hopefully someone knows what to do.
    A week or so ago my laptop started to crash repeatedly, but fortunately that was solved. But then I noticed that when I opened Adobe Premiere Elements, that's when it crashed and only then. It stopped crashing altogether except for when I opened this program (if it is of any importance I also tried opening Windows Movie Maker to edit there in the meantime but the same thing happened there, which seems strange and kinda random to me). I decided to get an antivirus software and install that and see if that took care of it, which I have now done. That didn't exactly take care of it though. The laptop did stop crashing when opening the Adobe software, but nothing happens once it's opened. The tabs on the top right are there but the whole program is just grey (where you would normally have the timeline on the bottom, video to the left, and the files etc. to the right) and nothing else comes up. I then tried to uninstall Adobe Premiere Elements 9 from my laptop altogether and then re-install it with the CD I still had from purchasing the laptop a couple of years ago. But after re-installing there is no change. Just a grey screen once again, except for the tabs and all that on the top. Now I'm not sure what else to try. It's frustrating as I need this program to work right about now. Does anyone know what to do? Thanks.

    From the Premiere Elements Information FAQ http://forums.adobe.com/thread/1042180
    •What version of Premiere Elements? Include the minor version number (e.g., Premiere Elements 12 with the 12.0.1 update).
    •What operating system? This should include specific minor version numbers, like "Mac OSX v10.6.8"---not just "Mac"
    •Has this ever worked before?  If so, do you recall any changes you made to Premiere Elements, such as adding Plug-ins, brushes, etc.?  Did you make any changes to your system, such as updating hardware, printers or drivers; or installing/uninstalling any programs?
    •Are you using an account with Administrator Privileges?
    Run as Administrator http://forums.adobe.com/thread/969395 (Encore + "All" Premiere)
    •Have you installed any recent program or OS updates? (If not, you should. They fix a lot of problems.)
    •What kind(s) of image file(s)? When talking about camera raw files, include the model of camera.
    •If you are getting error message(s), what is the full text of the error message(s)?
    •What were you doing when the problem occurred?
    •What other software are you running?
    •Tell us about your computer hardware. How much RAM is installed?  How much free space is on your system (C:) drive?
    And some other questions...
    •What are you editing, and does your video have a red line over it BEFORE you do any work?
    •Which version of Quicktime do you have installed?
    What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    What is your exact graphics adapter driver version?
    Have you gone to the vendor web site to check for a newer driver?
    For Windows, do NOT rely on Windows Update to have current driver information
    -you need to go direct to the vendor web site and check updates for yourself
    ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us
    Some of the below is for Premiere Pro, but the idea is the same for Premiere Elements
    Dual video problems - Do you have dual graphics adapters?
    Go to the Windows Control Panel and select Hardware and Sound and then select Device Manager... In Device manager you click the + sign to the left of Display Adapters... and see if 2 are listed
    IF YES, read below
    -http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html
    -http://forums.adobe.com/thread/1001579
    -Use BIOS http://forums.adobe.com/thread/1019004?tstart=0
    -link to why http://forums.adobe.com/message/4685328
    -http://www.anandtech.com/show/4839/mobile-gpu-faceoff-amd-dynamic-switchable-graphics-vs-n vidia-optimus-technology/2
    -HP Fingerprint/Password conflict http://forums.adobe.com/thread/911575

Maybe you are looking for

  • Importing xml driven swf file -- is it asking for too much?

    I want to import an ActionScript3 / xml driven swf file into Catalist, but it only imports the swf file. I have placed all the external images and the xml file that calls them into the same folder as the swf and the catalist files, but the playback s

  • Apple Bluetooth alu keyboard

    Hi, I don't understand why, my Alu bt keyboard, from Apple, shows me the batter ay 76% even though they are completely charged and new (tried different batteries). Any suggestion?

  • Export report output from WAD to Workbok

    Hi Friends, I have a very strange requirement, we have our reports on WAD, but some user community in some country they want all this Output to be exported to a work book. I know we can export to an excel sheet, but exporting to a work book im not su

  • List of Project Permission in PS 2010 Using SQL query

    Hi Is there any way to get a list of Project permissions associated with user using sql query. If i go manually Project center --> select project plan --> project permission it would take lot of time to find out for each user Regards Santosh

  • Trouble with negative refinement filters and data source on OID 2.3

    Hi I'm having trouble using the negative refinement filters on a data source with Information Discovery 2.3 Here's the data source configuration "baseFunctions": [ "attributeKey": "COMPANY", "attributeValue": "PROMO", "class": "com.endeca.portal.data