Bug Reports
Actividad reciente
When attempting to use the new Object Mask Tool on an interlaced timeline, instead of seeing what you’re trying to mask once you’ve applied the effect, it renders the entire frame black and you cannot see what you are working with. This appears to be just a DISPLAY issue, as the masked image appears when you do any of the following: render the section, export the section, turn on mute global FX (even though there are no other effects applied to the clip). If you go into sequence settings and switch it to no fields/progressive, the masked image will also appear. I tried this on multiple effects like opacity and gaussian blur and the same issue occurs if this is done on an interlaced timeline. Running Premiere 26.0.2 on an M2 Ultra, 192GB RAM.Attaching screenshots of a clip with the object selected, then with the mask applied to opacity where you can see the entire image disappears, and then behaving normally when you either switch the timeline to progressive or hit the global FX mute
Adobe Productions appears to add projects to the Duplicate File list that were created with unique IDs. I created a brand new Production and added previously made projects to the new Production from a 2025 production using the Add a Production feature which should force a new unique ID. Unless this too is a bug just like the Make a Copy feature was reported to be. The other problem is the Duplicate File list appears and disappears so fast you can barely open it. I have to try and “catch” it and drag it to my desktop just to open it. The many times I do there are random projects. Then when I use the Make a Copy feature to duplicate them and trash the old one it works, but then a few minutes later completely different projects are in the list. This is becoming a nuisance to our team because the Duplicate ID flags disrupt working in Premiere. Please help and advise!
Meu Premiere parou de reconhecer minha placa de vídeo, uma "Radeon Rx6600 de 8gb. Como eu posso resolverJá tentei a possibilidade de mudar o renderizador, mas não me deixa mudar o "mecanismo de reprodução de Mercury". Já desinstalei e instalei novamente os drivers mais de uma vez e o erro persistiu, também tentei mexer na pasta cuda e gepusniffer e não funcionou, não sei mais o que fazer, temo que vou ter que formatar o computador.
When rendering the video it will crash/stop because it can’t render the shape that has glow edge effect. Scrrenshot below is a not from premiere it render to my video. That note is the part where the shape with glow edge.
I recently noticed something weird when I bought my Sony Z200. Coming from Alphas and also Z90 I was used to Premiere converting the HLG footage quite well, it was contrasty, saturated and punchy without any adjustments. Well….that changed not with my Z200 and I am asking myself why this is? The Picture still looks dull, flat and desaturated any ideas what's the issue here?Link to sample files:https://drive.google.com/drive/folders/1ekUIsEJJ0QgcK9WIjFNJmb-5MdzKoRsn?usp=share_link
OS: Windows. Premeire Pro: v 26.2.2UXP Developer Tools: v 2.2.1Adobe Media Encoder: v26.2.2 When using EncodeManager the property isAMEInstalled returns false even when Media Encoder is installed. I have used the cleaner tool to clean up the Apps and reinstalled Premeire, UXP development tool. I can launch Adobe Media Encoder and it launches successfully. I can also manually export videos from Premeire Pro using the “Export” button. The button “Send to Media Encoder” is clickable - meaning Premeire Recognizes that Media ENcoder is present. But I still get isAMEInstalled as false.
Dell XPS 17 9730Win11 Ent (26200.8328)Intel Core i9-13900H64 GB RAM1TB SSD (Internal), 4TB SanDisk SSD (External), 500 GB mSata (External - Cache & Render)Nvidia GeForce RTX 4080 Laptop GPU (12 GB, Studio Driver 596.36)
Hello Adobe Community,I'm experiencing an issue with hardware-accelerated decoding in Adobe Premiere Pro on my NVIDIA RTX 5070 Ti GPU. Specifically, HEVC (H.265) videos in 4:2:2 chroma subsampling, 10-bit depth work perfectly with hardware decoding at 4K resolution, but the same format at 6.2K (5240x2700) falls back to software decoding (CPU). This leads to poor performance during playback and editing.System Specs:GPU: NVIDIA RTX 5070 Ti (latest Studio Driver installed, 581.57)CPU: AMD Ryzen 9 9900XRAM: 64GB DDR5OS: Windows 11 (fully updated)Premiere Pro Version: 25.5Preferences > Media: Hardware-accelerated decoding enabled, set to NVIDIA. Issue Description:For 4K videos (4096x2160 or 3840x2160), hardware decoding works as expected. In the Debug Monitor (Alt+Ctrl+F12 > Importer.MPEG), the "Hardware Decompressed" counter increases while playing, and "SW Frames Decompressed" stays at 0. GPU usage is visible in Task Manager/GPU-Z.For 6.2K videos (5240x2700 from Fujifilm X-S20
ctrl delete used to delete the video both from premiere & and the disk, now it only deletes it from premiere but the video itself doesn’t get deleted. It was working perfectly fine in the prior stable version (26.0.2)
I am experiencing major export issues with Premiere 26.2.2 . Exports go to 98 percent and freeze I get a Low Level Exception error message. I tried exports from multiple projects and sequence that use different media all with the same result. I rolled back to 26.2.0 and still had the same issues. Went back to 25.6.5 and can’t open my project error this project was saved in a newer version. I have a client asking when they will see the cut… I’m on Windows 11 Pro HP Z Book Fury Laptop i9 13950HX NVIDA GPU RTX 4000 Ada Driver 591.86 I guess I will try going back to the earliest 26 Version need to try and get this project out to client.
I regularly edit through Premiere for work though in an unorthodox manner by controlling my boss’s computer (which has Premiere) via Zoom. He has a Mac and my computer is Windows, so, with the remote control through Zoom, I can’t use any keyboard shortcuts with Premiere really.Here’s a screenshot of the Mac info, just in case: The issue I’m having is that my boss’s computer crashed during work and he eventually got it started back up and we got back on a Zoom call to keep working. After that though, Premiere was acting very slow, giving choppy playback, not accurately showing where on the timeline we were in playback, etc. It was the end of the day though so we left it alone.Normally, I export any projects we’re currently working on at the end of the day so he can review them before the next day, but Premiere was being so slow and strange, I wasn’t able to do that. (Mainly, importing anything into Media Encoder was taking ages.) Reopening projects today showed the same kinds of issues
In a .mogrt file, a text layer using an Expression Selector with a character stagger expression based on valueAtTime() produces incorrect results in Premiere Pro's renderer. The issue does not occur in After Effects RAM Preview.---Reproduction steps:1. In After Effects, create a text layer inside a mogrt comp (25fps)2. Add a text animator → Expression Selector → Based On: Characters3. Add a Slider Control effect named "Evolution", keyframed 100→0 over 19 frames4. Add a Slider Control effect named "Delay", value 0.305. Set the Amount expression: var v = effect("Evolution")(1); var delay = effect("Delay")(1); var offset = (textIndex - 1) * thisComp.frameDuration * delay; v.valueAtTime(time - offset);6. Export as .mogrt, place in Premiere Pro timeline7. Use a text string with 50+ characters---Expected behavior:Characters stagger in smoothly — each character evaluates the slider at a slightly earlier time, creating a cascade effect.After Effects RAM Preview renders this correctl
This has been going for several updates now. I’ve done all the suggestions that have been recommended but it’s irritating to have to toggle mercury transmit or reselect the secondary monitor every time I start Premiere pro. I’m not the first to complain about this but it seems like it is a continuing problem. Please fix it.
Issue: My timeline zoom in and out (keyboard shortcut) is not working when used simultaneously with a clip being dragged by holding the mouse button, it used to work earlier but now in this version its not working. Steps to Reproduce: select a clip in the timeline by holding down the mouse left click, and then press + or - button simlutaneosuly, it doesnt zoom in or out which it should. Expected Result: It should zoom in or out of timeline heling me navigate the timeline to drop the clip in desired loaction Actual Result: timeline isnt zooming in Premiere Version: latest as of today., 26. something Operating System: mac os latest on macbook air m4
Use the template below to provide us with information: Issue – AWhen using Audio Ducking in the essential sound panel, I'm met with "Generating Keyframes" into what seems like infinity. When I open the progress panel, it doesn't move. This has been going on for a little bit now, I'm running Premiere version 25.4.1 (Build 3). I do also have audio remix enabled. Audio is tagged as Music. Steps to reproduce – Timeline of interview dialoge, A1 is dialoge audio, A2 is music. A1 (dialoge) going to Dialoge submix, A2 (music) is going to Music submix. Both submixes going to main Mix. Apply audio remix to music track. Apply audio ducking to music. Expected result – I should have my music (audio remixed for length) and have audio keyframe ducking in the non dialoge sections of the timeline. Actual result – I get stuck "Generating Keyframes" with no progress and results. It doesn't even look like it's taking a long time- just not working
I am having an issue with the new “dip to white” transition not affecting the alpha layer as it does in the “Legacy” version. Can you please make sure to keep this original version as well. Perhaps call it something else, or perhaps fix the new version. (Please see attached files). I double checked, and this is problematic in all of the new “dips-to” effects. There is still a need to be able to affect all the RGBA layers in some transitions, not just RGB. I don’t want to create a sub-sequence (nest) just to do something that was always simple before.
I’m on 26.2.2 but it still hangs when I’m converting/upgrading captions to graphics. And also in the properties section, it hangs when trying to change the font size and type.
There are several threads about the 4 point edit Fit to Fill option being greyed out. I too have experienced that. Solutions offered (of which none worked) centered around "resetting"/cleaning out caches etc. Within the last month the television station I work for issued me a brand new laptop. Knowing it was an issue I moved nothing across from the old one and built my workflow from scratch. The problem still persists. I have noticed it randomly will appear as an option. But I really couldn't find a reason or thread why. It wasn't until version 24.5 started crashing a lot and one thread emerged of Premiere not handling MXF media correctly as a possible reason of the crash that the light bulb went off in my head. I think the common thread I have in Fit to Fill not working is when MXF media is my source. Which for me is about 90% of the time as I shoot news on a Sony XDCAM series camera and edit that material. When I had mp4 file video from our archive system it seemed to
I believe I've found a bug in the new AI search panel, when filtering for markers. For context, in this project I work from daily string-out multicam timelines.As I sort through the timelines, I add markers and extended markers with detailed notes for scenes, visuals, etc. Later, when I open the search panel and filter for markers, it does indeed find the search terms across all timelines in the project. So far, so good, however... When I double click on search results, it opens the corresponding timeline but does not jump to the marker position, and this just kills any advantage or usefulness as these timelines are incredibly long and contain multiple markers.When I filter for any other type of search results (video, audio, text, metadata) a double click jumps to the exact spot in the associated timeline, so it feels like a bug and not a workflow issue on my part, unless I'm missing something.MacOS 26.4.1Premiere 26.2.0
**Bug Summary:** Premiere Pro crashes consistently at the home screen with a low-level exception, persisting after a full uninstall/reinstall.**Error Message:** "A low-level exception occurred in: Adobe Player (Player:5)" This only appears if I am in a project. Does not appear at home screen.App crashes every time, roughly 1 minute after launch. This began when attempting to open a large video project on or after May 8, 2026. The issue escalated to affecting the entire application. A full wipe of all Adobe files from the system followed by a clean reinstall did not resolve the issue — Premiere Pro remains completely unusable.Noteworthy: The setup ran without issues for several months prior to May 8th**Troubleshooting Already Attempted:**- Reinstalled Premiere Pro- Fully wiped all Adobe files from PC and performed a clean reinstall**Environment:** Windows 11 | AMD Radeon RX 9070 XT (16 GB) | 32 GB RAM | Premiere Pro 26.2.2
Default media scaling does not work when update to 25.6.1This had already happened in a previous update and then they corrected it.Now it fails again imac M1 16GB ram macOs Sequoia 15.7.1
Issue: Closed Caption embeded on file, burn on midia. Steps to Reproduce: Create a Closed Caption on sequence, send to render on Media Encoder, with the config to Embed a Closed Caption File, but this burn on media file. Expected Result: not burn, embed. Actual Result: This problem is happening to now version, because started with the last update, I use the Closed Captions in every project, and later the update, some files burn, another files not burn, this is inconsistent. Screen Recording: Premiere Version: 26.0.2 Operating System: Win11. GPU Driver (Windows only): Intel(R) Xeon(R) w5-2455X (3.19 GHz) NVIDIA RTX 4000 Ada Generation (20 GB). Video Format: XDCAMHD 50 NTSC (422) Full HD (1920 x 1080) 29,97.
Hiragino Gothic is not recognized in Premiere version 26.2.2 build 3.
Premiere Pro y la version Beta tengo problemas con la funcion de transcripcion, no detecta nada y dice que las pistas de audio estan silenciadas, no transcribe ningun clip por mas audio que tenga
In the transcription panel, when I click on the more menu (the 3 dots) and reach the Export submenu, the submenu is displayed out of the boundaries of the screen, making it impossible to understand what I am selecting… (see below, … > Exporter > ???) My current setup is 2 screens (1 and 2) + Wacom Intuos (3) which was shut down before I even turned the computer on... : I am working on Windows 11Can you fix it?
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.