Anonymous ID: 31ffae Aug. 14, 2020, 12:47 p.m. No.10287832   🗄️.is 🔗kun   >>7869

>>10287748

all you need is vlc and its record function to make clips out of longer videos. openshot i call open-shut because it crashes. I like flowblade and kdenlive.

 

ffmpeg is what you need to convert it to webm.

simply going

ffmpeg -i collins.mp4 collins.webm

will make it much smaller. But i have a long command to make it smaller.

ffmpeg -i collins.mp4 -b:a 60k -vf scale=-1:720,fps=fps=30 -sws_flags lanczos -pix_fmt yuv420p -c:v libvpx-vp9 -strict -2 -refs 2 -crf 25 -y collins.webm

 

You can cut clips with ffmpeg using timestamps and the -s flag

Anonymous ID: 31ffae Aug. 14, 2020, 1 p.m. No.10287983   🗄️.is 🔗kun   >>8043

>>10287869

https://gitgud.io/nixx/WebMConverter#webm-for-retards-

openshot is on linux. If your on linux you know the command line. ffmpeg is already on your distro. ffmpeg is a command.

Anonymous ID: 31ffae Aug. 14, 2020, 1:02 p.m. No.10288003   🗄️.is 🔗kun

>>10287869

if openshot is also on windows https://gitgud.io/nixx/WebMConverter#webm-for-retards- will work it has an .exe it makes big clips >Gig into postable size.