DvdKhl
DvdKhl
This seems to be a regression: https://github.com/DvdKhl/AVDump3/issues/50 Version 18.20 seem to report correct values. In my case only avi files are so far affected and cannot be explained by rounding...
And it looks like the last version where it worked was not 18.20 as I said earlier but 0.7.42. We'll try one of the snapshots and then report back if...
Hi, I'm trying to interface with MIL also using .NET Core 3.1 in Linux (Debian) and I stumbled on this PR. Sadly the official example nor the one in this...
I'm getting (even after changing it to "mediainfo"): Handle=19751616 UseUTF32Encoding=True Opening file '/data/Media/AVDump3/Newfolder/😢.txt' File Open Result was 0
Not sure if it is important but I build MediaInfo from https://mediaarea.net/download/binary/libmediainfo0/19.09/MediaInfo_DLL_19.09_GNU_FromSource.tar.xz then took the File at "...\MediaInfo_DLL_GNU_FromSource\MediaInfoLib\Project\GNU\Library\.libs\libmediainfo.so" and placed it next to the C# dll. This works fine as...
I got it to work with some help. After I issued "export LANG=C.UTF-8; export LC_ALL=C.UTF-8" it works.
Here is a smaller example which throws the mentioned exception: ```csharp var cost = new double[][]{ new[] { 0d, 0d }, new[] { 0d, 1d }, new[] { 0d, 2d...
I'm not sure if the path was really too long, since if the file reaches this point, the file has already been fully read successfully.
Ah sorry for the late reply, I didn't notice the question. Yes it also happens in production. I don't have to call the Swagger UI for this to occur. Calling...
Since I'm using standby to "power off" the PC, I also have the issue of mIRC not telling ZNC it is quitting. What concerns me the most is that I...