diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-05-30 15:13:18 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-05-30 15:13:18 +0200 |
commit | e346087f316e112a8af9494be13bfff188f3cc0b (patch) | |
tree | 67342a97434bfe8481c305fea6495c7ff1474454 /os2eindopdracht/any2s16lepcm | |
parent | afa02662b185f62644b1e44a55820ded1e703fd2 (diff) |
file copy working
Diffstat (limited to 'os2eindopdracht/any2s16lepcm')
-rwxr-xr-x | os2eindopdracht/any2s16lepcm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os2eindopdracht/any2s16lepcm b/os2eindopdracht/any2s16lepcm new file mode 100755 index 0000000..00bf37c --- /dev/null +++ b/os2eindopdracht/any2s16lepcm @@ -0,0 +1,3 @@ +#!/bin/sh +ffmpeg -y -hide_banner -loglevel warning -i "$1" -ac 1 -f s16le -acodec pcm_s16le "$2" + |