Bino

From MythTV Official Wiki
Jump to: navigation, search

Bino A 3D video player with multi-display support

http://www.nongnu.org/bino/

This is an open source application that can play back stereoscopic videos using ffmpeg as the decoder, with input files in serveral configurations and outputting in several different formats.

Integration with Bino can be done by setting up shell scripts for your videos, giving them a .sh extension and configuring the .sh shell scripts to run via bash as an external player. Here is an example bash script

bino --input=separate --output=checkerboard --fullscreen left.mkv right.mkv

You can also control Bino via LIRC, by setting up irxevent. Keypresses can go into your lircrc

begin
    prog = irxevent
    button = Quit
    config = Key q bino
end