[FFmpeg-devel] codecpar regressions

Michael Niedermayer michael at niedermayer.cc
Sat Apr 2 21:29:09 CEST 2016


On Sat, Apr 02, 2016 at 09:23:08PM +0200, Michael Niedermayer wrote:
> On Sat, Apr 02, 2016 at 09:15:58PM +0200, Michael Niedermayer wrote:
> > On Sat, Apr 02, 2016 at 01:02:45PM +0200, Michael Niedermayer wrote:
> > > On Sat, Apr 02, 2016 at 12:04:47AM +0200, Michael Niedermayer wrote:
> > > > On Fri, Apr 01, 2016 at 01:53:45AM +0200, Michael Niedermayer wrote:
> > > > > Hi
> > > > > 
> > > > > from #ffmpeg-devel
> > > > > <Daemon404> im not doing any fixes today though, im beat.
> > > > > ...
> > > > > <Daemon404> michaelni, if im not around mail me them, or putthem on github or something
> > > > > 
> > > > > i found another regression, thought "here" is a good "something"
> > > > > that way more people can search for and fix regressions
> > > > > 
> > > > > heres one regression:
> > > > > ./ffmpeg -i Broadway-5.1-48khz-448kbit.ac3 -t 10 out.wav
> > > > > ./ffmpeg-codecpar-2016-0331-23 -i Broadway-5.1-48khz-448kbit.ac3 -t 10 out-codecpar.wav
> > > > > 
> > > > >  ls -alF out-codecpar.wav out.wav
> > > > > -rw-r----- 1 michael michael 6681702 Apr  1 01:38 out-codecpar.wav
> > > > > -rw-r----- 1 michael michael 5760102 Apr  1 01:38 out.wav
> > > > > 
> > > > > the codecpar case also fills the screen with
> > > > > Non-monotonous DTS in output stream 0:0; previous: 75264, current: 66048; changing to 75264. This may result in incorrect timestamps in the output file
> > > > > warnings
> > > > > 
> > > > > not yet rebased onto origin tree used for the testing:
> > > > > https://github.com/dwbuiten/FFmpeg/tree/codecpar
> > > > > 
> > > > > PS: i suggest to wait at least 48h with no new regressions being found
> > > > > before this is pushed, its a exceptionally large merge
> > > > 
> > > > another regression:
> > > > ./ffmpeg -i ~/tickets/2397/242_4.mkv -filter_complex '[0:v][0:s:1]overlay' out.avi
> > > 
> > > another one: (tested with codecpar code of today)
> > > 
> > > ./ffmpeg -i diatonis_invisible_order_anfos_ac3.wav
> > > 
> > >   libavutil      55. 19.100 / 55. 19.100
> > >   libavcodec     57. 28.100 / 57. 28.100
> > >   libavformat    57. 28.100 / 57. 28.100
> > >   libavdevice    57.  0.101 / 57.  0.101
> > >   libavfilter     6. 39.100 /  6. 39.100
> > >   libswscale      4.  0.100 /  4.  0.100
> > >   libswresample   2.  0.101 /  2.  0.101
> > >   libpostproc    54.  0.100 / 54.  0.100
> > > Assertion avctx->codec_id == s->parser->codec_ids[0] || avctx->codec_id == s->parser->codec_ids[1] || avctx->codec_id == s->parser->codec_ids[2] || avctx->codec_id == s->parser->codec_ids[3] || avctx->codec_id == s->parser->codec_ids[4] failed at libavcodec/parser.c:151
> > > Aborted
> > 
> > another regression:
> > wget http://chui-pas.net/~fun/test-8-7.1.opus.ts
> > 
> > ./ffmpeg -i test-8-7.1.opus.ts test.wav
> > ./ffmpeg-pre-codecpar -i test-8-7.1.opus.ts test-pre.wav
> > 
> > -rw-r----- 1 michael michael 10137702 Apr  2 21:12 test-pre.wav
> > -rw-r----- 1 michael michael  2534478 Apr  2 21:12 test.wav
> > 
> > codecpar also generates pages of
> > [opus @ 0x23806e0] LBRR frames present; this is unsupported
> > [opus @ 0x23806e0] Error decoding a SILK frame.
> > [opus @ 0x23806e0] Error decoding an Opus frame.
> > [opus @ 0x23806e0] LBRR frames present; this is unsupported
> > [opus @ 0x23806e0] Error decoding a SILK frame.
> > [opus @ 0x23806e0] Error decoding an Opus frame.
> 
> and heres another one
> http://samples.ffmpeg.org/MPEG-VOB/ClosedCaptions/
> 
> ./ffplay -i ~/tickets/1332/Starship_Troopers.vob
> 
> displays no subtitles anymore
> also there are warnings
> 
> [mpeg @ 0x7f63cc0008c0] Could not find codec parameters for stream 5 (Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s): unknown codec
> Consider increasing the value for the 'analyzeduration' and 'probesize' options
> [mpeg @ 0x7f63cc0008c0] Could not find codec parameters for stream 6 (Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s): unknown codec
> Consider increasing the value for the 'analyzeduration' and 'probesize' options
> ...
> No codec could be found with id 0

heres another (first flv file i tried)

wget http://samples.ffmpeg.org/FLV/Enigma_Principles_of_Lust-part.flv
./ffmpeg  -i Enigma_Principles_of_Lust-part.flv -f framecrc -

[flv @ 0x3846a80] video stream discovered after head already parsed
[flv @ 0x3846a80] audio stream discovered after head already parsed
Assertion avctx->codec_id != AV_CODEC_ID_NONE failed at libavcodec/parser.c:144

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

What does censorship reveal? It reveals fear. -- Julian Assange
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160402/db635a0e/attachment.sig>


More information about the ffmpeg-devel mailing list