Re: [FFmpeg-devel] [PATCH v2] Add option to log timing

2019-09-18 Thread Moritz Barsnick
On Wed, Sep 18, 2019 at 00:38:13 +, Soft Works wrote: > You're correct, It's a superset. I found it more convenient to do it like > this because: > - It would make little sense printing only the date for each line > - I wanted to avoid requiring a user to specify two separate flags to get > b

Re: [FFmpeg-devel] [PATCH v2] Add option to log timing

2019-09-17 Thread Soft Works
> -Original Message- > From: ffmpeg-devel On Behalf Of > Moritz Barsnick > Sent: Tuesday, September 17, 2019 11:07 PM > To: FFmpeg development discussions and patches de...@ffmpeg.org> > Subject: Re: [FFmpeg-devel] [PATCH v2] Add option to log timing > > On Tu

Re: [FFmpeg-devel] [PATCH v2] Add option to log timing

2019-09-17 Thread Moritz Barsnick
On Tue, Sep 17, 2019 at 00:07:37 +, Soft Works wrote: > This commit adds two logging flags: 'timing' and 'datetiming'. I like the whole idea. I haven't tested yet, but I will in a moment. > Usage: > ffmpeg -loglevel +timing > or > ffmpeg -loglevel +datetiming Have you considered what happens