ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

FFmpeg log elsewhere

Open andrefilipegsilva opened this issue 8 years ago • 2 comments
trafficstars

Greetings,

Is there any way to redirect ffmpeg logs to another output stream rather than System.out?

andrefilipegsilva avatar Aug 11 '17 13:08 andrefilipegsilva

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.

bramp avatar Sep 23 '17 00:09 bramp

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?

namannigam-zz avatar Jul 18 '19 14:07 namannigam-zz