Author Topic: Playing Vga Video On A C750/c760/c860  (Read 6559 times)

guylhem

  • Hero Member
  • *****
  • Posts: 577
    • View Profile
Playing Vga Video On A C750/c760/c860
« on: November 30, 2006, 07:51:03 am »
Hello

Thanks to the generous loan of a C750, I could start experimenting with software "enhancements".

After some research on the forums, I found there were many discussion about video playback on the C7/8x0, with most people using 320x240 only. Well, looks like you can do much better than that ! Maslovsky and kfetisov reported vga playback at 248 kbps with mono audio, but that too can be improved.

After some tests, I could succesfully achieve 640x352@25 fps, with 500 kbps and stereo 64 kbps audio. You simply have to overclock with CCCR=163 (edit /home/zaurus/Settings/freqchange.conf to add a line above the "Overclocked"/162 entry with "Max overclocking" and 163)

Here's the script I used for encoding, along with the command line for playback. I recommand mplayer-w100_1.0pre5.2-1_arm.ipk.

I put the files on a 1GB CF, so the space constraint is not existant. I will now try to reproduce that on a 2.6 kernel, which I patched to add overclocking support.

Guylhem

koen

  • Hero Member
  • *****
  • Posts: 1008
    • View Profile
    • http://dominion.thruhere.net/koen/cms/
Playing Vga Video On A C750/c760/c860
« Reply #1 on: November 30, 2006, 08:25:59 am »
Before going of on a coding spree, have a look at http://libw100.sourceforge.net/index.php/Main_Page . That also has a patch for mplayer to add a new video out driver that works with w100 and w3220 devices (ipaq hx4700 for example). No firmware or libaticore needed, so it's 100% free software.
Forums are not bugtrackers!!! Smart questions
Ångström release team
iPAQ h2210, iPAQ h5550, iPAQ hx4700, Zaurus SL-C700, Nokia 770, all running some form of GPE
My blog

guylhem

  • Hero Member
  • *****
  • Posts: 577
    • View Profile
Playing Vga Video On A C750/c760/c860
« Reply #2 on: December 03, 2006, 12:49:20 pm »
Thanks for the pointer - didn't notice it. I will have to test ati-w100 kdrive on oe first, to see how it currently works.