Shinon

Results 31 comments of Shinon

Hello! Found my issue got updated by this. Decided to test mp4 support. Seems to work for the most part. [Tested standard aac audio, not the weirded parts yet.] ![image](https://user-images.githubusercontent.com/7894419/76140466-a00fb900-6095-11ea-889d-9b0fb652a79c.png)...

Apple AAC Works: ![image](https://user-images.githubusercontent.com/7894419/76159480-cdbf3580-615b-11ea-9fac-5c9b883b40d8.png) Also Doesn't detect Nero Encoded AAC for whatever reason... [Test file if needed](https://files.catbox.moe/y3ezhb.m4a) ![image](https://user-images.githubusercontent.com/7894419/76159495-08c16900-615c-11ea-912e-855f74df3517.png) ``` Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'untitledneroaac.m4a': Metadata: major_brand : mp42 minor_version :...

beta's are usually untested... bugs Will appear!

I dare you to try compiling luajit VC project yourself and release a Aegisub build.

After some annoyance, managed to get it build as a dll. For next version, link it as `luajit.dll`

> BTW, I think luajit-minilua and luajit-buildvm should not be included in installation, as they are just intermediate. Noted. will remove them from releases.

Seen this bug a couple of time already, I'll look into it when I have the time.

It should be possible but I'm not really in to editing UI to add new features. Hardcoded whitelist sounds really hacky to me. I feel like this is really an...

It should be possible to use `lua_automation_version` to set the version as `4.1`. This way those that want to check the function can check against the version string. To enable...

> Ah actually in the past functions have been added without increasing the version, so I guess it's fine. [Aegisub/Aegisub@d660f7f](https://github.com/Aegisub/Aegisub/commit/d660f7f2b023a71e90df27f1c51ba009a2d30301) If someone needs to test for a specific feature this...