mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Mov file conversion
This commit is contained in:
parent
f86a577d26
commit
e165e24847
@ -4,6 +4,6 @@
|
|||||||
mkdir -p ./converted
|
mkdir -p ./converted
|
||||||
|
|
||||||
# Convert files
|
# 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
|
ffmpeg -i $file -acodec pcm_s16le -vcodec copy ./converted/${file%%.*}.mov
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user