>>128157254
I’m sure other anons have better methods, but I do it all in command line
I use yt-dlp to download the vids, then ffmpeg to trim/convert/compress them.
For ffmpeg, the command looks like:
>ffmpeg -I <INPUT>.mp4 -an -ss 00:00:00 -to 00:00:00 <OUTPUT>.mp4
where you’d have to change the timestamps and filenames. If it comes out too big, you can add
>-crf 30
and mess with the number to monkey with the bitrate. Bigger number = lower bitrate = smaller file size but worse picture