Re: [maemo-users] Video encoding script

2006-04-15 Thread Ville Ranki
On Fri, 2006-04-14 at 14:41 -0400, Hilary Miller wrote: I've tracked back my problem. Ubuntu is vague on whether or not a usb transfer has finished or not. I've also noticed this problem. With unclean unmount the MMC may get corrupted and becomes read-only and there may be lost free space. I

Re: [maemo-users] Video encoding script

2006-04-15 Thread Hilary Miller
On 4/15/06, Ville Ranki [EMAIL PROTECTED] wrote: I've also noticed this problem. With unclean unmount the MMC may getcorrupted and becomes read-only and there may be lost free space. Iusually run 'sync' command after unmounting 770 in Ubuntu. If the MMCgets corrupted it has to be reformatted to

Re: [maemo-users] Video encoding script

2006-04-15 Thread David D. Hagood
Hilary Miller wrote: Thats exactly what happened to me. I didn't mention it, but my mmc card went mysteriously read-only and I had to reformat it sometime during my playback troubleshooting. It seems to me that the system needs to be notified if the file system fails consistency check (e.g.

Re: [maemo-users] Video encoding script

2006-04-14 Thread inode0
On 4/13/06, inode0 [EMAIL PROTECTED] wrote: On 4/13/06, Hilary Miller [EMAIL PROTECTED] wrote: but whenever the resulting video file is large, like 100megs, the nokia refuses to play it with a generic video playback error. Does anyone watch large video files on their nokia? Am I the only

Re: [maemo-users] Video encoding script

2006-04-14 Thread Hilary Miller
I've tracked back my problem. Ubuntu is vague on whether or not a usb transfer has finished or not. I was copying the files to the disk, waiting for the progress dialog to finish, then unmounting the nokia using the gui. The disk icon would then disappear and I would unplug the device. However,

Re: [maemo-users] Video encoding script

2006-04-13 Thread Brad Midgley
Ville Here's a simple video encoding script to encode videos easily to 770 format. Maybe it'll be useful for someone: http://www.cs.tut.fi/~ranki/projects/encode770/ fwiw, I tried a couple of these with video that had no audio sync problems and it always played on the 770 with sync problems.

Re: [maemo-users] Video encoding script

2006-04-13 Thread Hilary Miller
I've used mencoder in the following waymencoder %anymovie% -oac mp3lame -lameopts abr:br=64 -ovc lavc -lavcopts vcodec=mpeg4:mbd=1:vbitrate=300 -vf scale=240:144 -ffourcc DIVX -ofps 25000/1001 -o %anymovie_now_nokia770_sized%.avibut whenever the resulting video file is large, like 100megs, the

Re: [maemo-users] Video encoding script

2006-04-13 Thread Adilson Oliveira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hilary Miller escreveu: I've used mencoder in the following way mencoder %anymovie% -oac mp3lame -lameopts abr:br=64 -ovc lavc -lavcopts vcodec=mpeg4:mbd=1:vbitrate=300 -vf scale=240:144 -ffourcc DIVX -ofps 25000/1001 -o

Re: [maemo-users] Video encoding script

2006-04-13 Thread Michael P. Lococo
Here's a simple video encoding script to encode videos easily to 770 format. Maybe it'll be useful for someone: http://www.cs.tut.fi/~ranki/projects/encode770/ fwiw, I tried a couple of these with video that had no audio sync problems and it always played on the 770 with sync problems. argh.