Skip to content

XXLRay/libreshot

Repository files navigation

LibreShot is a fork of OpenShot

OpenShot Video Editor is a program that creates, modifies, and edits video files.
Copyright (C) 2011  Jonathan Thomas

LibreShot Video Editor is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

LibreShot Video Editor is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with LibreShot Video Editor.  If not, see <http://www.gnu.org/licenses/>.



#################
  HOW TO INSTALL
#################

You can install LibreShot using a .zip file or thru git.
In any case go to https://github.com/XXLRay/libreshot
download a .zip and uncompress it or use git clone https://github.com/XXLRay/libreshot 
cd libreshot
As admin run the install.py file.



#################
  INSTRUCTIONS
#################

LibreShot Video Editor is programmed in Python, and thus does not need
to be compiled to run.  However, be sure you have the following 
dependencies in order to run OpenShot successfully: 

1) Python 2.5+ (http://www.python.org)
2) GTK & pyGTK (http://www.pygtk.org)
3) GooCanvas & Python bindings (http://live.gnome.org/GooCanvas)
4) MLT Framework (http://www.mltframework.org)
5) Sox audio library
6) Frei0r video effect library
7) FFmpeg
8) python-pygoocanvas

To run LibreShot from the command line, use the following syntax:
(be sure to change the path to match the install location of LibreShot)

$ cd /home/USER/libreshot/bin
$ ./libreshot


#################
  HOW TO INSTALL
#################

If you would like to install LibreShot, use this command:

$ sudo python setup.py install

Installing LibreShot using this command does a few extra things that
the build wizard doesn't do.  It adds MIME Types, adds an icon to your
Application menu, registers icons, adds a /usr/bin/libreshot command, and
copies all the code files to the /site-packages/ folder.



#################
    TUTORIAL
#################

Here is a tutorial of the current development features:

	DO YOU HAVE A HELP MANUAL?
		1) Yes, go to http://www.openshotusers.com/help/en/

	HOW DO I ADD MEDIA TO MY VIDEO PROJECT?
		1) Drag and drop videos or music files from gnome into the "Project Files" tree.
		2) Click the File / Import Files... menu
		3) Click the "Import Files" icon on the toolbar (at the top of the screen)
		
	HOW DO I ADD MEDIA TO MY TIMELINE
		1) Click on any file in your "Project Files" tree, and drag it onto the timeline (at the bottom of the screen)
		
	HOW DO I POSITION CLIPS ON THE TIMELINE
		1) Simply click on any clips already on the timeline, and drag them to their new location
		2) Use the magnet icon to have your clips magically stick to their closest neighbor clips.
		
	HOW DO I TRIM / UN-TRIM CLIPS
		1) Use the toolbar above the timeline (i.e. in the middle of the screen) and select the TRIM button
		2) Then, move your mouse over the edges of any clips.  Click and drag the edge of the clip to it's new location.

	THE AUDIO / VIDEO IS OUT OF SYNC.  WHAT CAN I DO?
		1) This is usually related to a bug in MLT or FFmpeg.  To resolve this, re-encode the video using the 
		   ffmpeg command line tool.
		   
		2) Here is an example command to convert a folder full of Canon MTS files to MP4:
		   $ find '/home/jonathan/Desktop/Caveman Movie/Videos' -iname "*.MTS" -exec ffmpeg -i {} -acodec libfaac -ab 128k -ac 2 -r 60 -vcodec mpeg4 -f mp4 -y -sameq {}.mp4 \;

		3) Usually the reason the A/V are out of sync is related to the frame rate (i.e. the -r parameter on the ffmpeg command).
		   Try a variety of frame rates and OpenShot project types to find one that doesn't have A/V sync issues.
		   Some common rates are:  -r 29.97  -r 25  -r 30  -r 60


#################
    WEBSITES
#################

https://github.com/XXLRay/libreshot


####################
    REPORT A BUG
####################

https://github.com/XXLRay/libreshot/issues


####################
    TRANSLATIONS
####################

https://translations.launchpad.net/openshot



####################
   ASK A QUESTION  
####################

https://github.com/XXLRay/libreshot



About

Fork of Openshot 1.4.4~alpha to bridge the time to Openshot 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages