Re: ffmpeg settings for video encoding for iphone?

2007-10-14 Thread mickey9801
I was using this cmd to encode movie for download mp4 through safari in iPod touch: ffmpeg -i INPUT -acodec libfaac -ac 2 -ar 44100 -ab 128k -s 320x240 - vcodec libx264 -b 300k -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -me umh -subq 5 -trellis 1 -refs 1 -coder 0 -me_range

streaming video to iPod touch through Safari

2007-10-14 Thread mickey9801
Hi all. I am trying to develop a web application like http://vtap.com or Google video which let user to download and playback mp4 file through Safari browser bundled with iPod touch. I can download and playback a mp4 file correctly when I access the movie directly by URL (I put the mp4 file in a

Howto take screenshots?

2007-10-14 Thread Kai Hendry
https://adcweb.apple.com/iphone/index.php submission requires a screen shot. Any tips how I take a 320x356 screenshot of http://letter.dabase.com/ ? Kind regards, p.s. I'm blogging about iphone the Web, http://natalian.org/archives/2007/10/14/iphone-web-apps/

Re: Howto take screenshots?

2007-10-14 Thread Stephane Daury
I noticed that Safari (mac) won't let you resize the window smaller then 393px, so I wrote a quick script that let's us see our app in a properly sized iframe. Check out iframer.php in our WPhone app. http://svn.wp-plugins.org/wphone/trunk/ That might help. :) Just tweak it for your own

Re: Howto take screenshots?

2007-10-14 Thread Erica Sadun
You can also just do a screen shot from the phone if you have ssh enabled. snap: http://ericasadun.com/ftp/EricaUtilities/ -- Erica At 10:15 PM -0400 10/14/07, Stephane Daury wrote: I noticed that Safari (mac) won't let you resize the window smaller then 393px, so I wrote a quick script that