Tovid Wiki
No edit summary
No edit summary
 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The following changes will be in the upcoming release of [[tovid]], to be called version '''0.32'''. If you want to take advantage of these features now (or help test them), you can download a [http://tovid.sourceforge.net/download/quick_releases/ quick release] or [[Installing tovid|install from SVN]].
+
The following changes are in the upcoming release of [[tovid]]: version '''0.35'''. To take advantage of these features now [http://goo.gl/o8IWR7 get it here].
   
 
For current development goals, see the [[development plans]].
 
For current development goals, see the [[development plans]].
   
== Overview of tovid 0.32 ==
+
== tovid 0.35 ==
  +
''Just released''
   
  +
See the full changelogs [[Tovid_changelog | here]]
=== GUIs ===
 
 
=== Scripts ===
 
 
==== todisc ====
 
* todisc now does '''slideshows'''. These can be single slideshows, multiple slideshows on one menu, or mixed videos and slideshows on the same menu. They can of course be used in titlesets as well. Additionally you can have submenus with slideshows: if -ani-submenu is used then the submenu will be an animated slideshow with transitions, else the submenu will be a static 'polaroid stack' montage of slides. The slideshows lead to a static display of slides, slide by slide.
 
* '''todisc now supports multiple cpus'''. By default one job for each cpu found will be run - this can be limited or increased with -jobs N. This results in a large speedup - on an athlon X2 3600 it runs 30% faster when using both processors compared to just using one. This should scale well for greater than 2 cpus as well.
 
* Encoding menus from images now uses ppm output and pipes, which results in '''less encoding steps and better quality''', and a speed up in many cases. Slideshows in SVN got a huge speed boost ( 6x) when the change to this technique was made.
 
* '''grouped files can now have submenus'''.
 
* thumb titles now go directly on the thumb image/video, allowing for '''multiline titles and keeping thumbs in aspect'''.
 
* '''submenu chapters now can have titles''' using '-chapter-titles'.
 
* '''You can now set the length of submenus''', using -submenu-length N N N. This is particularly useful for slideshow submenus.
 
* '''Submenus can now have a background image or colour''' using -submenu-background or -submenu-bg-colour.
 
* '''-menu-fade now takes an optional argument''', the time at which the menu start to fade in over top of the background.  This means that you can use a video as a sort of 'transition' to the menu: this transition video will play/show as long as the duration you choose. Additionally, '''you can now use -menu-fade for a static menu'''. The '-transition-to-menu' option has been added for convenience: if you use this option the background will stop being animated at the exact point the thumbs finish fading in.
 
* -button-style text now works for all arrangements. It also looks much better.
 
* many bug fixes were made and other changes that have been left out here. The diff to 0.31 is large: -2160 +5477
 
 
The man pages have been updated - see man todisc ( in svn ) for details and some examples of usage.
 
   
  +
Highlights:
  +
* Support for avconv from libav.org (FFmpeg fork).
  +
* Removed mencoder dependency, and transcode is now optional, as ffmpeg will be used instead for seeking.
  +
* Added Python 3 support (support for python 2.4/2.5 dropped from titleset-wizard).
  +
* Add -encode-only option so that the tovid gui can also be used as an encoding only GUI. This allows 'batch' encoding by selecting multiple files.
  +
* Fix for ffmpeg bug (some versions) when generating silence from /dev/zero.
  +
* GUI now supports vertical resolution of 600 pixels (some laptops/netbooks)
  +
* movied libcairo stuff to its own branch so it is no longer a suggested dependancy.
  +
* GUI no longer chokes on loading some problematic options - it will ignore them and popup a copyable message showing the options in question.
  +
* GUI and titleset-wizard positions now synced so the GUI loads in place of the wizard and vice versa.
  +
* More consistent menu title and video titles style behavior.
  +
* Added *-font-deco (-title-font-deco and -titles-font-deco), to support all former "makemenu" options.
  +
* Cleanup of alignment of text and images, so there are fewer surprises.
  +
* Decreased verbosity of screen output.
  +
* Fix for broken showcase image display when doing -static faded menus.
  +
* Updated -quick-menu so it works with recent ffmpeg versions.
  +
* Fix for recent ffmpeg not parsing 'ffmpeg -h' fully. (caused bug in -loop 0 vs. -loop_input for slideshows)
  +
* Many other bug fixes and updates for changed backend options (notably ffmpeg).
 
[[Category:Documentation]]
 
[[Category:Documentation]]

Latest revision as of 03:12, 29 January 2015

The following changes are in the upcoming release of tovid: version 0.35. To take advantage of these features now get it here.

For current development goals, see the development plans.

tovid 0.35[]

Just released

See the full changelogs here

Highlights:

  • Support for avconv from libav.org (FFmpeg fork).
  • Removed mencoder dependency, and transcode is now optional, as ffmpeg will be used instead for seeking.
  • Added Python 3 support (support for python 2.4/2.5 dropped from titleset-wizard).
  • Add -encode-only option so that the tovid gui can also be used as an encoding only GUI. This allows 'batch' encoding by selecting multiple files.
  • Fix for ffmpeg bug (some versions) when generating silence from /dev/zero.
  • GUI now supports vertical resolution of 600 pixels (some laptops/netbooks)
  • movied libcairo stuff to its own branch so it is no longer a suggested dependancy.
  • GUI no longer chokes on loading some problematic options - it will ignore them and popup a copyable message showing the options in question.
  • GUI and titleset-wizard positions now synced so the GUI loads in place of the wizard and vice versa.
  • More consistent menu title and video titles style behavior.
  • Added *-font-deco (-title-font-deco and -titles-font-deco), to support all former "makemenu" options.
  • Cleanup of alignment of text and images, so there are fewer surprises.
  • Decreased verbosity of screen output.
  • Fix for broken showcase image display when doing -static faded menus.
  • Updated -quick-menu so it works with recent ffmpeg versions.
  • Fix for recent ffmpeg not parsing 'ffmpeg -h' fully. (caused bug in -loop 0 vs. -loop_input for slideshows)
  • Many other bug fixes and updates for changed backend options (notably ffmpeg).