jrottenberg / ffmpeg

Docker build for FFmpeg on Ubuntu / Alpine / Centos / Scratch / nvidia / vaapi
https://hub.docker.com/r/jrottenberg/ffmpeg/
Apache License 2.0
1.37k stars 450 forks source link

[QUESTION] How to get output logs properly without using "ffmpeg [...] 2> output.log"? #362

Open esturniolo opened 1 year ago

esturniolo commented 1 year ago

Hi! I'm trying to get the output logs to a file in a host directory and I tried with -report, FFREPORT as variable, but I can't get the output to a file.

How would be the proper way to achieve this using in a docker container?

BONUS: get custom filenames. Get only the errors (if fails).

Thanks!!!