olive-editor / olive

Free open-source non-linear video editor
https://olivevideoeditor.org/
GNU General Public License v3.0
8.16k stars 554 forks source link

[COLOR] Transparent .MOV's transparency doesn't work/GIFs no longer work #2244

Closed Awesomeplayer98 closed 2 months ago

Awesomeplayer98 commented 1 year ago

1687a721

Windows 10

I wanted to put a meme in my video and found the following: 1. Gifs don't work anymore and it tried to put in a million images stacked on top of each other for me to edit frame by frame, 2. Movs with transparent backgrounds don't have transparency in Olive.

This isn't a big deal and I am not mad. I know it's kind of a new feature sort of thing for the mov, so you can take your time! Now I have the frame-by-frame of that gif saved so I can copy and paste it! Thank you!

ThomasWilshaw commented 1 year ago

Can you provide exmaple footage of a transaprent .mov file?

Olive 0.2 doesnt support GIFs

Wert688 commented 3 months ago

Why doesn't Olive 0.2 support GIFs, when 0.1 did? It's very inconvenient.

Awesomeplayer98 commented 3 months ago

I also miss rotatable text

Woynert commented 2 months ago

As a workaround use ffmpeg to convert the transparent GIF to a WEBM replacing the transparent color with GREEN so it can be Chroma Keyed.

INPUT=binding-of.gif;
DURATION=$(ffprobe -v error -select_streams v:0 -show_entries stream=duration -of default=noprint_wrappers=1:nokey=1 $INPUT);
ffmpeg -i $INPUT -f lavfi -i color=0x00FF00 -filter_complex "[1:v]trim=duration=$DURATION[bg]; [bg][0:v]scale2ref[bg][gif]; [bg][gif]overlay=shortest=1:format=auto" green.webm

Screencast.

Awesomeplayer98 commented 2 months ago

Yeah tbh I stopped using Olive. It's a great free option and impressive that a bunch of college students made it, but I realized I get Premiere Pro for free with my school account so...

Awesomeplayer98 commented 2 months ago

Close with comment