[FFmpeg-devel] [PATCH]Addition of MLP encoder

Michael Niedermayer michael at niedermayer.cc
Mon Mar 28 01:19:38 CEST 2016


On Sun, Mar 27, 2016 at 11:01:11AM +0530, Disha Singh wrote:
> > testing this
> > ./ffmpeg -i in.m4a test.mlp
> > says it needs  'To use it anyways, you must set "-strict inofficial".'
> > thats ok if it would work:
> >
> > ./ffmpeg -i in.m4a -strict inofficial test.mlp
> > [mlp @ 0x2494740] Unable to parse option value "inofficial"
> >
> > Using :ffmpeg -i ~/input.mp3 -strict -unofficial -strict -2 -c:a mlp
> ~/output.mkv " gave me :
> 
>  [matroska @ 0x2bebe40] Timestamps are unset in a packet for stream 1. This
> is deprecated and will stop working in the future. Fix your code to set the
> timestamps properly
> [matroska @ 0x2bebe40] Encoder did not produce proper pts, making some up.
> Segmentation fault (core dumped)
> 
>  I know why segfault comes but what is the timestamp error ?

setting the AVPacket.pts should help, see how its done in other
encoders

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- 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/20160328/b724d6fa/attachment.sig>


More information about the ffmpeg-devel mailing list