Convert video files for Maemo (Nokia N900) using ffmpeg/mencoder
Posted
by
Vikrant Chaudhary
on Super User
See other posts from Super User
or by Vikrant Chaudhary
Published on 2010-08-11T12:36:14Z
Indexed on
2011/01/06
13:55 UTC
Read the original article
Hit count: 321
I'm a newbie in video encoding so I'm looking for some expert advice.
I'm looking to transcode media files with ffmpeg or mencoder (or something other) on Ubuntu for my Nokia N900 running Maemo. I'd prefer mencoder, because of ffmpeg's crazy dependencies.
- Video output should be AVC/H.264 (probably hardware accelerated on device).
- Audio output in AAC (should have preferred Vorbis but not supported natively and requires .mkv which is also not completely supported).
- Output video should retain the original aspect ratio.
- Resolution of screen is 800x480 (16:10).
(Explanation of why-this-value-is-chosen would be really appreciated).
Thanks.
© Super User or respective owner