You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, when I convert it to a series of pngs the images still have a black background. Is there any way to process transparent images and have them retain their transparency?
The text was updated successfully, but these errors were encountered:
I'm trying to make Poppy work with transparent images. These are the images that I'm working with
FFMPEG is able to generate videos with an alpha channel (some details here), and with the fourcc value
RGBA
I ran the following command./src/poppy -f 10 -u FFV1 -o output.mkv cat.png dog.png
ffprobe
reports that the output video has an alpha channelHowever, when I convert it to a series of pngs the images still have a black background. Is there any way to process transparent images and have them retain their transparency?
The text was updated successfully, but these errors were encountered: