python script to encode videos to an n900-compatible mp4 http://www.seiichiro0185.org/blog:n900-encode.py_create_n900-friendly_mp4-videos
Go to file
seiichiro 89d9b96f9d Added posibility for CRF-Encoding
Bitrate <= 51 will be treated as a CRF-Factor,
Bitrate > 52 will be treated as a constant bitrate.
2012-03-23 18:41:38 +01:00
COPYING Added README and Licensing Terms 2011-07-17 10:47:20 +02:00
n900-encode.py Added posibility for CRF-Encoding 2012-03-23 18:41:38 +01:00
README Fixed README Formating 2012-02-23 08:42:13 +01: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
  * ffmpeg (tested with version 0.10, older versions may or may not work)
  * 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