Opened 11 years ago
Last modified 17 months ago
#3059 open enhancement
Logfile append instead of overwrite
Reported by: | Elliott | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | ffmpeg |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
When using the environment variable FFREPORT, each execution of ffmpeg overwrites the logfile. There should be an option to append instead of overwrite.
$ export FFREPORT="file=/Volumes/RAID/ffmpeg.log"
ffmpeg console output is irrelevant in this case, but I have attached the logfile.
Attachments (1)
Change History (7)
by , 11 years ago
Attachment: | ffmpeg.log added |
---|
comment:1 by , 11 years ago
Priority: | normal → wish |
---|---|
Status: | new → open |
comment:2 by , 11 years ago
comment:3 by , 11 years ago
It would be useful in any script which calls ffmpeg multiple times. For example, I have a bash script to transcode several video clips when called from a command-line. This particular script suppresses most of the console output by using -loglevel warning -stats
. This way, the user sees a small progress indicator, without a flood of information. In case of some encode problem, it would be nice to have the full log available to see.
Can you explain in what usecase such appending makes sense ?