Turn image sequence into video with transparency [closed]
Yes ffmpeg certainly does support alpha channel in a video file. Not all codecs in ffmpeg seem to support alpha yet tho. Motion PNG in a .MOV file is one good combination for alpha. To encode/import images with alpha to a video with alpha try: ffmpeg -i %d.png -vcodec png z.mov Quicktime will play that. … Read more