if i wanna post anything on 4chan from another site i run something like
yt-dlp -P ~/Desktop/ --cookies-from-browser brave https://www.instagram.com/someusername/reel/somereelid/
to download it and
rm -f ~/Desktop/vid.mp4 &&
ffmpeg -i ~/Desktop/*.mp4 -an -loglevel error -y -stats -c:v libx264 -rc vbr -movflags +faststart -color_range tv -pix_fmt yuv420p -b:v 1200k ~/Desktop/vid.mp4