bramp / ffmpeg-cli-wrapper

Java wrapper around the FFmpeg command line tool
BSD 2-Clause "Simplified" License
1.72k stars 413 forks source link

What does the thread safety of this wrapper look like? #280

Open Igrium opened 1 year ago

Igrium commented 1 year ago

Are the classes such as FFmpeg and FFmpegExecutor all thread safe, or do I need to implement synchronization externally?