FFMPEG - premultiply Alpha channel into .mp4
682
1
1
-
- ikoon
- Member

- 214 posts
- Joined: Jan. 2016
- Offline
Please, how could I set the FFMPEG to premultiply (and bake) Alpha channel into .mp4 properly? An example and my settings are in the attachment.
The .mp4 is meant to be a preview of the sequence (I don't expect the .mp4 to contain an Alpha channel)
Attachments:
alpha.png (94.7 KB)
settings.png (64.9 KB)
-
- ikoon
- Member

- 214 posts
- Joined: Jan. 2016
- Offline
So far this argument seems to solve the problem:
-vf premultiply=inplace=1
(added into the Additional Arguments parm)