-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Lucky8boy edited this page Aug 25, 2025
·
1 revision
- make sure you're running the correct build (x64)
- ensure
.NET Framework 4.8or later is installed - run as Administrator if video / image can't be saved / read
- Symptoms: "FFmpeg not found" or "Could not start process" error.
- ensure
ffmpeg.exeexists and is in your system PATH, or - manually set the
ffmpeg_pathvariable to the full path (default path:C:\\ffmpeg\\bin\\ffmpeg.exe)
- only
.pngand.jpgimages are supported - avoid filenames with special characters or paths with
%20— they may need to be decoded usingUri.UnescapeDataString - ensure the file isn't locked by another process
- install
LibVLCSharp.WinFormsand copy thelibvlcbinaries (libvlc.dll, etc.) to your build folder - supported formats:
.mp4,.mkv,.avi - check that audio / video codecs aren't too exotic (use standard
H.264/AAC)
- ensure
ClosedXMLis installed viaNuGet - output path must be writable — avoid restricted folders
- make sure no Excel instance is locking a previous version of the file