added ffmpeg convert all files
This commit is contained in:
parent
b53f35225b
commit
bc592e5a11
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' _ {} \;
|
Loading…
Reference in New Issue
Block a user