Sorry for the wait! I think that I managed to fix the issue in version 6.1.2 ;)
Voylin
Creator of
Recent community posts
Hi and thanks for reporting this issue!
Yeah, that’s why I have the note on the itch.io page saying MacOS should work, but not guaranteed.
as I don’t have a Mac machine available to properly test things out. I’ll have a look and see if I can fix this issue and try to get an update out when it’s fixed (and if I can fix it).
At some point in the future I might be able to afford a Macbook so I can make certain that each release will work. ;)
But your comment helps a lot especially with libgozen.macos.template_debug.arm64.dylib
not even existing, makes it a lot easier to troubleshoot this! ^^
Sadly, due to limitations with FFmpeg, a web export won’t be possible. At this moment this isn’t going to happen anytime soon, but if I end up making my own video demuxer, this might become possible … however that would be a very big task and take several months if I were to even be able to do this.
If I could find another library which could help with video demuxing for the web, then it could be a matter of weeks, but it’ll still require quite a bit of work and will most likely come with other limitations.
Hey there, first question is an easy to answer one. For one of the next updates I’ll have video playback speed implemented, main troublesome point at the moment to implement is just audio but I may have found a fix for that one so it should be coming in the next weeks.
At this moment the video files should be in the folder of the executable for it to work, but apparently someone got it working with including the video files in the project itself so I’ll have to get back to you on that one.
Thanks for letting me know! Would be helpful to see some error logs to know more of what’s going wrong. I will check to see if I can replicate it, must probably have something to do with the compute shader which is being used so I guess it’s the format which is probably not yuv420p. I’ll make the necessary adjustments and hopefully this fixes it ^^” Sorry about that!