cmxl / FFmpeg.NET

.NET wrapper for common ffmpeg tasks
MIT License
611 stars 99 forks source link

Clean-up code handling pipes in Engine class; Fixes #69 #77

Open TobiasFaller opened 10 months ago

TobiasFaller commented 10 months ago

Pipe is now disconnected after process exit. Cleanup is now handled in finally block for cases where an exception occurrs.