On 12/1/11 2:07 AM, Luca Barbato wrote:
On 01/12/11 01:00, Georgi Chorbadzhiyski wrote:
I'm redirecting avconv output to a file and \r's coming from avconv's
stats printing bug me. Attached are two simple patches one that solve
my problem in libavutil and the other in avconv.
The avconv patch makes -stats int so it is basically not backwards
compatible so I prefer the general solution in libavutil.
Comments, flames, suggestions?
I prefer a solution in avconv, even if when keeping a log of avconv we might
think about something even more polished.
If you could come up with an option that uses new lines in
stats I'm all for it (my -stats patch is not a good idea).
Which is your use case for saving the logs?
I'm batch processing lots of files and that's why I keep logs
in case I want to see how the conversion went.
I run avconv ......... 2>&1 | tee -a $(date +%F)-log.txt so an
option that just redirects log output to a file will not help
me much.
--
Georgi Chorbadzhiyski
http://georgi.unixsol.org/
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel