DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SHELL
xargs ffmpeg multiples files
find . -name "*.mov" | while read movie;do ffmpeg -i "$movie" -f flv "${movie%.mov}.flv" done
Source by superuser.com #
PREVIOUS
NEXT
Tagged:
#xargs
#ffmpeg
#multiples
#files
ADD COMMENT
Topic
COMMENT
Name
1+3 =
Submit