[FFmpeg-devel] [PATCH] libavutil/log: Support for logging timestamps in the log

2023-01-17 Thread Prakash
libavutil/log: Support for logging timestamps in the log. Add 'time' flag to the -loglevel option to turn on timestamp logging. Useful for troubleshooting where time is spent from the log files. Signed-off-by: Prakash Duggaraju --- doc/fftools-common-opts.texi | 4 fftools/op

Re: [FFmpeg-devel] [PATCH] libavutil/log: Support for logging timestamps in the log

2023-01-18 Thread Prakash
The problem with int milliseconds is you lose the microseconds precision. Sometimes there are multiple log lines within the same millisecond. I can definitely move the timestamp as the first field of the log line. Let me fix the patch file. -Prakash. On Wed, Jan 18, 2023 at 12:51 AM Tobias Rapp

Re: [FFmpeg-devel] [PATCH] libavutil/log: Support for logging timestamps in the log

2023-02-16 Thread Prakash
Moved the timestamp to the front (before loglevel but after the prefix if present, so the timestamp has the same color as log line based on log level). Updated the patch and attached again. >From 04857a7bf0d4cf24a479e795a55a61ab2e2f618e Mon Sep 17 00:00:00 2001 From: Prakash Duggaraju D

Re: [FFmpeg-devel] [PATCH] libavutil/log: Support for logging timestamps in the log

2023-02-17 Thread Prakash
aking the log output. -Prakash On Fri, Feb 17, 2023 at 3:50 AM Lynne wrote: > Feb 17, 2023, 12:08 by an...@khirnov.net: > > > Quoting Prakash (2023-02-17 01:16:04) > > > >> Moved the timestamp to the front (before loglevel but after the prefix > if > >> pre

[FFmpeg-devel] ERROR ffmpeg

2019-05-29 Thread Prakash Paudel
root@encoder3:~# ffprobe -i udp://@239.255.3.165:1234 ffprobe version N-93880-gc3458f06f4 Copyright (c) 2007-2019 the FFmpeg developers built with gcc 7 (Ubuntu 7.4.0-1ubuntu1~18.04) configuration: --pkg-config-flags=--static --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/inclu