Re: Mass remove conversion presets? Convert into wmv9?

Originally Posted by
Grimbarian
I find the 800 different conversion presets a huge annoyance and simply want Avi,Wmv,MP4 same quality, MP3 normal/optimal or what not, I don't need 50 presets for each device I don't have, so is there any quick way to remove all superfluous presets?
It seems that there is a solution, but it is not an easy one.
In Windows 7 if you go to
c:/Users/Admin/AppData/Local/Jaksta_Pty_Ltd/armcp.exe_StrongName_XXXXXXXXXXXXXXXXXXXXXXX/VERSION_NUMBER
and then open the user.config file with a text editor, you can then try to remove presets that you don't need. Don't forget to backup the user.config file before editing it.
If you know a little bit about XML and HTML, it won't be that difficult. Here is how the settings look like in the user.config of RMC 4.0.7:
HTML Code:
<setting name="UserConversionSettings" serializeAs="String">
<value><?xml version="1.0" encoding="utf-8" ?><ConversionSettings><Settings><Name><![CDATA[Apple TV (MP4 H.264; 24 fps; 1280x720; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 24.00 -s 1280x720 -b 4000000 -acodec libfaac -ab 128000 -ar 48000 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Apple TV (MP4 H.264; 30 fps; 720x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 30.00 -s 720x480 -b 4000000 -acodec libfaac -ab 128000 -ar 48000 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Apple TV (MP4 MPEG4; 24 fps; 512x384; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 24.00 -s 512x384 -b 1500000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Apple TV (MP4 MPEG4; 30 fps; 720x432; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 720x432 -b 1500000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Archos (AVI XviD; 29.97 fps; 480x272; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 29.97 -s 480x272 -b 900000 -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f avi "{1}"]]></CommandLine><OutputFormat><![CDATA[avi]]></OutputFormat></Settings><Settings><Name><![CDATA[Archos (MP4 H.264; 29.97 fps; 800x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 800x480 -b 3000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Archos (MP4 MPEG4; 30.00 fps; 800x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 800x480 -b 3000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Archos (WMV; 29.97 fps; 800x480; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv2 -r 29.97 -s 800x480 -b 2500000 -acodec wmav2 -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[ASF Same Quality]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -f asf "{1}"]]></CommandLine><OutputFormat><![CDATA[asf]]></OutputFormat></Settings><Settings><Name><![CDATA[AVI Same Quality]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -f avi "{1}"]]></CommandLine><OutputFormat><![CDATA[avi]]></OutputFormat></Settings><Settings><Name><![CDATA[BlackBerry Bold (MP4 XviD; 15.00 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 15.00 -s 480x320 -b 256000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[BlackBerry Bold (WMV; 15.00 fps; 480x320; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv1 -r 15.00 -s 480x320 -b 256000 -acodec wmav1 -ab 96000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[BlackBerry Storm (MP4 H.264; 15.00 fps; 480x360; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 15.00 -s 480x360 -b 256000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[BlackBerry Storm (WMV; 15.00 fps; 480x360; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv1 -r 15.00 -s 480x360 -b 256000 -acodec wmav1 -ab 96000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[Creative ZEN (AVI XviD; 29.97 fps; 480x272; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 29.97 -s 480x272 -b 1000000 -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f avi "{1}"]]></CommandLine><OutputFormat><![CDATA[avi]]></OutputFormat></Settings><Settings><Name><![CDATA[Creative ZEN (MP4 H.264; 29.97 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 320x240 -b 768000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Creative ZEN (MP4 MPEG4; 29.97 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 29.97 -s 320x240 -b 1000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Creative ZEN (MPG MPEG-1; 25.00 fps; 352x288; MP2)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg1video -r 25.00 -s 352x288 -b 1500000 -acodec mp2 -ab 64000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[mpg]]></OutputFormat></Settings><Settings><Name><![CDATA[Creative ZEN (MPG MPEG-2; 25.00 fps; 352x288; MP2)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg2video -r 25.00 -s 352x288 -b 1500000 -acodec mp2 -ab 64000 -ar 44100 -ac 2 -maxrate 9000K -minrate 0K -bufsize 1792K "{1}"]]></CommandLine><OutputFormat><![CDATA[mpg]]></OutputFormat></Settings><Settings><Name><![CDATA[Creative ZEN (WMV; 29.97 fps; 320x240; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv2 -r 29.97 -s 320x240 -b 768000 -acodec wmav2 -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[Dell Player (WMV; 30.00 fps; 320x240; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv1 -r 30.00 -s 320x240 -b 900000 -acodec wmav1 -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[DVD (MPEG MPEG1; Same Quality)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg1video -f dvd "{1}"]]></CommandLine><OutputFormat><![CDATA[mpeg]]></OutputFormat></Settings><Settings><Name><![CDATA[DVD (MPEG MPEG2; Same Quality)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -f dvd "{1}"]]></CommandLine><OutputFormat><![CDATA[mpeg]]></OutputFormat></Settings><Settings><Name><![CDATA[DVD NTSC (VOB MPEG2; Same Quality; AC3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -acodec ac3 -ac 2 -ab 448000 -ar 44100 -target ntsc-dvd "{1}"]]></CommandLine><OutputFormat><![CDATA[vob]]></OutputFormat></Settings><Settings><Name><![CDATA[DVD PAL (VOB MPEG2; Same Quality; AC3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -acodec ac3 -ac 2 -ab 448000 -ar 44100 -target pal-dvd "{1}"]]></CommandLine><OutputFormat><![CDATA[vob]]></OutputFormat></Settings><Settings><Name><![CDATA[DVD SECAM (VOB MPEG2; Same Quality; AC3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -acodec ac3 -ac 2 -ab 448000 -ar 44100 -target pal-dvd "{1}"]]></CommandLine><OutputFormat><![CDATA[vob]]></OutputFormat></Settings><Settings><Name><![CDATA[FLV Same Quality]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ar 22050 -sameq -f flv "{1}"]]></CommandLine><OutputFormat><![CDATA[flv]]></OutputFormat></Settings><Settings><Name><![CDATA[Generic Pocket PC (WMV; 30.00 fps; 320x240; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv1 -r 30.00 -s 320x240 -b 900000 -acodec wmav1 -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[Google Nexus One (MP4 MPEG4; 23.97 fps; 720x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 23.97 -s 720x480 -b 1500000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[GPhone (MP4 H.264; 24.00 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 24.00 -s 320x240 -b 768000 -acodec libfaac -ab 96000 -ar 32000 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[GPhone (MP4 XviD; 24.00 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 24.00 -s 320x240 -b 768000 -acodec libfaac -ab 128000 -ar 32000 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[GPhone (WMV; 24.00 fps; 640x480; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv1 -r 24.00 -s 640x480 -b 1200000 -acodec wmav1 -ab 96000 -ar 32000 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[HP iPAQ (WMV; 30.00 fps; 320x240; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv1 -r 30.00 -s 320x240 -b 900000 -acodec wmav1 -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[HTC Desire (MP4 MPEG4; 23.97 fps; 720x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 23.97 -s 720x480 -b 1500000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[HTC Droid ERIS (MP4 MPEG4; 15 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 480x320 -b 1200000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[HTC G2 Magic (MP4 MPEG4; 15 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 480x320 -b 1200000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[HTC Hero (MP4 MPEG4; 15 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 480x320 -b 1200000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[HTC Tattoo (MP4 MPEG4; 15 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 480x320 -b 1200000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[HTC T-Mobile (MP4 MPEG4; 15 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 480x320 -b 1200000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPad (MP4 H.264; 30 fps; 1280x720; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 30.00 -s 1280x720 -b 4000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPad (MP4 H.264; 30 fps; 768x576; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 30.00 -s 768x576 -b 4000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPad (MP4 MPEG4; 30 fps; 768x576; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 768x576 -b 4000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPhone (MP4 H.264; 30 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 30.00 -s 960x640 -b 1000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPhone (MP4 MPEG4; 30 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 480x320 -b 900000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPhone 3G (MP4 MPEG4; 30 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 480x320 -b 900000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPhone 3GS (MP4 H.264; 30 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 30.00 -s 480x320 -b 2000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPhone 3GS (MP4 MPEG4; 30 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 480x320 -b 2000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPhone 4.0 (MP4 MPEG4; 30 fps; 960x640; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 960x640 -b 900000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPod Classic (MP4 MPEG4; 30 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 320x240 -b 900000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPod Nano (MP4 MPEG4; 30 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 320x240 -b 900000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPod Nano V4 (MP4 H.264; 30 fps; 640x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 30.00 -s 640x480 -b 900000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPod Nano V4 (MPEG4; 30 fps; 640x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 640x480 -b 2000000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPod Touch (MP4 MPEG4; 30 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 480x320 -b 1000000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPod Touch V2 (MP4 H.264; 30 fps; 640x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 30.00 -s 640x480 -b 1000000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iPod Touch V2 (MP4 MPEG4; 30 fps; 640x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 640x480 -b 1000000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iRiver (AVI XViD; 30.00 fps; 320x240; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 30.00 -s 320x240 -b 1000000 -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f avi "{1}"]]></CommandLine><OutputFormat><![CDATA[avi]]></OutputFormat></Settings><Settings><Name><![CDATA[iRiver (MP4 H.264; 30.00 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 30.00 -s 320x240 -b 768000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iRiver (MP4 MPEG4; 30.00 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 30.00 -s 320x240 -b 1000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iRiver (WMV; 30.00 fps; 320x240; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv2 -r 30.00 -s 320x240 -b 768000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[iTunes High Quality (MP4 H.264; 30 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 30.00 -s 320x240 -b 400000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iTunes High Quality (MP4 MPEG4; 24 fps; 640x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 24.00 -s 640x480 -b 1500000 -acodec libfaac -ab 131072 -ar 48000 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iTunes Low Quality (MP4 MPEG4; 20 fps; 176x144; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 20.00 -s 176x144 -b 512000 -acodec libfaac -ab 65535 -ar 22050 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iTunes Optimum Quality (MP4 MPEG4; 24 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 24.00 -s 320x240 -b 1200000 -acodec libfaac -ab 131072 -ar 48000 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[iTunes Standard Quality (MP4 MPEG4; 20 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 20.00 -s 320x240 -b 800000 -acodec libfaac -ab 98304 -ar 32000 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[LG (MP4 MPEG4; 15.00 fps; 176x144; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 176x144 -b 160000 -acodec libfaac -ab 96000 -ar 22050 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Mobile High Quality (MPEG4; 15 fps; 176x144; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 176x144 -b 256000 -acodec libfaac -ab 131072 -ar 48000 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Mobile Optimal Quality (MPEG4; 12 fps; 176x144; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 12.00 -s 176x144 -b 146000 -acodec libfaac -ab 98304 -ar 32000 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Mobile Standard Quality (MPEG4; 10 fps; 128x96; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 10.00 -s 128x96 -b 119000 -acodec libfaac -ab 65536 -ar 22050 -ac 1 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Motorola (MP4 MPEG4; 15.00 fps; 176x144; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 176x144 -b 160000 -acodec libfaac -ab 96000 -ar 22050 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Motorola CLIQ (MP4 MPEG4; 15.00 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 480x320 -b 1200000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Motorola Droid (MP4 MPEG4; 15.00 fps; 720x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 23.97 -s 720x480 -b 1500000 -acodec libfaac -ab 160000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[MOV Same Quality]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -f mov "{1}"]]></CommandLine><OutputFormat><![CDATA[mov]]></OutputFormat></Settings><Settings><Name><![CDATA[MP3 High Quality (MP3; 256 kbps; 48000 Hz; STEREO)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vn -acodec libmp3lame -ab 256000 -ar 48000 -ac 2 -f mp3 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp3]]></OutputFormat></Settings><Settings><Name><![CDATA[MP3 Low Quality (MP3; 96 kbps; 22050 Hz; STEREO)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vn -acodec libmp3lame -ab 96000 -ar 22050 -ac 2 -f mp3 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp3]]></OutputFormat></Settings><Settings><Name><![CDATA[MP3 Optimal Quality (MP3; 192 kbps; 48000 Hz; STEREO)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vn -acodec libmp3lame -ab 192000 -ar 48000 -ac 2 -f mp3 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp3]]></OutputFormat></Settings><Settings><Name><![CDATA[MP3 Standard Quality (MP3; 128 kbps; 44100 Hz; STEREO)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vn -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f mp3 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp3]]></OutputFormat></Settings><Settings><Name><![CDATA[MPEG1 Same Quality]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -f mpeg "{1}"]]></CommandLine><OutputFormat><![CDATA[mpeg]]></OutputFormat></Settings><Settings><Name><![CDATA[MPEG4 Same Quality]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Nokia Phones (MP4 MPEG4; 15 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 320x240 -b 640000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Palm Pre (MP4 XviD; 15.00 fps; 480x320; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 15.00 -s 480x320 -b 256000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Palm Pre (WMV; 15.00 fps; 480x320; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv1 -r 15.00 -s 480x320 -b 256000 -acodec wmav1 -ab 96000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 (MP4 DIVX; 29.97 fps; 1280x720; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 29.97 -s 1280x720 -b 5000000 -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f psp -vtag DX50 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 (MP4 H.264; 29.97 fps; 1280x720; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 1280x720 -b 4000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f psp "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 (MP4 H.264; 29.97 fps; 1920x1080; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 1920x1080 -b 4000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f psp "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 (MP4 H.264; 29.97 fps; 720x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 720x480 -b 1200000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f psp "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 (MP4 MPEG2; 29.97 fps; 1280x720; MP2)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg2video -r 29.97 -s 1280x720 -b 6000000 -acodec mp2 -ab 128000 -ar 44100 -ac 2 -maxrate 9000K -minrate 0K -bufsize 1792K "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 (MP4 XviD; 29.97 fps; 1280x720; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 29.97 -s 1280x720 -b 5000000 -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 (MP4 XviD; 29.97 fps; 720x480; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 29.97 -s 720x480 -b 2500000 -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 (WMV; 29.97 fps; 1280x720; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv2 -r 29.97 -s 1280x720 -b 4000000 -acodec wmav1 -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 (WMV; 29.97 fps; 720x480; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv2 -r 29.97 -s 720x480 -b 2000000 -acodec wmav1 -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation 3 High Quality (MP4 DIVX; 29.97 fps; 640x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -vcodec libxvid -s 640x480 -r 29.97 -b 1500k -aspect 4:3 -acodec libfaac -ac 2 -ar 24000 -ab 64k "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation Portable (MP4 H.264; 29.97 fps; 480x272; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 480x272 -b 768000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f psp "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation Portable (MPEG4; 29.97 fps; 368x208; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 29.97 -s 368x208 -b 900000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f psp "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation Portable 3000 (AVI MJPEG; 29.97 fps; 480x272; PCM)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mjpeg -r 29.97 -s 480x272 -b 900000 -acodec pcm_s16le -ab 128000 -ar 44100 -ac 2 -f avi "{1}"]]></CommandLine><OutputFormat><![CDATA[avi]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation Portable 3000 (MP4 H.264; 29.97 fps; 480x272; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 480x272 -b 900000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f psp "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation Portable 3000 (MP4 MPEG4; 29.97 fps; 368x208; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 29.97 -s 368x208 -b 900000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f psp "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[PlayStation Portable High Quality (MP4; 29.97 fps; 320x240; MP4A)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -r 29.97 -b 768k -ar 24000 -ab 64k -s 320x240 -f psp "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Samsung (MP4 MPEG4; 15.00 fps; 176x144; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 176x144 -b 160000 -acodec libfaac -ab 96000 -ar 22050 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Sony Ericsson (MP4 MPEG4; 15.00 fps; 176x144; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 15.00 -s 176x144 -b 160000 -acodec libfaac -ab 96000 -ar 22050 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Sony Walkman (MP4 XviD; 30.00 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 30.00 -s 320x240 -b 768000 -acodec libfaac -ab 96000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Sony XPERIA (MP4 MPEG4; 24.00 fps; 800x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 24.00 -s 800x480 -b 1500000 -acodec libfaac -ab 96000 -ar 22050 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[SVCD NTSC (MPG MPEG2; Same Quality; AC3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -acodec ac3 -ac 2 -ab 448000 -ar 44100 -target ntsc-svcd "{1}"]]></CommandLine><OutputFormat><![CDATA[mpg]]></OutputFormat></Settings><Settings><Name><![CDATA[SVCD PAL (MPG MPEG2; Same Quality; AC3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -acodec ac3 -ac 2 -ab 448000 -ar 44100 -target pal-svcd "{1}"]]></CommandLine><OutputFormat><![CDATA[mpg]]></OutputFormat></Settings><Settings><Name><![CDATA[SVCD SECAM (MPG MPEG2; Same Quality; AC3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -acodec ac3 -ac 2 -ab 448000 -ar 44100 -target pal-svcd "{1}"]]></CommandLine><OutputFormat><![CDATA[mpg]]></OutputFormat></Settings><Settings><Name><![CDATA[VCD NTSC (MPG MPEG2; Same Quality; AC3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -acodec ac3 -ac 2 -ab 448000 -ar 44100 -target ntsc-vcd "{1}"]]></CommandLine><OutputFormat><![CDATA[mpg]]></OutputFormat></Settings><Settings><Name><![CDATA[VCD PAL (MPG MPEG2; Same Quality; AC3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -acodec ac3 -ac 2 -ab 448000 -ar 44100 -target pal-vcd "{1}"]]></CommandLine><OutputFormat><![CDATA[mpg]]></OutputFormat></Settings><Settings><Name><![CDATA[VCD SECAM (MPG MPEG2; Same Quality; AC3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -sameq -vcodec mpeg2video -acodec ac3 -ac 2 -ab 448000 -ar 44100 -target pal-vcd "{1}"]]></CommandLine><OutputFormat><![CDATA[mpg]]></OutputFormat></Settings><Settings><Name><![CDATA[Wii (MOV MJPEG; 29.97 fps; 720x480; PCM)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mjpeg -r 29.97 -s 720x480 -b 4000000 -acodec pcm_s16le -ab 128000 -ar 44100 -ac 2 -f mov "{1}"]]></CommandLine><OutputFormat><![CDATA[mov]]></OutputFormat></Settings><Settings><Name><![CDATA[WMV Same Quality]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -vcodec wmv2 -acodec wmav2 -sameq "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (AVI DivX; 29.97 fps; 1280x720; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 29.97 -s 1280x720 -b 5000000 -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f avi -vtag DX50 "{1}"]]></CommandLine><OutputFormat><![CDATA[avi]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (AVI XviD; 29.97 fps; 1280x720; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 29.97 -s 1280x720 -b 5000000 -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f avi "{1}"]]></CommandLine><OutputFormat><![CDATA[avi]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (AVI XviD; 29.97 fps; 720x480; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libxvid -r 29.97 -s 720x480 -b 2000000 -acodec libmp3lame -ab 128000 -ar 44100 -ac 2 -f avi "{1}"]]></CommandLine><OutputFormat><![CDATA[avi]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (MP4 H.264; 29.97 fps; 1280x720; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 1280x720 -b 4000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (MP4 H.264; 29.97 fps; 640x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 640x480 -b 2000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (MP4 MPEG4; 29.97 fps; 1280x720; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 29.97 -s 1280x720 -b 5000000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (MP4 MPEG4; 29.97 fps; 640x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 29.97 -s 640x480 -b 2500000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (MP4 XviD; MP3)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ab 128k -b 1000k -acodec libmp3lame -vcodec libxvid -aspect 4:3 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (WMV; 29.97 fps; 1280x720; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv2 -r 29.97 -s 1280x720 -b 4000000 -acodec wmav1 -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[XBox360 (WMV; 29.97 fps; 720x480; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv2 -r 29.97 -s 720x480 -b 2000000 -acodec wmav1 -ab 128000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[Zune (MP4 H.264; 29.97 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec libx264 -r 29.97 -s 320x240 -b 1200000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Zune (MP4 MPEG4; 29.97 fps; 320x240; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 29.97 -s 320x240 -b 1200000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Zune (WMV; 25.00 fps; 320x240; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv2 -r 25.00 -s 320x240 -b 512000 -acodec wmav2 -ab 32000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings><Settings><Name><![CDATA[Zune V2 (MP4 MPEG4; 29.97 fps; 640x480; AAC)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec mpeg4 -r 29.97 -s 640x480 -b 1500000 -acodec libfaac -ab 128000 -ar 44100 -ac 2 -f mp4 "{1}"]]></CommandLine><OutputFormat><![CDATA[mp4]]></OutputFormat></Settings><Settings><Name><![CDATA[Zune V2 (WMV; 25.00 fps; 320x240; WMA)]]></Name><ConversionExe>ffmpeg.exe</ConversionExe><CommandLine><![CDATA[-y -i "{0}" -ss 0.00 -vcodec wmv2 -r 25.00 -s 320x240 -b 900000 -acodec wmav2 -ab 160000 -ar 44100 -ac 2 "{1}"]]></CommandLine><OutputFormat><![CDATA[wmv]]></OutputFormat></Settings></ConversionSettings></value>
Testing Replay Media Catcher 3.11, Replay AV and Replay Music not only on Windows 7/Vista/XP, but also on Ubuntu Linux and Mac OS X using freeware Wine...
Like my suggestion? Hit the star below to add it to my reputation.
Bookmarks