n900-encode/README
seiichiro 85b844ecde Version 1.1
Switched to encoding with ffmpeg 0.10
		Script now runs on python 2 and python 3
2012-02-22 20:58:38 +01:00

22 lines
403 B
Plaintext

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