Skip to content
forked from x42/xjadeo

X JAck viDEo mOnitor: a tool that displays a video clip in sync with an external time source (jack-transport, LTC and MTC). Applications include: soundtrack composition/editing, video monitoring and -installations.

License

Notifications You must be signed in to change notification settings

lgarrido/xjadeo

 
 

Repository files navigation

xjadeo - jack video monitor
===========================

xjadeo is a simple video player that gets sync from jack.
Please refer to the documentation in the doc folder for any details,
or visit http://xjadeo.sf.net/

Basic build instructions
------------------------

```bash
  git clone git://github.com/x42/xjadeo.git
  ./autogen.sh
  ./configure
  make
  sudo make install
```


Build Dependencies
------------------

Development packages for the following software must be available to compile xjadeo:

* ffmpeg (from ffmpeg.org)
* jack-audio-connection-kit (jackaudio.org)
* libX11, libxv

recommended:
* freetype2  (for on-screen display)
* imlib2 (RGB display)
* SDL (window build)
* alsa (for alsa midi MTC support)
* portmidi (alternate midi driver)
* libltc (for LTC support)
* liblo for OSC support

deprecated:
* QT3 or QT4 (for GUI)



Copyright (C) 2005 - 2013 GPLv2
 Luis Garrido <luisgarrido@users.sourceforge.net>
 Robin Gareus <robin@gareus.org>

About

X JAck viDEo mOnitor: a tool that displays a video clip in sync with an external time source (jack-transport, LTC and MTC). Applications include: soundtrack composition/editing, video monitoring and -installations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 77.7%
  • TypeScript 10.6%
  • C++ 7.1%
  • Shell 3.6%
  • Perl 0.5%
  • XSLT 0.3%
  • Pure Data 0.2%