Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: fix dts>pts when b frame >= 1

2015-01-15 Thread Michael Niedermayer
On Wed, Jan 14, 2015 at 01:25:46PM +0800, Agatha Hu wrote: > On 2015/1/11 0:44, Michael Niedermayer wrote: > >* PGP Signed by an unknown key > > > >On Sat, Jan 10, 2015 at 05:30:03PM +0100, Timo Rothenpieler wrote: > >> > >>Looks good to merge for me. > > > >i wanted to apply it but the patch is co

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: fix dts>pts when b frame >= 1

2015-01-13 Thread Agatha Hu
On 2015/1/11 0:44, Michael Niedermayer wrote: * PGP Signed by an unknown key On Sat, Jan 10, 2015 at 05:30:03PM +0100, Timo Rothenpieler wrote: Looks good to merge for me. i wanted to apply it but the patch is corrupted Applying: avcodec/nvenc: fix dts>pts when b frame >= 1 fatal: corrupt pa

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: fix dts>pts when b frame >= 1

2015-01-10 Thread Michael Niedermayer
On Sat, Jan 10, 2015 at 05:30:03PM +0100, Timo Rothenpieler wrote: > Am 07.01.2015 um 10:48 schrieb Agatha Hu: > > When B frames >= 1, there'll be a invalid dts/pts warning during > > encoding like: > > > > [mp4 @ 0034cba0] Invalid DTS: 1024 PTS: 512 in output stream > > 0:0, replacing by

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: fix dts>pts when b frame >= 1

2015-01-10 Thread Timo Rothenpieler
Am 07.01.2015 um 10:48 schrieb Agatha Hu: > When B frames >= 1, there'll be a invalid dts/pts warning during > encoding like: > > [mp4 @ 0034cba0] Invalid DTS: 1024 PTS: 512 in output stream > 0:0, replacing by guess > [mp4 @ 0034cba0] Invalid DTS: 1536 PTS: 1024 in output stream >