đŸ’Ÿ Archived View for 7irb.tk â€ș computer â€ș 210808.gmi captured on 2021-11-30 at 20:18:30. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

 ăȘ ăȘ い ろ ば た け 

Removing sound from video in FFMPEG

This is fairly easy to do with the `-an` flag for "disable audio":

ffmpeg -i input.mp4 -c copy -an output.mp4