Skip to content

TribeMedia/jipopro

 
 

Repository files navigation

jipopro

Jitsi Videobridge Post Processing (JIPOPRO) for Recorded sessions

Requirements:

  • apache ant to build
  • ffmpeg (see FFMPEG.md for details)
  • sox with mp3 support (on debian/ubuntu install 'sox' and 'libsox-fmt-mp3')
  • phantomjs (to run without X11, version >= 1.5 is required)
  • mkvinfo from mkvtoolnix (on debian/ubuntu install 'mkvtoolnix')

They all need to be in PATH.

Building:

To rebuild just run

ant rebuild

Running:

To run in DIR you can use either

./run.sh DIR

or

ant run -DrunDir=DIR

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.9%
  • HTML 1.8%
  • JavaScript 1.7%
  • Shell 0.6%