ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
FFmpeg log elsewhere
trafficstars
Greetings,
Is there any way to redirect ffmpeg logs to another output stream rather than System.out?
Using the FFmpegExecutor/FFmpegJob there is no way to get to change the output. However you could just call build() on the FFmpegBuilder to get the list of flags, and start a Process yourself.
to fix the link Process
@bramp on another note: is changing the working directory permissible, once I've created the instance of ffmpeg/ffprobe?
So that I can possibly create logs there?