2008-01-29, 10:56 AM
Hi all,
I use GBPVR to convert divx files into mpg2 for ease of watching on the MVP.
I use the following ffmpg command in config.xml to do this for each file via the MVP interface:
<Conversion name="MPG-DVD-Quality" cmd="-y -i {SOURCE_FILE} -target pal-dvd -b 4500k -aspect 16:9 -s 720x576 -acodec mp2 -ab 224 -ac 2 -mbd 2 -qmin 2 -async 1 {DEST_FILE}" targetExtension=".mpg" />
Does anyone know how I could use the same command to convert all files in a directory to mpg ? Can it be done using the MVP ? If not, how would I do this on the command line using ffmpg ?
I use GBPVR to convert divx files into mpg2 for ease of watching on the MVP.
I use the following ffmpg command in config.xml to do this for each file via the MVP interface:
<Conversion name="MPG-DVD-Quality" cmd="-y -i {SOURCE_FILE} -target pal-dvd -b 4500k -aspect 16:9 -s 720x576 -acodec mp2 -ab 224 -ac 2 -mbd 2 -qmin 2 -async 1 {DEST_FILE}" targetExtension=".mpg" />
Does anyone know how I could use the same command to convert all files in a directory to mpg ? Can it be done using the MVP ? If not, how would I do this on the command line using ffmpg ?