This commit is contained in:
milisbir 2018-05-09 01:51:23 +03:00
parent 3ac067a8df
commit 2f6afb90e0
1 changed files with 3 additions and 0 deletions

3
bin/3gpYmp3.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
# bir dizindeki 3gp formatlı videoları mp3 e çevirir.
find . -iname "*.3gp" -print0 | xargs -0 -I 3gpfile ffmpeg -i 3gpfile -c:a libmp3lame $(basename 3gpfile).mp3