android
  #21  
Old 02-05-2008, 07:48 AM
Cruleworld's Avatar
Cruleworld Cruleworld is offline
Zune Moderator
 
Join Date: Dec 2006
Location: In a secluded cave
Posts: 2,728
Default

Check out this tutorial on how to get it from the super site.
__________________
Players: Zune 30GB (Music), iPod Touch 8GB 2g (Apps/Podcasts), Zune HD 32GB (sold to brother)
Reply With Quote

Advertisement [Remove Advertisement]

  #22  
Old 02-07-2008, 04:20 PM
Ruben Ruben is offline
Junior Member
 
Join Date: Nov 2007
Posts: 2
Default

Hmm, I tried encoding a .rmvb file with these settings. Sadly, no succes. It just keeps saying "parsing input file". Is conversion of .rmvb files possible at all with these settings? I found some settings with which I could encode it to avi and then convert it to mpg in WinFF. Though, it's not an easy way and the results aren't very good. I think a lot of people have problems with encoding .rmvb files, please help with finding the solution. Thank you.

>EDIT< well it's finally working. However the file is already reaching over 100 mb. That's a bit much, considering that the input file was only 32 MB and has a very low resolution (320×240)...

>EDIT2< file finnished at 205 MB, that's unacceptable considering the input file. It's just a 20 minute clip, shouldn't take that much...

>EDIT3< I seem to have a moment of clear thinking. Kind of strange since it's almost midnight. Anyway, seems that if you convert the very large file SUPER made in WinFF using the script rockbox.org profides (http://www.rockbox.org/twiki/bin/vie..._Windows_Linux). You will shrink a 200 MB file to a comfortable 60 MB file. Still not a very plain solution, but it works.

If there are any questions or something's unclear to you please say so. My english isn't that perfect (I live in the Netherlands) but I think it should be quite clear.
Reply With Quote

  #23  
Old 02-10-2008, 08:59 PM
sansae280god sansae280god is offline
Junior Member
 
Join Date: Jan 2008
Posts: 99
Default

what is the correct size for the video is 100x100 ok?
__________________
*Inappropriate signature removed*
Reply With Quote

  #24  
Old 02-13-2008, 11:50 PM
Ruben Ruben is offline
Junior Member
 
Join Date: Nov 2007
Posts: 2
Default

220x176 should do the trick. Just stick to the 220 and change the 176 value, if necessary, to 166 or 124 depending on the ratio; 4:3 or 16:9. It's not necessary, but it might give you better quality.
Reply With Quote

  #25  
Old 02-26-2008, 03:35 PM
helpme123's Avatar
helpme123 helpme123 is offline
Member
 
Join Date: Nov 2007
Location: Canada
Posts: 410
Default

wow i cant download it any wehre and when i download it form softepedia the file doesnt work. can some one just help me out...i even tried the tutorial on how to download it and it doesnt work fo rme
__________________
Player: Sansa e280 Rockboxed
Ear Phones: Sony MDREX32LPB

Music Organizer: MediaMonkey
My Last.fm
Reply With Quote

  #26  
Old 02-26-2008, 03:42 PM
Jeton's Avatar
Jeton Jeton is offline
Member
 
Join Date: Dec 2006
Location: Sėrmnovė, Macedonia
Posts: 326
Default

Why not use WinFF? It's much more simple, you have a download link for it as well
You'll only need the presets.xml file which is here, and you're done.

I find it weird to check a tutorial on how to download a program...
Reply With Quote

  #27  
Old 02-26-2008, 03:52 PM
helpme123's Avatar
helpme123 helpme123 is offline
Member
 
Join Date: Nov 2007
Location: Canada
Posts: 410
Default

ok thanks!
__________________
Player: Sansa e280 Rockboxed
Ear Phones: Sony MDREX32LPB

Music Organizer: MediaMonkey
My Last.fm
Reply With Quote

  #28  
Old 02-26-2008, 04:07 PM
helpme123's Avatar
helpme123 helpme123 is offline
Member
 
Join Date: Nov 2007
Location: Canada
Posts: 410
Default

i need help with presets.xml how do i do it
__________________
Player: Sansa e280 Rockboxed
Ear Phones: Sony MDREX32LPB

Music Organizer: MediaMonkey
My Last.fm
Reply With Quote

  #29  
Old 02-26-2008, 04:10 PM
Jeton's Avatar
Jeton Jeton is offline
Member
 
Join Date: Dec 2006
Location: Sėrmnovė, Macedonia
Posts: 326
Default

You save the presets.xml file, and then you copy that to your WinFF program folder which should be C:\Program Files\WinFF

After you've copied the file, you run WinFF and choose from the presets (Sansa e200 4:3), you add a file, and start encoding.
Reply With Quote

  #30  
Old 02-26-2008, 04:12 PM
helpme123's Avatar
helpme123 helpme123 is offline
Member
 
Join Date: Nov 2007
Location: Canada
Posts: 410
Default

ok is this it

Quote:
<presets>

<H105FS>
<label>iRiver H10 5/6GB 4:3</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 128x96 -b 224kb -strict -1
</params>
<extension>mpg</extension>
</H105FS>

<H105WS>
<label>iRiver H10 5/6GB 16:9</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 128x80 -b 224kb -strict -1
</params>
<extension>mpg</extension>
</H105WS>

<H1020FS>
<label>iRiver H10 20GB 4:3</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 160x128 -b 224kb -strict -1
</params>
<extension>mpg</extension>
</H1020FS>

<H1020WS>
<label>iRiver H10 20GB 16:9</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 160x96 -b 224kb -strict -1
</params>
<extension>mpg</extension>
</H1020WS>

<X5FS>
<label>Cowon iAudio X5 4:3</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 160x128 -b 176kb -r 15 -strict -1
</params>
<extension>mpg</extension>
</X5FS>

<X5WS>
<label>Cowon iAudio X5 16:9</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 160x96 -b 224kb -r 24 -strict -1
</params>
<extension>mpg</extension>
</X5WS>

<nanoFS>
<label>Apple iPod Nano 4:3</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 176x128 -b 256kb -strict -1
</params>
<extension>mpg</extension>
</nanoFS>

<nanoWS>
<label>Apple iPod Nano 16:9</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 176x128 -b 256kb -strict -1
</params>
<extension>mpg</extension>
</nanoWS>

<e200FS>
<label>Sandisk Sansa e200 4:3</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 224x176 -b 320kb -strict -1
</params>
<extension>mpg</extension>
</e200FS>

<e200WS>
<label>Sandisk Sansa e200 16:9</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 224x128 -b 320kb -strict -1
</params>
<extension>mpg</extension>
</e200WS>

<PhotoFS>
<label>Apple iPod Photo/Color 4:3</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 224x176 -b 320kb -r 15 -strict -1
</params>
<extension>mpg</extension>
</PhotoFS>

<PhotoWS>
<label>Apple iPod Photo/Color 16:9</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 224x128 -b 320kb -r 24 -strict -1
</params>
<extension>mpg</extension>
</PhotoWS>

<H300FS>
<label>iRiver H300 4:3</label>

<params>
-acodec mp3 -ab 96 -ar 44100 -vcodec mpeg2video -s 224x176 -b 224kb -r 10 -strict -1
</params>
<extension>mpg</extension>
</H300FS>

<H300WS>
<label>iRiver H300 16:9</label>

<params>
-acodec mp3 -ab 96 -ar 44100 -vcodec mpeg2video -s 224x128 -b 256kb -r 15 -strict -1
</params>
<extension>mpg</extension>
</H300WS>

<GigabeatFS>
<label>Toshiba Gigabeat F/X 4:3</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 320x240 -b 600kb -strict -1
</params>
<extension>mpg</extension>
</GigabeatFS>

<GigabeatWS>
<label>Toshiba Gigabeat F/X 16:9</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 320x176 -b 600kb -strict -1
</params>
<extension>mpg</extension>
</GigabeatWS>

<I5GFS>
<label>Apple iPod Video 4:3</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 320x240 -b 400kb -strict -1
</params>
<extension>mpg</extension>
</I5GFS>

<I5GWS>
<label>Apple iPod Video 16:9</label>

<params>
-acodec mp3 -ab 128 -ar 44100 -vcodec mpeg2video -s 320x176 -b 400kb -strict -1
</params>
<extension>mpg</extension>
</I5GWS>
</presets>
do i keep the -'s? and do i saves it in ANSI encoding?
__________________
Player: Sansa e280 Rockboxed
Ear Phones: Sony MDREX32LPB

Music Organizer: MediaMonkey
My Last.fm
Reply With Quote

  #31  
Old 02-26-2008, 04:22 PM
helpme123's Avatar
helpme123 helpme123 is offline
Member
 
Join Date: Nov 2007
Location: Canada
Posts: 410
Default

ok nevermind i got it
__________________
Player: Sansa e280 Rockboxed
Ear Phones: Sony MDREX32LPB

Music Organizer: MediaMonkey
My Last.fm
Reply With Quote

  #32  
Old 02-26-2008, 04:26 PM
helpme123's Avatar
helpme123 helpme123 is offline
Member
 
Join Date: Nov 2007
Location: Canada
Posts: 410
Default

i have done everything as told to but i cant covert this .avi file does it have to be a different format to work?
__________________
Player: Sansa e280 Rockboxed
Ear Phones: Sony MDREX32LPB

Music Organizer: MediaMonkey
My Last.fm
Reply With Quote

  #33  
Old 02-26-2008, 08:57 PM
Changster Changster is offline
Member
 
Join Date: Feb 2008
Posts: 112
Default

After I succesful downloaded SUPER, i tried to download the encoder. All it does it bring up another SUPER program again. Is that suppose to happen?

And everytime I click on SUPER, it gives me a warning sign that says "this PC does not meet the minimum requirements for SUPER.

After that it just opens up and ready to use

How do I add youtube videos to SUPER

I tried download youtube videos off these websites into FLV form but they don't even show on my computer

Last edited by advcomp2019; 02-26-2008 at 10:07 PM.
Reply With Quote

  #34  
Old 02-26-2008, 10:08 PM
advcomp2019's Avatar
advcomp2019 advcomp2019 is offline
Ultra Senior Member
 
Join Date: Jun 2007
Posts: 4,838
Default

You can click and drag or add a file manually.
Reply With Quote

  #35  
Old 03-21-2008, 03:31 PM
bikerbetty bikerbetty is offline
Junior Member
 
Join Date: Mar 2008
Posts: 2
Default a little additional help please

I successfully downloaded and installed SUPER and loaded the sansa profile. When trying to view the movie on my
e270, the picture is off center and the dialog doesn't even come close to matching the video. What am I doing wrong?

Thanks for any help
Reply With Quote

  #36  
Old 03-23-2008, 09:42 AM
zmjb1's Avatar
zmjb1 zmjb1 is offline
Junior Member
 
Join Date: Dec 2007
Location: Ohio, USA
Posts: 57
Default save youtube

Quote:
Originally Posted by Changster View Post
After I succesful downloaded SUPER, i tried to download the encoder. All it does it bring up another SUPER program again. Is that suppose to happen?

And everytime I click on SUPER, it gives me a warning sign that says "this PC does not meet the minimum requirements for SUPER.

After that it just opens up and ready to use

How do I add youtube videos to SUPER

I tried download youtube videos off these websites into FLV form but they don't even show on my computer
www.savetube.com (if I remember correctly)
Reply With Quote

  #37  
Old 01-09-2009, 10:50 PM
Hoppipolla Hoppipolla is offline
Junior Member
 
Join Date: Jan 2008
Posts: 13
Default

How do I load the profile? I have the converter and it doesn't have any option to load the profile???
Reply With Quote

  #38  
Old 01-10-2009, 02:52 AM
advcomp2019's Avatar
advcomp2019 advcomp2019 is offline
Ultra Senior Member
 
Join Date: Jun 2007
Posts: 4,838
Default

Hoppipolla, if you use WinFF, there is a profile for the Sansa e200 series in it already.
__________________
Please don't PM me with questions that can be answered in a forum thread.
Headphones: JVC FX66B
Main Players: 4GB Sansa Clip+, 8GB Sansa Fuze, Sansa e280R with Rockbox
Backup Players: 8GB Sansa View, 2GB Sansa Clip
Reply With Quote

  #39  
Old 08-08-2009, 04:18 AM
TaWulf TaWulf is offline
Junior Member
 
Join Date: Aug 2008
Posts: 1
Default profile gone

Quote:
Originally Posted by suffer1989 View Post
UPDATE : Fixed PRofile : New link is HERE
Sigh, no it isn't any longer. Why not put these things to a place that sticks?
Or, isn't the profile just a bunch of lines of text and you could put it right into the posts??

I'd appreciate if you could point me to a place where I can get the profile now..

thanks in advance!!

Reply With Quote

  #40  
Old 08-10-2009, 11:29 AM
F1fan07's Avatar
F1fan07 F1fan07 is offline
Junior Member
 
Join Date: Jul 2009
Location: MO
Posts: 30
Default

Interesting, I'll have to give it a shot..
__________________
Zune HD 32GB
Sandisk e280 v1 (rockboxed)
Creative Zen Vision W (100GB)
Cowon S9 32GB sold
Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 03:04 PM.