kitone / subtitleeditor

Subtitle Editor is a GTK+3 tool to create or edit subtitles for GNU/Linux/*BSD.
http://kitone.github.io/subtitleeditor/
GNU General Public License v3.0
103 stars 15 forks source link

Video stops responding #64

Open mvglasow opened 1 year ago

mvglasow commented 1 year ago

To reproduce:

Expected result:

It just works, like with any video player.

Actual result:

Occasionally and for no apparent reason, video does not play: the play button change from Play to Pause, but the time indicator remains frozen and the video does not advance. I can move the slider so see individual frames, but the video does not play. There does not seem to be any way to recover from this, other than by restarting the app (and even that does not always work).

geloescht commented 1 year ago

I have the same issue, but with audio-only files. I tried both mp3 and wav, but it doesn't seem to make any difference. My files are also much shorter, around 5 minutes, so it doesn't have anything to do with large files or long durations.

Platform: Ubuntu Linux 22.10 Subtitle Editor Version: 0.54.0

wormrunner commented 1 year ago

same issue. works fine for a few subtitles and then stops completely. sometimes waiting a minute or two releases it, but usually it just has to be restarted. unusable.

Debian Sid Subtitleeditor version 0.54.0-6

kitone commented 1 year ago

Hi, I just push a branch that remove gstreamermm dependencies and use gstreamer C API, and playbin3, that seem more stable.

https://github.com/kitone/subtitleeditor/tree/remove-gstreamermm

If you have the capability to build from this branch, you can test if it fix your problem.

Still in WIP.

Best regards, kitone

didaktiik commented 10 months ago

I had to switch audio to ALSA. The app default setting is either Automatic or Pulse, I don't remember. This alone solved the video freezing problem. Until then it has been a serious drag. Cheers! Above applies to the version 0.54.0 (on latest Manjaro, Cinnamon ed.)

Signy13 commented 10 months ago

I had to switch audio to ALSA. The app default setting is either Automatic or Pulse, I don't remember. This alone solved the video freezing problem. Until then it has been a serious drag. Cheers! Above applies to the version 0.54.0 (on latest Manjaro, Cinnamon ed.)

Thank you! I had the same problem after upgrading Xubuntu from 20.04 to 22.04 and your advice solved the problem for me as well.

innir commented 6 months ago

@kitone any chance, you pick up your work on migrating away from gstreamermm? To keep subtitleeditor usable on current distributions, I think it's much needed...

marado commented 1 month ago

Hi!

Hi, I just push a branch that remove gstreamermm dependencies and use gstreamer C API, and playbin3, that seem more stable.

https://github.com/kitone/subtitleeditor/tree/remove-gstreamermm

If you have the capability to build from this branch, you can test if it fix your problem.

I tested this branch and it fixed the issue for me!