Video2bmlEnglish

From BlinkenArea Wiki
Revision as of 07:18, 10 March 2010 by ChristianHeimke (talk | contribs) (created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Zur deutschsprachigen Version dieser Seite
back to summary
Zur deutschsprachigen Version dieser Seite
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 -

back to summary

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

Gui4video2bml.png

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:

links