Difference between revisions of "SeminarRecorder"

From Wiki4Intranet
Jump to: navigation, search
(Created page with " <code-bash> sudo urpmi ffmpeg dvgrab gstreamer1.0-plugins-entrans git python-pip sudo pip install git+https://github.com/belonesox/seminar-recorder.git </code-bash>")
 
Line 1: Line 1:
  
 
<code-bash>
 
<code-bash>
  sudo urpmi ffmpeg dvgrab gstreamer1.0-plugins-entrans git python-pip
+
  sudo urpmi --auto ffmpeg dvgrab gstreamer1.0-plugins-entrans git python-pip
 
  sudo pip install git+https://github.com/belonesox/seminar-recorder.git  
 
  sudo pip install git+https://github.com/belonesox/seminar-recorder.git  
 +
sudo pip install git+https://github.com/belonesox/python-belonesox-tools.git
 
</code-bash>
 
</code-bash>

Revision as of 00:05, 30 September 2016

 sudo urpmi --auto ffmpeg dvgrab gstreamer1.0-plugins-entrans git python-pip
 sudo pip install git+https://github.com/belonesox/seminar-recorder.git 
 sudo pip install git+https://github.com/belonesox/python-belonesox-tools.git