Hitting enter key or choosing "render work area" no rendering occurs

I recently migratated all my pictures and projects from one computer to another, new one.
Working with PE12.
I'm trying to render a project that I have created, but when I hit the enter key, or even select "Render Work Area" from the Timeline menu, instead of rendering, it plays back the project.
Anyone knows what is going on?! please?

ATR,
I'm very glad you jumped back in.  So, thank you.
I've done everything you have suggested, and I'm getting the same issue.  However, there is one observation that could help you further narrow it down.
I'm going to respond to all your suggestions, point-by-point below in order to help you - help me- the best I can
1. I am assuming that you are working in the Expert workspace of Premiere Elements 12. If so, the go to the Quick workspace and try each of the following [ Correct]
a. Hit the Render button above the Filmstrip there  [done]
b. Go to Timeline Menu/click on Render Work Area  [done]
c. Press Enter key of the computer main keyboard  [done]
Did the rendering dialog come up at any time? [YES, (and this has been happening all along), when I try to render, in any of the 3 ways above, I do see a window pop up for a millisecond and then it disappears.  I hightly suspect that it is the "render" window that is attempting to open, but just goes away for some reason.
When you went back to the Expert workspace, was there now a green line instead of an orange line over the TImeline content spanned by the gray tabs of the Work Area Bar? [no, still orange coolor]
2. Make a copy of the problem project (File Menu/Save A Copy and renaming it). Open the copy and determine if you can render the Expert workspace Timeline content of that of the Quick workspace Filmstrip.
3. Have you cleared out the preview files in the Adobe Premiere Elements Previews FIle Folder for this problem project? [YES, manually went inside the Adobe Premiere E Previews File and deleted everything] Double check on that. How much free space is there at the location where you have this Adobe Premiere Elements Previews Files Folder? [Plenty of space is left ~ 230GB] Next, go to Edit Menu/Preferences/Media and its Media Cache Datebase and hit the Clean button there to get rid of conformed video files.  [Hit the clean button, twice]
4. Next, delete the Premiere Elements 12's settings file named Adobe Premiere Elements Prefs. The route to it in Windows 7, 8, or 8.1 64 bit is
Local Disk C
Users
Owner
AppData
Roaming
Adobe
Premiere Elements
12.0
and in the 12.0 Folder is the Adobe Premiere Elements Prefs file that you delete. If that does not work, delete the whole 12.0 Folder in which the Adobe Premiere Elements Prefs file exists. Be sure to be working with Folder Option Show Hidden Files, Folders, and Drives active so that you can see the path cited.  [Wend all the way inside the 12.0 folder, but did not see any file called Adobe Premiere Elements Prefs, so deleted the whole 12.0 folder instead as you suggested]
Just starting my day. We will be watching for further developments. I will be thinking about this some more.
Thanks.
ATR
Add On...Leaving the whys behind can lead to more of the same. So, unless you are in a time crunch to get this project out, let us not give up just yet [ I am not in any rush to get this out, and I not giving up if you aren't .   I can tell you like to solve puzzles and I thank you for it.]

Similar Messages

  • Render Work Area only partially completes?

    Hello everyone,
    I have searched the Forum but not found an answer or discussion on this problem.
    My problem is that Render Work Area only partially completes, i.e. if I have several clips in the work area (all showing yellow in the status area) and I apply transitions or effects to several of them, such that the modified segments show red in the status area, I expect to be able to Render Work Area [ENTER] and have it render all the segments that are red.  But it doesn't.  It renders the first few red segments then stops.  I have to manually hit ENTER several times to get it to render all the pieces.
    I'm pretty sure this is not how it is supposed to work.  In previous versions of Premiere, it would render all red segments in one go.
    Does anyone know what I need to do to make it render everything in one pass?
    I did find this post on a different forum:
    http://www.dvxuser.com/V6/showthread.php?211157-Annoying-Premiere-Pro-CS5-Preview-Render-I ssue
    But no solution was ever reported.  The person just re-installed on a new machine and the problem did not appear on the new machine.  But I don't have another machine to try this on.  My machine is a Windows 7 64-bit i7.  I am running Premiere Pro CS5 5.0.0.  My footage is from a Canon 5D Mark II, 1080p, 29.97fps.  The footage natively displays and previews fine.
    Thank you very much in advance for any help you can give.
    Best wishes,
    Lloyd

    > I am running Premiere Pro CS5 5.0.0.
    You should install the Premiere Pro CS5 (5.0.3) update. The recent updates fix a lot of problems.

  • I can't see the "Render work area"

    Gentlemen !
    I work with
    Adobe CS4 AE fully updated
    Ram 6GB
    Footage 1920x1080 24fps
    Windows 7 Ultimate
    Well, if I am not mistaking , there was something called " Render work area" as well as  " Render effect area"
    Evertime I wanna sync a part of a song with the lip syncing , the audio is off a bit, but I remember there was a way to render just a part of the video before rendering the entire clip or there was a short cut such as space bar or enter, but seems like that don't work either , any help will be appreciated greatly thanks.

    Hehehe,
    It is a piece of software that you buy. The site has several plug ins that we find usefull, and with all the different types of Lip-synching out there (using phenomes with static mouths etc) this one just looks the most natural to me. It is also highly customizable and nice to work with.
    Since it is midnight there, in a few hours time, the rest of the regulars will be up and about - I am sure they can shed some more light on the "Render work area" question you still have.
    Good luck.
    here is a link to a really good tutorial on using built in After Effects tools (no extra cost) I find this is perfect for cartoon type animation lip-synching. The reason Auto-lip synch is better for us, is that we want our characters to look more real and alive.
    http://library.creativecow.net/articles/rabinowitz_aharon/lip_synch.php
    Pierre

  • How to call a method in backing bean on hitting 'Enter' key on a page.

    Hi all,
    I would be obliged if any one can provide me solution for the below given problem.
    My requirement is to call a method in backing bean when i hit 'Enter' key on a JSP page.
    I am trying this by using a script given below.
    *function fnChangeFocus(){*
    *if(window.event.keyCode==13){*
    * document.getElementById("mainform:submitForm:commandbutton").focus();*
    The JSP has the textbox as given below.
    *<h:inputText id="inputtxtboxid" disabled="false" value="#{Bean.inputvalue}"*
    onkeypress="fnChangeFocus()" size="24" />
    Using this I could not acheive the required functionality. Please suggest some alternative.
    Thanks,
    Jagadeesh Pala

    Only a form element supports the submit() function. Make sure that the getElementById returns the appropriate form. Or rather pass the element as the 'this' reference to the function and get the parent form from it.
    After all this is just basic DHTML / Javascript+DOM knowledge and in fact this has nothing to do with JSF. For future basic DHTML / JS+DOM questions you may take a look at the appropriate forums, e.g. dhtmlcentral.com, dynamicdrive.com, etcetera.

  • Render Work Area/Warp Stabilizer Changes Video Duration

    Hi everyone,
    I'm quite new to Premiere Pro and I have no doubt this question has a simple answer.
    I've put in a small video, say 5 seconds into my timeline. I then for example apply the warp stabiliser effect.  I think select Sequence - Render Work Area.
    But every time I do it, the full video is no longer showing. It's like it has kept the same amount of frames, but because warp stablizer (I'm assuming) has inserted frames to smooth it out, I'm only seeing a fraction of the total clip length.
    So video length is still 5 seconds, but I'm now only seeing say, 60% of what was shown before.
    Just for further info, I'm using a 720HD 30fps sequence, but the video in question is a 120fps from a GoPro. I wonder if that's causing the issue?
    Any help would be greatly appreciated.

    Hi Jonathan,
    I hope you get a good answer from the gurus at ADOBE on this one. I use ProDADS Mercalli V2+ Stablizer in Cs5.5.2 with 4 cores Xeon processor, i suggest you trial it as I have had no issues with the exception of cutting the clip after stablization, do it befor hand. I was thinking of upgrading to 6.1 ?
    Good luck

  • When form starts up  and hit enter key

    Hi,
    I have a little problem with a form, when form starts up and hit enter key, i am bounced out of screen to main menu. I would like stay on the screen.
    Do have any idea why this happened and how to fix it? Thanks.

    There was no go_item in w-n-f-i
    thx

  • Render work area

    Have we lost 'render work area' in Premiere CC?

    You can also achieve the same thing using sequence In/Out points, which I find even easier than the WAB.

  • I have updated to Mozilla 16.0.1 and yahoo toolbar 2.4.8.20120412011105. Search assist now no longer works on the toolbar. Enter key also will not work on toolb

    I have updated to Mozilla 16.0.1 and yahoo toolbar 2.4.8.20120412011105. Search assist now no longer works on the toolbar, nor does the enter key. I've reinstalled both Mozilla and the yahoo toolbar. I've followed the instructions given in the customize toolbar section, but I am thinking that perhaps this toolbar just doesn't work with Mozilla?

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • How the "enter" key in small keyboard works?

    I create a string control and try to input a string ended with "enter". I can't use the "enter" key in small keyboard (right part of key board). Only the "enter" key in the main keyboard works. Why?

    > I create a string control and try to input a string ended with
    > "enter". I can't use the "enter" key in small keyboard (right part of
    > key board). Only the "enter" key in the main keyboard works. Why?
    >
    Another thing that helps to control this is the Tools>>Options setting
    for swapping the behavior of the two keys. Also, a Shift modified big
    return key acts like the small key in most situations.
    Greg McKaskle

  • CS4 "Render Work Area" Video Distortions

    When I render the work area the resulting disply file is distorted. Prior to rendering the image appears correct. I have never had this problem before switching to CS4. I am having this issue on several different machines with different configurations and display cards. Windows XP Professional is the operating system. See attached image.

    I also had these issues on a project today.
    I solved it by not rendering the timelines  ( five of them)  and simply encoding them from AME
    I am as puzzled as the O.P as to why this happens.!
    Luckily I do not do these type of projects very often and they are not complex enough to really require playback rendering..

  • Setting sequences to render "work area" as a batch process in AME

    I am using the latest version of Creative Cloud (2014.1)
    I need to render large amounts of Premiere sequences at a time in AME and I need to render the work area only. How can I change this setting on multiple sequences at the same time to avoid doing it one by one.
    Thanks, Moja.

    In CC 2014 the default is to render the sequence in/out. There is no way to change that setting on multiple sources at the same time. What I would recommend is setting the sequence in/out point instead of the work area and then you will get the behavior you desire. You could also submit a feature request for a more flexible solution. The feature request form can be found here: Adobe - Feature Request/Bug Report Form

  • Render Work Area every time text or a transition is added?

    Why do I have to Render the Work Area every time I add text or a transition In PRE 10? The video then starts playing from the beginning and I have to find where I was editing. It wastes too much time and takes forever to edit a video. I was told by Adobe phone support that Rendering after a transition is normal; I can't believe the program is that bad!

    For just Text Titles, I am surprised that you need to Render, with each Title.
    I often edit hour-long Projects, and usually never need to Render, to see good playback. For most, the only time that I do Render, is when I have animated something, and it must playback with ultimate quality.
    Some NLE (Non Linear Editor) programs do "Background Rendering," but if you think editing in PrE is slow, you will likely not be able to do much of anything, when that Background Rendering is taking place. IIRC, Pinnacle Studio added that, many years ago, but most users clamored for a way to turn that OFF, as they had to wait, while every change they made was rendered.
    In my case, I am editing on an older workstation, and on a fast, but old, laptop. Both are running XP-Pro, so only have 4GB of RAM. For me, and on either computer, the playback just does not require that I Render, except for those mentioned animations, and then I Render just that Title, Clip or Still Image, until I know that I have what I want.
    Sorry that PrE is not for you. Some users have sung the praises of Sony Vegas Pro, and some CyberLink's PowerDirector, and Magix MovieEdit Pro. I have the latter two, but do not like to edit in either. I just use them for some very specialized file-types, when I need them.
    Good luck,
    Hunt

  • Hitting Enter Key thru java code

    I am executing telnet commands through java code. The problem is after executing the commands and giving exit command telnet asks to press any key to come to normal prompt.
    How can we pass "ENTER KEY pressed" through java code. so that i should not wait for the user to press the enter key.

    Hello rajureddy and dboyd68
    Thanks for yours suggestions, I resolved the problem thanks to example that was pointed by dboyd68.
    Instead to fire event onkeypress on BODY tag I have passed call on FORM tag, and it works fine.
    Thanks again.

  • Premiere Elements 11 wont render work area???

    Hi, I'm having an issue with Premiere Elements 11.  I'm workng on a video project, and I need to render my timeline for smooth preview playback, but everytime I hit render, it just plays the timeline, without rendering anything.  That little box doesn't come up or anything.

    For the couple that do have the orange line and rendered, that is normal. And, you are saying there are those with orange line over content, that will not? And, they are all supposed to be the same footage?
    No, the ones that have the orange line as normal WILL render as normal.
    There are several clips for this video, all recorded with the same settings with the same camera, but only 1 or 2 that will render properly. The others have no orange bar at the top like they should.
    There are gray tabs in the WorkArea Bar above the Timeline. They should be spanning the content on the Timeline. Is any of your Timeline content no being spanned by the setting of these gray tabs of the WorkArea Bar?.
    I'm afraid you lost me there. I'm not sure what you mean by "spanning'". 
    As for your workaround, what is your export choice and settings so that you get footage for a subsequent project, footage that performed better than the original?
    720P 29.97, H.264, AAC 48kHz  in quicktime format.
    It renderd pretty much lossless (or if there is loss its so subtle that I can't see it)  But apperantly my system can handle it better that way then it can footage right off the iphone.
    Have you taken the time to look at the properties that you are putting on the Timeline, such as, video and audio compression, frame size, frame rate, progressive or interlaced, file extension, pixel aspect ratio and such? Your App needs some looking at. Does that iPhone have a variable frame rate? Lots of questions that may or may not have anything to do with this specific rendering issue, but probably do as regards the prognosis for your overall project.
    The setting on my app is "1280x720" resolution, and 30 fps.  I can adjust fps down all the way to 1fps if I want to (idk why I'd want to do that, lol)  but I normaly shoot at 30, and thats what these where shot at.
    If you have a screenshot of the Timeline track content that will not render (with the orange line over them), please post in your next post. It would be helpful to review your overall Timeline setup.
    http://imageshack.com/a/img545/1383/eb68.jpg
    http://imageshack.com/a/img266/6277/94g3.jpg
    Hope that helps.
    Iphone won't edit easily because it uses a variable frame rate
    - A possible fix in message #22
    Well, the app is set for 30fps.  Besides, that fix wont work cuz I don't have quicktime pro.

  • Using Illustrator CS5 version 15.1 - suddenly my Layers window panel will not open, when selected in the Windows menu drop down the Type Glyphs Window appears. Hitting F7 key also does't work. I rebooted Illustrator and my Mac system. Previusly all has be

    Any thoughts on how to correct this problem?

    Changed workspace from Essentials to Printing and Proofing and Layers panel came on - maybe I goofed and switched workspace - either way problem solved for now. thanks.

Maybe you are looking for

  • TS3988 How can I verify my icloud account without being able to get mail from the account?

    How do I verify my icloud account without being able to get mail from that account?

  • Hp laserjet pro 400 color MFP model m475dw repair manual

    While trying to copy some documents, display shows the following errors: 1.-  Service error 49.  I'd review on a downloaded owner manual what to do and no more messages. After I restarted the printer shows the following error. 2.- Service error 79. I

  • How to register custom workflow in oracle apps ?

    Hello I am new to workflow. I have customized an oracle standard workflow and now i want to register this custom one. Please help how to register the custom workflow. What steps need to achieve this. Thanks

  • Failed in WD JNDI lookup in QA  Portal

    Hello Experts, I am facing the issue in custom WD application in QA portal system, in dev portal the application is working fine and after transporting the objects into QA portal ,while on preview the iview its giving me error : "Failed in WD JNDI lo

  • Suggestions for new features

    I don't know, if this forum is monitored by the development staff, but I'll post my suggestions here in case they do. I would be nice to have optional ballon-tips when a new song is played. I would also be nice, to have some icons in the context menu