Skip to content

zaenalarifin/openshot_jmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

OpenShot 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.

OpenShot 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 OpenShot Video Editor.  If not, see <http://www.gnu.org/licenses/>.



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

Because of the many dependecies required to run OpenShot, we have
created a build wizard to assist you.  Please download the 
OpenShot Build Wizard (http://www.openshotvideo.com/2008/04/download.html), and 
run the install.py file.



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

OpenShot 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)
	( Download our build wizard to install MLT and all of these dependencies.  The
	  build wizard is located at http://www.openshotvideo.com/2008/04/download.html )

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

$ python ~/openshot/openshot/openshot.py  (it looks funny, but this should work)  



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

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

$ sudo python setup.py install

Installing OpenShot 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/openshot command, and
copies all the code files to the /site-packages/ folder.



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

Here is a tutorial of the current development features:

	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
#################

http://www.openshotvideo.com/  (PROJECT WEBSITE)
http://launchpad.net/openshot/
http://freshmeat.net/projects/openshot-video-editor/
https://sourceforge.net/projects/openshotvideo/
https://www.ohloh.net/p/openshot-video-editor/



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

https://bugs.launchpad.net/openshot



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

https://answers.launchpad.net/openshot




About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published