mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Mov file conversion
This commit is contained in:
parent
f86a577d26
commit
e165e24847
@ -4,6 +4,6 @@
|
||||
mkdir -p ./converted
|
||||
|
||||
# Convert files
|
||||
for file in *.mp4 *.MP4; do
|
||||
for file in *.mp4 *.MP4 *.mov *.MOV; do
|
||||
ffmpeg -i $file -acodec pcm_s16le -vcodec copy ./converted/${file%%.*}.mov
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user