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

Re: streaming video to iPod touch through Safari

2007-10-15 Thread mickey9801
Firefox on your PC. Have you tried it with the Windows version of Quicktime and Safari, both available from Apple. That's sure to be the closest match to the iPod Touch environment. Hoping this might help, -- Stephane Dauryhttp://tekartist,.org/ On Oct 14, 2007, at 1:18, mickey9801 wrote