VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. I can create a transparent background using lavfi by setting colorkey - but that gives problems with edges around fonts, etc.

    Code:
    ffmpeg.exe -y -f lavfi -i color=s=1920x1080:color=0xff0000 
    -an -vf "ass=test.ass,colorkey=0xff0000:0.5:0.5,format=yuva420p" 
    -c:v png -t "00:01:40.544" -threads 0 "video.mov" -stats
    How can I set the background to just transparent without resorting to colorkey?
    Quote Quote  
  2. Member
    Join Date
    Aug 2010
    Location
    San Francisco, California
    Search PM
    Add an alpha component to your color argument:
    0xff0000@0.0
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!