[vlc-devel] [PATCH 1/2] chromecast: pad videos that have odd dimensions

Steve Lhomme robux4 at gmail.com
Tue Aug 9 08:24:23 CEST 2016


On Mon, Aug 8, 2016 at 7:36 PM, Jean-Baptiste Kempf <jb at videolan.org> wrote:
> On 08 Aug, Steve Lhomme wrote :
>> Otherwise the encoder doesn't want to start
>
> I would say that this is the encoder job, not the cast.cpp part.

Should the encoder create an internal filter to fit its size needs ?
Right now it just fails saying it can't handle the input.

I had a different fix where the encoder (x264) would just round to the
lowest even number. But I don't like the fact that some pixels that
are supposed to be visible are lost. I prefer adding the black
padding.

> With my kindest regards,
>
> --
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list