python script to encode videos to an n900-compatible mp4
http://www.seiichiro0185.org/blog:n900-encode.py_create_n900-friendly_mp4-videos
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 years ago | |
---|---|---|
COPYING | 12 years ago | |
README | 11 years ago | |
n900-encode.py | 11 years ago |
README
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