View Single Post
  #2 (permalink)  
Old 12-08-2009, 05:08 AM
eksasol's Avatar
eksasol
PPCGeeks Regular
Offline
Location: usa
 
Join Date: Nov 2009
Posts: 80
Reputation: 80
eksasol is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: For those that watch video's on the TP2

I configure my own presets to use with WinFF. You may reuse it if you want to. Here's how:

1. Install WinFF (winff.org)

2. Type this into the Explorer address bar: %appdata%\WinFF
(This will let you go to the location where WinFF presets are saved.)

3. Open up "presets.xml" with a text editor.
Below are my presets for the TouchPro2. Paste them after the line <presets> in the xml:

Code:
  <XviDAVIFS>
    <label>XviD TouchPro2 4:3 600x450</label>
    <params>-f avi -r 23.976 -vcodec libxvid -vtag XVID -s 600x450 -aspect 4:3 -maxrate 780kb -b 700kb -qmin 5 -qmax 16 -bufsize 4096 -mbd 2 -bf 2 -flags +4mv -trellis -aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -ab 112kb -ac 2</params>
    <extension>avi</extension>
    <category>AVI</category>
  </XviDAVIFS>
  <XviDAVIWS>
    <label>XviD TouchPro2 5:3 600x360</label>
    <params>-f avi -r 23.976 -vcodec libxvid -vtag XVID -s 600x360 -aspect 5:3 -maxrate 780k -b 700k -qmin 5 -qmax 16 -bufsize 4096 -mbd 2 -bf 2 -flags +4mv -trellis -aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -ab 112k -ac 2</params>
    <extension>avi</extension>
    <category>AVI</category>
  </XviDAVIWS>
  <XviDAVIWS>
    <label>XviD TouchPro2 16:9 600x338</label>
    <params>-f avi -r 23.976 -vcodec libxvid -vtag XVID -s 600x338 -aspect 16:9 -maxrate 780k -b 700k -qmin 5 -qmax 16 -bufsize 4096 -mbd 2 -bf 2 -flags +4mv -trellis -aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -ab 112k -ac 2</params>
    <extension>avi</extension>
    <category>AVI</category>
  </XviDAVIWS>
  <XviDAVIWSAna>
    <label>XviD TouchPro2 Anamorphic 600x256</label>
    <params>-f avi -r 23.976 -croptop 58 -cropbottom 62 -vcodec libxvid -vtag XVID -s 600x256 -aspect 2.35 -maxrate 780kb -b 700kb -qmin 5 -qmax 16 -bufsize 4096 -mbd 2 -bf 2 -flags +4mv -trellis -aic -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 48000 -ab 112kb -ac 2</params>
    <extension>avi</extension>
    <category>AVI</category>
  </XviDAVIWSAna>
4. Save the modified "presets.xml", when you reopen WinFF you should see the new presets under the AVI category.

*You could also enable 2pass in WinFF for better quality, but longer conversion time.
*5:3 is TouchPro2 screen aspect ratio, so you won't get any black bars.

Last edited by eksasol; 12-08-2009 at 11:45 AM. Reason: add few more presets
Reply With Quote
This post has been thanked 1 times.