Video2bmlEnglish
From BlinkenArea Wiki
| back to summary | |
| video2bml | |
|---|---|
| Year | 2010 |
| Architecture | |
| Operating System | Linux,Mac,Windows |
| Hardware requirements | |
| Software requirements | Java, FFMPEG |
| Source Code Size | |
| Memory requirements | |
| Language | Java |
| License | GNU/GPLv2 |
| Contact person | Christian Heimke |
| Miscellaneous | - |
description
video2bml is a small java tool to convert (with ffmpeg) any video format to valid bml-files.
Features:
- convert any video format to bml
- scale video to output size
- supporting rgb- and grayscale-modes (1 to 8 bit)
- optional configuration file to set paths (e.g. /tmp) and bml-header information
- GUI and CLI
usage
CLI
To use the tool in CLI mode, just type:
java -jar video2bml <movie> <bml> <width> <height> [<grayscale> <bit>]
Erklärung:
movie -> mpg,avi,mpeg,... bml -> file to save bml-movie width -> display width (pixel) heigth -> display height (pixel) grayscale-> optional if you want only 7 or 8bit grayscale bits -> needed for grayscale, possible values: 1,2,3,4,5,6,7 or 8
GUI
To use the GUI, just run the jar file without any arguments:
java -jar v2b.jar
configuration
The config file (video2bml.conf) is optional. It should be in the same directoy as the v2b.jar. If the file doesen't exists, default values (e.g. /tmp for working directory) will be used.
download
http://chris.blinkenarea.org/video2bml/
Python
There are also some pre-projects written in python:
- http://chris.blinkenarea.org/img2bml/
- http://chris.blinkenarea.org/movie2bml/
- http://chris.blinkenarea.org/pyBlinkConverter/
