aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg-rm-video
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg-rm-video')
-rwxr-xr-xffmpeg-rm-video3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffmpeg-rm-video b/ffmpeg-rm-video
new file mode 100755
index 0000000..fde2cc6
--- /dev/null
+++ b/ffmpeg-rm-video
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+ffmpeg -i "$1" -acodec copy -vn "$2"