Bino(1) | Version 2.2 | Bino(1) |
Bino is a video player with a focus on 3D and Virtual Reality:
bino [options] URL...
Displays help on command line options.
Displays help including Qt specific options.
Displays version information.
Set log level (fatal, warning, info, debug, firehose).
Set log file.
Read commands from a script file. See Scripting.
Use OpenGL ES instead of Desktop OpenGL.
Use OpenGL quad-buffered stereo in GUI mode.
Start in Virtual Reality mode instead of GUI mode. See Virtual Reality.
Set VR screen geometry, either as the special values `united' or `intersected', or as a comma-separated list of nine values representing three 3D coordinates that define a planar screen (bottom left, bottom right, top left), or as a an aspect ratio followed by the name of an OBJ file that contains the screen geometry with texture coordinates (example: `16:9,myscreen.obj').
Capture audio/video input from microphone and camera/screen/window.
List audio outputs.
List audio inputs.
List video inputs.
List screen inputs.
List window inputs.
Choose audio output via its index.
Choose audio input via its index. Can be empty.
Choose video input via its index.
Choose screen input via its index.
Choose window input via its index.
List all video, audio and subtitle tracks in the media.
Set preferred audio track language (en, de, fr, ...).
Set preferred subtitle track language (en, de, fr, ...). Can be empty.
Choose video track via its index.
Choose audio track via its index.
Choose subtitle track via its index. Can be empty.
Load playlist.
Set loop mode (off, one, all).
Set wait mode (off, on).
Set input mode (mono, top-bottom, top-bottom-half, bottom-top, bottom-top-half, left-right, left-right-half, right-left, right-left-half, alternating-left-right, alternating-right-left).
Set output mode (left, right, stereo, alternating, hdmi-frame-pack, left-right, left-right-half, right-left, right-left-half, top-bottom, top-bottom-half, bottom-top, bottom-top-half, even-odd-rows, even-odd-columns, checkerboard, red-cyan-dubois, red-cyan-full-color, red-cyan-half-color, red-cyan-monochrome, green-magenta-dubois, green-magenta-full-color, green-magenta-half-color, green-magenta-monochrome, amber-blue-dubois, amber-blue-full-color, amber-blue-half-color, amber-blue-monochrome, red-green-monochrome, red-blue-monochrome).
Set surround mode (360, 180, off).
Swap left/right eye.
Start in fullscreen mode.
Most output modes should be self explanatory, but there are some exceptions:
Bino currently cannot detect the stereoscopic layout or the surround video mode from metadata because Qt does not provide that information. It therefore has to guess.
Bino recognizes the following hints at the last part of the file name, just before the file name extension (.ext):
Additionally, if the number 180 or 360 is part of the file name and separated by neighboring digits or letters by other characters, then the corresponding surround mode is assumed.
Bino can read commands from a script file and execute them via the option --read-commands scriptfile. This works both in GUI mode and in Virtual Reality mode.
The script file can also be a named pipe so that you can have arbitrary remote control interfaces write commands into it as they come in.
Empty lines and comment lines (which begin with #) are ignored. The following commands are supported:
Open the URL and start playing. The options have the same meaning as the corresponding command line options.
Start capturing camera and microphone. The options have the same meaning as the corresponding command line options.
Start playing.
Pause.
Switch between pause and play.
Stop playing.
Load the playlist.
Switch to next playlist entry.
Switch to previous playlist entry.
Set wait mode (off, on).
Set loop mode (off, one, all).
Quit Bino.
Set the video position to p, where p=0 is the beginning and p=1 is the end.
Seek the given amounts of seconds forward or, if the number of seconds is negative, backwards.
Wait until the video stops, or wait for the given number of seconds, before executing the next command.
Set the volume mute status.
Switch between mute and unmute.
Set the volume level to vol (between 0 and 1).
Adjust the volume by the given amount (the final volume is clamped between 0 and 1).
Set the given output mode. See the command line option --output for a list of modes.
Set left/right eye swap.
Toggle left/right eye swap.
Set fullscreen mode.
Toggle fullscreen mode.
You can play slideshows of images (or videos) simply by making a playlist and switching on its wait status. This is the default whenever one or more of the files you open are images instead of videos; this works from the command line as well as from the GUI.
With wait enabled, the next media in the playlist will only be displayed after you press the N key, or choose Playlist/Next from the menu.
For automatic media switching based on predefined presentation times, use the scripting mode as in the following example:
set-fullscreen on playlist-load my-slideshow.m3u playlist-loop on playlist-wait on playlist-next wait 4 playlist-next wait 7 playlist-next wait 5 quit
Bino supports all sorts of Virtual Reality environments via QVR (https://marlam.de/qvr):
To start Bino in VR mode, use the option --vr. Bino will then display a screen in the virtual world, and the video will be displayed on that screen, unless the input is a surround video (360° or 180°), which will of course be displayed all around the viewer.
The default is a 16:9 screen in a few meters distance from the viewer, but you can use the --vr-screen option to either define arbitrary planar screens via their bottom left, bottom right and top left corners, or to load arbitrary screen geometry from an OBJ file. The latter case is useful e.g. if you want Bino’s virtual screen to coincide with a curved physical screen.
The --vr-screen option also accepts the special values united and intersected. This will unite (or intersect) the 2D geometries of all VR windows at runtime. For example, use --vr-screen=united --qvr-config=two-screen-stereo.qvr for a two-screen stereo setup, where the left view goes on the first screen and the right view goes on the second screen.
Bino uses QVRs default navigation, which may be based on autodetected controllers such as the HTC Vive controllers, or on tracking and interaction hardware configured via QVR for your VR system, or on the mouse and WASDQE keys if nothing else is available.
Additional interaction in VR mode is currently limited to the same keyboard shortcuts that also work in GUI mode. That means you currently must specify the video to play on the command line, and have no way to pause, skip or seek with VR controllers. This will be added in a future version.
May 31, 2024 |