2011-07-17 08:47:20 +00:00
|
|
|
This script will encode almost any Video to an N900 compatible MP4 with h264 video and aac audio
|
|
|
|
|
|
|
|
PREQUISITES:
|
|
|
|
============
|
|
|
|
|
|
|
|
The following components are needed:
|
|
|
|
|
|
|
|
* mplayer
|
2012-02-23 07:43:14 +00:00
|
|
|
* ffmpeg (tested with version 0.10, older versions may or may not work)
|
2011-07-17 08:47:20 +00:00
|
|
|
* python
|
|
|
|
|
|
|
|
USAGE:
|
|
|
|
======
|
|
|
|
|
|
|
|
The basic usage is like this:
|
|
|
|
|
|
|
|
> n900-encode.py -i some_video.avi -o n900_video.mp4
|
|
|
|
|
|
|
|
for more options run
|
|
|
|
|
|
|
|
> n900-encode.py -h
|