rboy1
rboy1
LUA53.EXE, yes that's in the PATH.
Lua and luarocks is installed in: `c:\lua\bin` PATH is ``` Path=C:\Program Files\Eclipse Adoptium\jdk-17.0.1.12-hotspot\bin;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\PROGRAM FILES (X86)\COMMON FILES\ORACLE\JAVA\JAVAPATH;C:\WINDOWS\SYSTEM32;C:\WINDOWS;C:\WINDOWS\SYSTEM32\WBEM;C:\WINDOWS\SYSTEM32\WINDOWSPOWERSHELL\V1.0\;C:\WINDOWS\SYSTEM32\OPENSSH\;C:\PROGRAM FILES\GIT\CMD;C:\GRADLE\BIN;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Amazon\AWSCLIV2\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Git\cmd;C:\Program...
> as for a workaround, you can try `luarocks config lua_interpreter LUA53.EXE` and `luarocks config variables.LUA c:\path\to\your\LUA53.EXE` to force the configuration values and avoid a misbehaving autodetection. Though I'd still...
@PunitLodha @cfsmp3 when do you think we could see a new release?
Second this, it would be nice to have it play well with null conditional operators
> I guess this issue is fixed in [code](https://github.com/CCExtractor/ccextractor/blob/376ff831616919e092b53353f3799654d86d0759/src/rust/src/decoder/service_decoder.rs#L274) after 0.94 package release. So, upcoming release doesn't contain this bug The last update to this code was 2 years ago....
Is that the same sample I uploaded: https://www.dropbox.com/scl/fi/zoaavo5y9szk1tn4uee7l/EIA-608-and-EIA-708-streams.ts?rlkey=46xgwv6rdamo50mpnxk7x9eux&dl=0
I have no idea what WSL means
No. This is a cross compiler build on Linux Ubuntu with a target build for ffmpeg Windows x86 using the mingw cross compiler.
Okay I tried using docker and it failed: > s2 --enable-libxavs2 --enable-libxavs --extra-cflags=-mtune=generic --extra-cflags=-O3 --enable-static --disable-shared --prefix=/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/x86_64-w64-mingw32 --enable-nonfree --enable-libfdk-aac --enable-decklink ./configure ERROR: avisynth/avisynth_c.h avisynth/avs/version.h not found > >If you think...