I can create a transparent background using lavfi by setting colorkey - but that gives problems with edges around fonts, etc.
How can I set the background to just transparent without resorting to colorkey?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
+ Reply to Thread
Results 1 to 2 of 2
-
-
Add an alpha component to your color argument:
0xff0000@0.0
Similar Threads
-
Make a transparent background
By moham_96 in forum SubtitleReplies: 12Last Post: 16th Apr 2018, 15:41 -
How to create a Interlaced Video with FFMPEG?
By franvlza in forum Newbie / General discussionsReplies: 5Last Post: 13th Jul 2015, 00:07 -
lavfi
By vidman11 in forum Newbie / General discussionsReplies: 1Last Post: 18th Feb 2015, 01:42 -
Image with transparent background into video
By LeconDC in forum EditingReplies: 9Last Post: 14th Nov 2014, 15:27 -
How to create Blurry Background with Canon Legria HFG10
By CanonLegria in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 4Last Post: 28th Sep 2012, 22:16