logging - ffmpeg set report log filename -
i running ffmpeg.exe on command prompt. trying generate report file using -report
option. how explicitly specify report name?
looks can set [?] environment variable
export ffreport=file=/home/someone/log/ffmpeg-$(date +%y%m%s).log
this because, otherwise, have parse output filename command line parameters, means "ffmpeg running, has started logging things" kind of cat or mouse game, apparently.
ref: https://ffmpeg.org/trac/ffmpeg/ticket/1823 , mailing list posts.
Comments
Post a Comment