summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-02-02 14:58:38 +0100
committerache <ache@ache.one>2021-02-02 14:58:38 +0100
commit3691c8b74cf9aaf63e9a059072f376c4c6138b5d (patch)
tree15486a7e24cf5d24a2c17510629f4b24423be6e9
parentInit ls colors (diff)
Download m3u8 function
-rw-r--r--functions/dlm3u8.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/dlm3u8.fish b/functions/dlm3u8.fish
new file mode 100644
index 0000000..69dff83
--- /dev/null
+++ b/functions/dlm3u8.fish
@@ -0,0 +1,3 @@
+function dlm3u8
+ ffmpeg -i "$argv[1]" -c copy -bsf:a aac_adtstoasc "$argv[2].mp4"
+end