đŸ’Ÿ Archived View for 7irb.tk â€ș computer â€ș 210808.gmi captured on 2022-04-29 at 11:21:22. Gemini links have been rewritten to link to archived content

View Raw

More Information

âŹ…ïž Previous capture (2021-11-30)

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

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

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