Avidemux Forum

Avidemux => Windows => Topic started by: riskyraccoon on September 16, 2021, 01:37:43 AM

Title: UI locking up constantly
Post by: riskyraccoon on September 16, 2021, 01:37:43 AM
This software used to be really zippy for me, but ever since I upgraded my computer it has gotten slower. Specifically, when trying to stop/start playing back video, the UI locks up so I have to wait about four seconds before I can stop playback, which makes editing impossible. Any idea what settings I might need to change to fix this? Thank you
Title: Re: UI locking up constantly
Post by: eumagga0x2a on September 16, 2021, 09:00:48 AM
Are you sure you run a supported version of Avidemux which is always the latest 2.7.9 nightly build (https://avidemux.org/nightly/win64/) or at least the latest release, currently 2.7.8?

This problem existed in some old 2.7.x versions when Avidemux started to seek back to the currently displayed picture (before that it was jumping ahead to the last decoded one), but didn't make sure that picture was still in cache, i.e. it had to decode the last GOP again, which took some time, depending on circumstances.
Title: Re: UI locking up constantly
Post by: szlldm on September 16, 2021, 10:17:38 AM
You should try the latest nightly build, this issue was fixed two month ago. The last release (2.7.8) still have this bug.
Title: Re: UI locking up constantly
Post by: riskyraccoon on September 17, 2021, 12:03:02 AM
I tried with the latest nightly 2.7.9 and am still having this issue.
Title: Re: UI locking up constantly
Post by: szlldm on September 17, 2021, 12:23:01 AM
You can try changing Video display in Preferences/Display, and enable/disable HW acceleration. These changes might require to restart the program.
Can you give some info about the video you try to edit (resolution, fps, codec, etc.)?
Title: Re: UI locking up constantly
Post by: eumagga0x2a on September 17, 2021, 01:11:40 PM
Please start the latest nightly, reproduce the issue, close the application and attach the resulting Avidemux log file %localappdata%\avidemux\admlog.txt to your reply.
Title: Re: UI locking up constantly
Post by: eumagga0x2a on September 18, 2021, 12:47:46 PM
CleanTalk at its "best": riskyraccoon had to resort to PM, reported that the problem was specific to the "DXVA2" (DirectX) video display, at least it didn't exist with the OpenGL one.
Title: Re: UI locking up constantly
Post by: eumagga0x2a on September 22, 2021, 08:17:31 PM
A small update: an admlog.txt file from a wrong version received, one from the latest nightly requested. The affected file has a 60fps (likely the same as the refresh rate of the display) video stream with slightly variable frame rate, should be indeed covered by [gui_play] improve UI responsiveness during playback (https://github.com/mean00/avidemux2/commit/92e3b56bf56b2e3b56a2b070d4dbc0da7258dc53).