Snusmumriken
Results
2
issues of
Snusmumriken
I found a bug in order of args in trim tool: ``` ARGS: ------------- -ss 00:00:00.0000000 -to 00:01:00.0000000 -acodec copy -i "C:\rec.webm" "C:\trimmed_rec.webm" OUTPUT: ------------- ffmpeg version N-93880-gc3458f06f4 Copyright (c)...
bug
help wanted
`ffi.metatype` assigns to all ffi-types one single global ffi-metatable (that is used for `any` metatype object): ```Lua local vec2 = rl.new("Vector2") local Vector2_mt = getmetatable(vec2) --> "ffi" local Vector2_mt =...