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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -