Skip to content

First public release.

Latest
Compare
Choose a tag to compare
@8day 8day released this 03 Jan 16:46
· 1 commit to master since this release
c21140f

See edl.cpp for any info.

DLLs in edl.7z were compiled in Visual Studio 2005, using header file provided with AviSynth 2.6.
Use statically linked DLL if dynamically linked version won't work. Latter needs these DLLs:

  • msvcp80.dll
  • msvcr80.dll

DLLs in edl-avsplus.7z were compiled in Visual Studio 2017, using header file provided with latest AviSynth+ (at the moment of this writing). Use statically linked DLL if dynamically linked version won't work. Latter needs these DLLs:

  • MSVCP140.dll
  • VCRUNTIME140.dll
  • api-ms-win-crt-stdio-l1-1-0.dll
  • api-ms-win-crt-heap-l1-1-0.dll
  • api-ms-win-crt-runtime-l1-1-0.dll
  • api-ms-win-crt-filesystem-l1-1-0.dll
  • api-ms-win-crt-convert-l1-1-0.dll
  • api-ms-win-crt-math-l1-1-0.dll