Re: [FFmpeg-devel] [PATCH 05/12] fate-ts-small-demux: convert to ffprobe

2021-04-26 Thread Michael Niedermayer
On Sun, Apr 25, 2021 at 09:58:56PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2021-04-25 21:28:42) > > On Sun, Apr 25, 2021 at 04:12:41PM +0200, Anton Khirnov wrote: > > > Quoting Michael Niedermayer (2021-04-25 11:29:56) > > > > On Sun, Apr 25, 2021 at 09:03:13AM +0200, Anton Khirn

Re: [FFmpeg-devel] [PATCH 05/12] fate-ts-small-demux: convert to ffprobe

2021-04-25 Thread Anton Khirnov
Quoting James Almer (2021-04-25 21:43:31) > > > > the length seems truncated around 1000 and smtp_line_length_limit has a > > default of around that. RFC 5321 also doesnt allow longer lines so iam > > not sure if bumping that limit up is the correct thing to do (if its that > > what truncates it)

Re: [FFmpeg-devel] [PATCH 05/12] fate-ts-small-demux: convert to ffprobe

2021-04-25 Thread Anton Khirnov
Quoting Michael Niedermayer (2021-04-25 21:28:42) > On Sun, Apr 25, 2021 at 04:12:41PM +0200, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2021-04-25 11:29:56) > > > On Sun, Apr 25, 2021 at 09:03:13AM +0200, Anton Khirnov wrote: > > > > It can handle side data cleanly. > > > [] > > > >

Re: [FFmpeg-devel] [PATCH 05/12] fate-ts-small-demux: convert to ffprobe

2021-04-25 Thread James Almer
On 4/25/2021 4:28 PM, Michael Niedermayer wrote: On Sun, Apr 25, 2021 at 04:12:41PM +0200, Anton Khirnov wrote: Quoting Michael Niedermayer (2021-04-25 11:29:56) It seems something is cuttning long lines The email arrives correctly when I send it directly to myself, so I assume the ML is man

Re: [FFmpeg-devel] [PATCH 05/12] fate-ts-small-demux: convert to ffprobe

2021-04-25 Thread Michael Niedermayer
On Sun, Apr 25, 2021 at 04:12:41PM +0200, Anton Khirnov wrote: > Quoting Michael Niedermayer (2021-04-25 11:29:56) > > On Sun, Apr 25, 2021 at 09:03:13AM +0200, Anton Khirnov wrote: > > > It can handle side data cleanly. > > [] > > > +stream|index=0|codec_name=h264|profile=578|codec_type=video|

Re: [FFmpeg-devel] [PATCH 05/12] fate-ts-small-demux: convert to ffprobe

2021-04-25 Thread James Almer
On 4/25/2021 11:12 AM, Anton Khirnov wrote: Quoting Michael Niedermayer (2021-04-25 11:29:56) It seems something is cuttning long lines The email arrives correctly when I send it directly to myself, so I assume the ML is mangling things. Didn't something similar happen to James recently? Yea

Re: [FFmpeg-devel] [PATCH 05/12] fate-ts-small-demux: convert to ffprobe

2021-04-25 Thread Anton Khirnov
Quoting Michael Niedermayer (2021-04-25 11:29:56) > On Sun, Apr 25, 2021 at 09:03:13AM +0200, Anton Khirnov wrote: > > It can handle side data cleanly. > [] > > +stream|index=0|codec_name=h264|profile=578|codec_type=video|codec_tag_string=[27][0][0][0]|codec_tag=0x001b|width=82|height=144|coded

Re: [FFmpeg-devel] [PATCH 05/12] fate-ts-small-demux: convert to ffprobe

2021-04-25 Thread Michael Niedermayer
On Sun, Apr 25, 2021 at 09:03:13AM +0200, Anton Khirnov wrote: > It can handle side data cleanly. [] > +stream|index=0|codec_name=h264|profile=578|codec_type=video|codec_tag_string=[27][0][0][0]|codec_tag=0x001b|width=82|height=144|coded_width=82|coded_height=144|closed_captions=0|has_b_frames=

[FFmpeg-devel] [PATCH 05/12] fate-ts-small-demux: convert to ffprobe

2021-04-25 Thread Anton Khirnov
It can handle side data cleanly. --- tests/fate/demux.mak | 2 +- tests/ref/fate/ts-small-demux | 229 ++ 2 files changed, 150 insertions(+), 81 deletions(-) diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak index c55488fe61..ac224d6bf4 100644 ---