On Thu, 14 Nov 2024 23:47:54 +0100 Michael Niedermayer <mich...@niedermayer.cc> wrote: > On Tue, Nov 12, 2024 at 10:50:46AM +0100, Niklas Haas wrote: > > From: Niklas Haas <g...@haasn.dev> > > > > Most logic from this filter has been co-opted into swscale itself, > > allowing the resulting filter to be substantially simpler as it no > > longer has to worry about context initialization, interlacing, etc. > > > > Sponsored-by: Sovereign Tech Fund > > Signed-off-by: Niklas Haas <g...@haasn.dev> > > --- > > libavfilter/vf_scale.c | 354 +++++++++-------------------------------- > > 1 file changed, 72 insertions(+), 282 deletions(-) > > breaks: > ./ffmpeg -i laraShadow_dl.flv -alphablend checkerboard -qscale 2 -bitexact > -t 0.5 -y file-alphablend-yuv420.avi > > any video with some transparency should work > after the patch the video is all black
Fixed; alphablend flag was not correctly passed through. > > thx > [...] > -- > Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB > > No great genius has ever existed without some touch of madness. -- Aristotle > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".