337 B
337 B
| title | date | draft | snippet_types | |
|---|---|---|---|---|
| strip audio from video file | 2021-01-09T15:27:08+01:00 | false |
|
Easy way to remove audio from a video file using ffmpeg
ffmpeg -i $input_file -c copy -an $output_file
source: superuser