Thank you this explains why I couldn't find anything. I'm stuck with binaries at the moment. I have a workaround of sorts, instead of using report I launch it from another process with a detailed enough loglevel and read stderr there and can time the log lines as they are printed, imprecise but better than nothing.
Regards, Vlad ________________________________ From: ffmpeg-user <[email protected]> on behalf of Moritz Barsnick <[email protected]> Sent: Friday, July 17, 2020 2:39 PM To: FFmpeg user discussions <[email protected]> Subject: Re: [FFmpeg-user] Is time-stamping report lines possible? On Fri, Jul 17, 2020 at 18:06:00 +0000, Vladimir Grishchenko wrote: > Can't seem to find a way to add timestamps to lines printed to the > debug report. It appears there has been some work done to support > this but it is unclear how to enable it. Using ffmpeg version 4.2.1. No, there's no such feature included yet. > https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/#12472 A newer, better patch was submitted, but never completed during review: https://patchwork.ffmpeg.org/project/ffmpeg/patch/mn2pr13mb27524db8a461b08f45729b87ba...@mn2pr13mb2752.namprd13.prod.outlook.com/ Unfortunately, the submitter seems to have lost interested, and the feature never made it into ffmpeg. If you build your own, you can apply that patch. I do it in my builds, and it works for me. Cheers, Moritz _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
