Tovid Wiki
m (rm community link)
No edit summary
Tags: Reverted Visual edit
(177 intermediate revisions by 36 users not shown)
Line 1: Line 1:
  +
<mainpage-leftcolumn-start gutter="50px"/>
== Overview ==
 
   
'''tovid''' is a collection of video disc authoring tools; it can help you create your own DVDs, VCDs, and SVCDs for playback on your home DVD player.
 
   
 
'''[[tovid suite|tovid]]''' is a collection of [http://www.gnu.org/copyleft/gpl.html GPL] DVD authoring tools for Linux; it can help you create your own DVDs for playback on your home DVD player. This is the '''[[Edit the wiki|tovid wiki]]''', the official homepage of tovid.
This is the '''tovid wiki''', a collection of webpages about and related to tovid, which ''you'' can edit. If you find errors or omissions in a tovid wiki page, simply use the "edit" link to fix or improve it. See the [http://www.wikia.com/wiki/Help:Tutorial_1 Wikia tutorial] for more help, or if the wiki concept is new to you. Anonymous editing is allowed, but you may want to [[Special:Userlogin|log in]] to better communicate with other users (and get some recognition for your work!)
 
   
  +
[https://github.com/tovid-suite/tovid/releases/download/v0.35.0/tovid-0.35.0.tar.gz Download] the latest version and read the '''[[tovid changelog | release notes]]'''
== Wiki pages worth browsing ==
 
   
  +
* [[#News|News]]
* The [[tovid FAQ]] may answer your questions. If not, please add your question to it!
 
  +
* [[#Intro|Intro]]
* Swap command-line tips with other users on [[Video encoding tips]].
 
  +
* [[#Get|Get]]
* See (and add to) the [[tovid todo list]].
 
  +
* [[#Help|Help]]
* See the [[tovid changelog]], and [[tovid changelog/upcoming|upcoming changes]].
 
  +
* [[#Learn|Learn]]
  +
* [[#Contribute|Contribute]]
  +
* [[#Develop|Develop]]
   
== Quick links ==
 
''Official''
 
* Visit the [http://tovid.berlios.de/ official tovid website].
 
* Check out the [https://developer.berlios.de/projects/tovid/ tovid project page].
 
   
 
== News: ==
''Source''
 
* Download [http://download.berlios.de/tovid/tovid-0.26.tar.gz tovid 0.26].
 
* Download [ftp://ftp.berlios.de/pub/tovid quick releases] of the latest code.
 
* Browse the [http://svn.berlios.de/wsvn/tovid/trunk/tovid/?rev=0&sc=0 tovid SVN repository] to see the latest changes to the code.
 
   
  +
*'''June 2 2015 Tovid 0.35.2 is released''' See [[#Get|this section]] for details.
''Help''
 
* Post in the [http://www.createphpbb.com/phpbb/tovid.html tovid discussion forum].
+
* See [https://github.com/tovid-suite/tovid/releases github page] for changes.
  +
* Chat in the [irc://chat.freenode.net/tovid tovid IRC channel].
 
  +
*'''April 11 2015 List of Packages updated!'''
  +
* The list of packages for various distributions has been updated, and old links removed.
  +
* Most major distros how have a package represented, though not necessarily officially.
  +
* See [[Installing_tovid#Platform-specific_instructions|this section]]
  +
  +
*'''March 25 2015 Tovid has moved to Github!'''
  +
* The new address is [https://github.com/tovid-suite/tovid here]
  +
* Quick link to download [https://github.com/tovid-suite/tovid/releases/download/v0.35.0/tovid-0.35.0.tar.gz tovid-0.35.0]
  +
* Note on versioning: I have switched to the more commonly used Github practice of symantic versioning, hence 0.35.0 instead of 0.35. In practice this will affect nothing, as I do not intend at present to release anything but major releases, so the next release will be 0.36.0.
  +
* The tar.gz in the "Quick link" above is the same as the one previously uploaded with only a couple of minor non-runtime changes to accommodate the new address. I have also updated the one on google drive for those using the previously posted download address, that address will still work as before.
  +
  +
*'''Jan.28 2015 Tovid 0.35 is released!''' See [[#Get|this section]] for details.
  +
*As of this release, mencoder has been removed and transcode is no longer a 'hard' dependancy, simplifying things for people who had difficulty installing those programs. As well makexml and makemenu have been removed as their functions are duplicated in the 'tovid disc' command. (see manpage for details, also [[Making a DVD with text menus]]).
  +
*Now avconv (libav.org) is supported as well as ffmpeg.
  +
  +
* ''' July 23, 2011 tovid 0.34 released !''' See [[#Get|this section]] for details.
  +
  +
*tovid needs a new owner! Please see [[New owner|this page]] if you are interested.
  +
:Note: this does not mean the project is dead, just that development is curtailed. Bugfixes will still be released, especially to keep up with fast moving backends like ffmpeg. A new python developer would be most welcome !
  +
== ==
  +
== Intro ==
  +
* See [[screenshots]] of what tovid can do
  +
<!-- * Read a [[simple example]] of how to use tovid -->
  +
* Peruse some [[media coverage]] of tovid
 
* See what's coming in the [[tovid changelog/upcoming | next release]]
  +
* [[Report a bug]] you've discovered
  +
  +
== Get ==
  +
  +
# Get the [[tovid dependencies]]
  +
# Download {{LatestTarball}}
  +
# Install like this:
  +
$ tar -xzf {{LatestRelease}}.tar.gz
  +
$ cd {{LatestRelease}}
  +
$ su -c "./setup.py install"
  +
or
  +
$ sudo ./setup.py install
  +
  +
See [[Installing tovid]] for longer instructions, and for distribution-specific packages.
  +
[[File:YouTube logo.gif|link=http://valtex.pen.io|thumb|1x1px]]
  +
== Help ==
  +
'''Help yourself!'''
  +
  +
* Be sure to read the [[Tovid manual|tovid manual]]
  +
<!--* Be sure to [http://readthedocs.org/projects/wapcaplet/tovid/docs/man/tovid.html read the manpages]-->
  +
* If manpages bore you, try some of the [[:Category:HOWTO|HOWTOs]] and [[:Category:Reference|References]]
  +
* Something wrong? Could be one of the [[known bugs]] or [[common tovid problems]]
  +
  +
'''Or, ask someone else for help:'''
  +
  +
* Visit the [http://groups.google.com/group/tovid-users user group / mailing list] to get help, report bugs, and discuss ideas.
  +
:(Note that the '#tovid' IRC channel on freenode.net is no longer being used.)
  +
  +
== Learn ==
  +
'''Follow our HOWTOs to make our [[Screenshots|screenshots]] your own:'''
  +
* [[Making a DVD with text menus]]
  +
* [[Making a DVD with thumbnail menus]]
  +
* [[Making a DVD with slideshow(s)]] or mixed video and slides
  +
* [[Making a DVD from YouTube Videos]]
  +
  +
'''Getting to know the tovid suite:'''
  +
* [[Using the tovid command-line]]
  +
  +
'''Fundamentals of video:'''
  +
* [[Aspect ratio and safe area]]
  +
* [[Video disc formats]]
  +
* [[Video authoring references]]
  +
  +
'''Other good things to know:'''
  +
* [[Capturing a frame from a video]]
  +
* [[Extracting audio from a movie]]
  +
* [[Video encoding tips]]
  +
* [[DVD Chapters|Make DVD chapter menus]]
  +
* [[Progressive half-speed]]
  +
* [[dvsd field order and mplayer|DV field order correction]]
  +
  +
== Contribute ==
  +
  +
* Tell us [[What's wrong with tovid|what's wrong]] with tovid
 
* Add to the [[tovid todo list]]
  +
* [[Become a contributor]]
  +
* [[Edit the wiki]]
  +
  +
== Develop ==
  +
  +
''Please note: The website you currently see at http://www.tovid.org/ is NOT official, and is not affiliated in any way with the tovid development team.''
  +
  +
* [[tovid changelog]]
  +
* [[Development plans]]
  +
* [[Installing_tovid#Git | Install tovid from Git]]
  +
* [https://github.com/tovid-suite/tovid tovid on Github]
  +
  +
<mainpage-endcolumn />
  +
  +
<mainpage-rightcolumn-start/>
  +
  +
<div style="margin-top:1em;">
  +
  +
  +
====Tovid demo====
  +
  +
[[File:Tovid demo|288px]]
  +
[http://youtube.com/watch?v=OjMzY1wI0J8 larger size]
  +
====Switched-menus demo====
  +
  +
[[File:Tovid todisc switched menu demo|288px]]
  +
[http://youtube.com/watch?v=c1WwXg4FNjU larger size]
  +
====New: Slideshow and video====
  +
  +
[[File:Todisc sldieshow and video menu|288px]]
  +
[http://www.youtube.com/watch?v=dpl9TFJzD9E larger size] · [[Making_a_DVD_with_slideshow(s)|learn about it]]
  +
====Todisc: showcase nothing====
  +
  +
[[File:Showcase nothing|288px]]
  +
[http://www.youtube.com/watch?v=y1OZhtecRpM larger size] · [[Making_a_DVD_with_thumbnail_menus#Nothing|learn about it]] </div>
  +
  +
<mainpage-endcolumn />
  +
  +
__NOTOC__
  +
__NOEDITSECTION__

Revision as of 07:52, 20 September 2018


tovid is a collection of GPL DVD authoring tools for Linux; it can help you create your own DVDs for playback on your home DVD player. This is the tovid wiki, the official homepage of tovid.

Download the latest version and read the release notes


News:

  • April 11 2015 List of Packages updated!
  • The list of packages for various distributions has been updated, and old links removed.
  • Most major distros how have a package represented, though not necessarily officially.
  • See this section
  • March 25 2015 Tovid has moved to Github!
  • The new address is here
  • Quick link to download tovid-0.35.0
  • Note on versioning: I have switched to the more commonly used Github practice of symantic versioning, hence 0.35.0 instead of 0.35. In practice this will affect nothing, as I do not intend at present to release anything but major releases, so the next release will be 0.36.0.
  • The tar.gz in the "Quick link" above is the same as the one previously uploaded with only a couple of minor non-runtime changes to accommodate the new address. I have also updated the one on google drive for those using the previously posted download address, that address will still work as before.
  • Jan.28 2015 Tovid 0.35 is released! See this section for details.
  • As of this release, mencoder has been removed and transcode is no longer a 'hard' dependancy, simplifying things for people who had difficulty installing those programs. As well makexml and makemenu have been removed as their functions are duplicated in the 'tovid disc' command. (see manpage for details, also Making a DVD with text menus).
  • Now avconv (libav.org) is supported as well as ffmpeg.
  • July 23, 2011 tovid 0.34 released ! See this section for details.
  • tovid needs a new owner! Please see this page if you are interested.
Note: this does not mean the project is dead, just that development is curtailed. Bugfixes will still be released, especially to keep up with fast moving backends like ffmpeg. A new python developer would be most welcome !

Intro

Get

  1. Get the tovid dependencies
  2. Download tovid-0.35.2.tar.gz
  3. Install like this:
$ tar -xzf tovid-0.35.2.tar.gz
$ cd tovid-0.35.2
$ su -c "./setup.py install"
or
$ sudo ./setup.py install

See Installing tovid for longer instructions, and for distribution-specific packages.

YouTube logo

Help

Help yourself!

Or, ask someone else for help:

(Note that the '#tovid' IRC channel on freenode.net is no longer being used.)

Learn

Follow our HOWTOs to make our screenshots your own:

Getting to know the tovid suite:

Fundamentals of video:

Other good things to know:

Contribute

Develop

Please note: The website you currently see at http://www.tovid.org/ is NOT official, and is not affiliated in any way with the tovid development team.


Tovid demo

 	Tovid_demo 	 			  

larger size

Switched-menus demo

 	Tovid_todisc_switched_menu_demo 	 			  

larger size

New: Slideshow and video

 	Todisc_sldieshow_and_video_menu 	 			  

larger size · learn about it

Todisc: showcase nothing

 	Showcase_nothing 	 			  
larger size · learn about it