Transparent webm thread

Attached: 1542677868148.webm (251x231, 5K)

Other urls found in this thread:

youtube.com/watch?v=CMBJsISs6Ck
ffmpeg.org/ffmpeg-filters.html#chromakey
twitter.com/NSFWRedditImage

Shit, I don't think it worked...

Attached: v2.webm (251x231, 6K)

Attached: v3.webm (251x231, 7K)

Holy shit I got it to work guys, just include -auto-alt-ref 0 in your script. Haven't tried gifs yet tho.

My script:
for %%f IN (*.png, *jpg) do (
ffmpeg -loop 1 -i "%%f" -c:v libvpx -qmin 30 -qmax 30 -quality best -t 2 -r 1 -auto-alt-ref 0 "%%~nf.webm"
)

Attached: 2018-11-19 21-02-39.webm (1280x720, 1.04M)

does not works on my machine
pm me the fix

nope
nope
works

sent ;)

Use browser that supports transparent video, google and opera work. Don't know if it works in the SJW browser.

>wangbloze

post one on with music
they will be charmed

thx

i don't know about sjw browsers like the rainbow or the red one
i use the furry one

test

Attached: kyokomumble.webm (500x684, 20K)

noice

furry one borked then

Attached: Untitled.png (1548x720, 691K)

works in firefox.

testing converting transparent gif. ffmpeg threw an error when i tried to use `-loop 1` onthe gif so i just removed it and didn't look at any of the other parameters so lets see what happens lole

Attached: buryrun.webm (774x942, 41K)

ok Jow Forumsoys, time for the big boy stuff

for %%f IN (*.webm, *.mp4, *.mkv) do (
ffmpeg -i "%%f" -an -c:v libvpx -b:v 0 -qmin 16 -qmax 40 -crf 32 -quality best -threads 4 -auto-alt-ref 0 "%%~nf.webm"
)

Attached: Smoke_28___4K_res.webm (640x360, 377K)

test2

Attached: buryrun.webm (774x942, 56K)

Doesn't work in clover. Floens pls fix

Guess it's not transparent. Any of you nerds know where we can find transparent video samples?

works beautiful user.

what is this?

test3

Attached: burytambo.webm (712x712, 90K)

phoneposters BTFO

Attached: Naamloos-2.png (350x350, 138K)

test 4

Attached: burytambo2.webm (712x712, 205K)

fuck webm
i'm still pushing for apng to reign supreme

script to turn video into webm, preservation of transparency assumed

What about greenscreen videos?

youtube.com/watch?v=CMBJsISs6Ck

I meant

That'll make for some bomb ass boomer stuff.

Found something that might help us out:

ffmpeg.org/ffmpeg-filters.html#chromakey

bump, c'mon guys. Do we really have to learn how to use blender to do this?