added ffmpeg convert all files
This commit is contained in:
3
code/Bash/find_ffmpeg.sh
Normal file
3
code/Bash/find_ffmpeg.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
find . -name "*.avi" -exec sh -c 'ffmpeg -n -i "$1" -c:v libx264 -preset veryfast -c:a copy $(basename "$1" .avi).mp4' _ {} \;
|
Reference in New Issue
Block a user