Friday, February 19, 2010

Script Na Megavideo Is There A Good Unix (linux, Unix Terminal) Script To Batch Convert Files With Ffmpeg To Mp3s With The Same Na?

Is there a good unix (linux, unix terminal) script to batch convert files with ffmpeg to mp3s with the same na? - script na megavideo

I want something that can make a folder full of FLV videos:
VideoA.flv
VidB.flv
MovieC.flv
and convert MP3 Audio Only w / same name (for example):
VideoA.mp3
VidB.mp3
MovieC.mp3
Normally I would run
ffmpeg-i VideoA.flv VideoA.mp3
ffmpeg-i VidB.flv VidB.mp3
ffmpeg-i MovieC.flv MovieC.mp3
to separate operator terminal command line, but I would do the entire record in the lot and
ffmpeg-i *. *. flv mp3
does not work (for whatever reason, just try to replace others. flv and then abandoned).
Does anyone know a simple script to do this automatically for the entire file to keep the names of video files to audio?
Thank you in advance.

No comments:

Post a Comment