Re: [FFmpeg-devel] [PATCH] mpegvideo_enc: add option to disable intra mbs in p frames

2019-10-24 Thread Michael Niedermayer
On Wed, Oct 23, 2019 at 09:24:39PM +0200, Ramiro Polla wrote: > On Sun, Jun 17, 2018 at 6:23 AM Ramiro Polla wrote: > > On Sun, Jun 10, 2018 at 2:32 AM, Michael Niedermayer > > wrote: > > > On Sat, Jun 09, 2018 at 05:09:13PM +0200, Ramiro Polla wrote: > > >> On Thu, May 10, 2018 at 11:01 PM, Mich

Re: [FFmpeg-devel] [PATCH] mpegvideo_enc: add option to disable intra mbs in p frames

2019-10-23 Thread Ramiro Polla
On Sun, Jun 17, 2018 at 6:23 AM Ramiro Polla wrote: > On Sun, Jun 10, 2018 at 2:32 AM, Michael Niedermayer > wrote: > > On Sat, Jun 09, 2018 at 05:09:13PM +0200, Ramiro Polla wrote: > >> On Thu, May 10, 2018 at 11:01 PM, Michael Niedermayer > >> wrote: > >> > On Wed, May 09, 2018 at 08:44:25PM +

Re: [FFmpeg-devel] [PATCH] mpegvideo_enc: add option to disable intra mbs in p frames

2018-06-16 Thread Ramiro Polla
On Sun, Jun 10, 2018 at 2:32 AM, Michael Niedermayer wrote: > On Sat, Jun 09, 2018 at 05:09:13PM +0200, Ramiro Polla wrote: >> On Thu, May 10, 2018 at 11:01 PM, Michael Niedermayer >> wrote: >> > On Wed, May 09, 2018 at 08:44:25PM +0200, Ramiro Polla wrote: >> >> This option prevents the mpv enco

Re: [FFmpeg-devel] [PATCH] mpegvideo_enc: add option to disable intra mbs in p frames

2018-06-09 Thread Michael Niedermayer
On Sat, Jun 09, 2018 at 05:09:13PM +0200, Ramiro Polla wrote: > Hi Michael, > > On Thu, May 10, 2018 at 11:01 PM, Michael Niedermayer > wrote: > > On Wed, May 09, 2018 at 08:44:25PM +0200, Ramiro Polla wrote: > >> This option prevents the mpv encoders from using intra macroblocks in > >> predicti

Re: [FFmpeg-devel] [PATCH] mpegvideo_enc: add option to disable intra mbs in p frames

2018-06-09 Thread Ramiro Polla
Hi Michael, On Thu, May 10, 2018 at 11:01 PM, Michael Niedermayer wrote: > On Wed, May 09, 2018 at 08:44:25PM +0200, Ramiro Polla wrote: >> This option prevents the mpv encoders from using intra macroblocks in >> predictive frames. >> >> It is useful for glitch artists to generate input material.

Re: [FFmpeg-devel] [PATCH] mpegvideo_enc: add option to disable intra mbs in p frames

2018-05-10 Thread Michael Niedermayer
On Wed, May 09, 2018 at 08:44:25PM +0200, Ramiro Polla wrote: > This option prevents the mpv encoders from using intra macroblocks in > predictive frames. > > It is useful for glitch artists to generate input material. This option > allows them to split and merge two video files while maintaining

[FFmpeg-devel] [PATCH] mpegvideo_enc: add option to disable intra mbs in p frames

2018-05-09 Thread Ramiro Polla
This option prevents the mpv encoders from using intra macroblocks in predictive frames. It is useful for glitch artists to generate input material. This option allows them to split and merge two video files while maintaining fluid motion from the second video without having intra macroblocks rest