PDA

View Full Version : Need help w/ custom conversions ?!?!?



bigcheez
11-14-2008, 07:07 AM
I downloaded lame.exe and put it in the Replay AV folder
I created a new .cnv file with the contents of:

[Custom Conversion]
name=Audio - MP3 (48 Kbps mono)
from=ANY
to=MP3
exe=lame.exe
cmd=lame.exe %from %to
fromext=ANY
toext=mp3
itunes=0

I have no command line switches for lame yet as I am trying to debug this file
This option does show in Replay AV
After recording stops nothing happens
I also tried "c:\program files\lame.exe" instead of just lame.exe
Still nothing ...
What am i missing ???

bigcheez
11-14-2008, 02:15 PM
After doing a litle digging I see the ffmpeg is include with the Replay AV installation

Now i tried this conversion file, still no results

[Custom Conversion]
name=Audio - MP3 (48 Kbps mono)
from=ANY
to=MP3
exe=ffmpeg.exe
cmd=ffmpeg.exe -i %from -ac 1 -ab 48 %to
fromext=ANY
toext=mp3
itunes=1

Any suggestions?