Updated config

This commit is contained in:
Eduard Urbach 2025-06-16 23:07:48 +02:00
parent f138e06de2
commit 494a310842
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
7 changed files with 290 additions and 59 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/fish
for f in *.opus
set tmp /tmp/remux.opus
ffmpeg -i "$f" -c copy "$tmp" && mv "$tmp" "$f"
end