New Script: batch-convert.sh
This commit is contained in:
4
batch-convert.sh
Executable file
4
batch-convert.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
find . -maxdepth 1 -name "*.mov" -print0 |
|
||||
sed 's/\.mov\x00/\x00/g' |
|
||||
xargs -r0 -I FILENAME ffmpeg -i FILENAME.mov -vcodec copy -acodec copy FILENAME.mp4
|
||||
|
Reference in New Issue
Block a user