videomorph icon indicating copy to clipboard operation
videomorph copied to clipboard

App freezes with HD movies on Windows

Open lpozo opened this issue 6 years ago • 3 comments

App freezes with certain movies (HD mainly) when reading ffprobe output on Windows platform. converter.media._MediaFile._parse_probe()

lpozo avatar Jul 31 '18 11:07 lpozo

Does ffprobe work ok via CLI instead?

leonel-lordford avatar Jul 31 '18 12:07 leonel-lordford

Totally. The problem is when _parse_probe() method tries to process the file-like object probe_file that we get from platformdeps._Win32Process.spawn_process(). The for loop just freezes...

lpozo avatar Jul 31 '18 19:07 lpozo

We'll try to update the binaries in the Windows Version and let see if this issue is solved.

leonel-lordford avatar Jun 15 '20 03:06 leonel-lordford