Download project files

How do I verify a download?


0.3.3 (Where did you go...) release from the trunk series released

Release information
Release notes:

* Add support for the newly-opened VP8 codec.

* Add support for the WebM version of Matroska, but only use .webm as an the
  extension if this is used in combination with the VP8 encoder.

* Fix Dirac encoder detection not working since schroenc moved to
  gst-plugins-bad. Fixes LP: #573603

* Use the "quality" property to select the quality on for schroenc, rather than
  the "noise-threshold" as before.

* Added new tranlations: ar, da, el, ja, lv and ro, plus other translations
  updated. Many thanks to all the translators.

Changelog:

* Add support for the newly-opened VP8 codec.

* Add support for the WebM version of Matroska, but only use .webm as an the
  extension if this is used in combination with the VP8 encoder.

* Fix Dirac encoder detection not working since schroenc moved to
  gst-plugins-bad. Fixes LP: #573603

* Use the "quality" property to select the quality on for schroenc, rather than
  the "noise-threshold" as before.

* Added new tranlations: ar, da, el, ja, lv and ro, plus other translations
  updated. Many thanks to all the translators.

File Description Downloads
download icon oggconvert-0.3.3.tar.gz (md5) OggConvert 0.3.3 source 906
last downloaded 4 days ago
Total downloads: 906

0.3.2 (...and some blood on my shirt) release from the trunk series released

Release information
Release notes:

* (Hopefully) fix time remaining being way off on AMD64. Closes bug #250174.

* Fix (MPEG) files occasionally showing "120% Completed" and other such oddities.

* Dirac is no longer considered "experimental" now that the encoder has reached
  v1.0. Go ahead and try it out!

* Use "perceptual weighting" in the Dirac encoder by default. This should result
  in much smaller output files (and slightly quicker encoding) at equivalent
  quality settings.

* OggConvert's quality settings now match ffmpeg2theora's.

* New translations: Catalan, Franco-Provençal, Hebrew, Hungarian, Lithuanian,
  Maltese, Norwegian Bokmal, Slovak, Serbian, Turkish and Traditional Chinese.
  Many thanks to all the translators. To add your language, please go to
  http://translations.launchpad.net/oggconver...

File Description Downloads
download icon oggconvert-0.3.2.tar.gz (md5, sig) Source release 60
last downloaded 14 weeks ago
Total downloads: 60

0.3.1 ("These are my decisions, these are my mistakes") release from the trunk series released

Release information
Release notes:

What's new in this version:

* Support for altering the quality of Dirac output if using a recent enough
  version of the Schroedinger encoder (>0.9). Thanks to Schroedinger author
  David Schleef for this.

* In light of better support for Flash video in new versions of GStreamer
  plugins, make .flv files show up in the file selector.

* Fix an embarrassing bug in the last version which caused filenames to be
  escaped when they shouldn't have been.

* Check for the presence of the Matroska muxer at startup, removing an
  unintentional dependency on the GStreamer "good" plugins.

* New translations: Czech, Finnish, Malay, Occitan, Portugese, Simplified
  Chinese, Ukranian. Many thanks to all the translators. To add your language,
  please go to http://translations.launchpad.net/...

File Description Downloads
download icon oggconvert-0.3.1.tar.gz (md5) Source release 160
last downloaded 14 weeks ago
Total downloads: 160

0.3.0 ("Taught to drown but told to swim") release from the trunk series released

Release information
Release notes:

What's new in this version:

* Added support for muxing to Matroska, thanks to Carlos Perelló Marín.

* Added translation support, thanks to Alex Kabakov.

* Added A. Bram Neijt's OggConvert icon.

* Added support for using Gnome-VFS sources (actually, the encoder can now use
  any URI scheme that GStreamer understands, which is more than just Gnome-VFS,
  but there's no GUI support for this yet).

* Rewritten, faster, better, callback-based, non-blocking media checking routine.

* Communication between the encoder and the GUI is now done the "proper" way.

* New translations: bg, de, es, fr, it, ko, nl, pl, pr_BR, ru, sv. Thanks to
  all the translators.

* Bugs fixed in this version: #117849 (Include an icon for OggConvert)
                              #120889 (Add Matroska sup...

File Description Downloads
download icon oggconvert-0.3.0.tar.gz (md5) Tarball 22
last downloaded 14 weeks ago
Total downloads: 22

0.3.0.rc release from the trunk series released

File Description Downloads
download icon oggconvert-0.3.0.rc.tar.gz (md5) 17
last downloaded 14 weeks ago
Total downloads: 17

0.2.1.1 release from the trunk series released

File Description Downloads
download icon oggconvert-0.2.1.1.tar.gz (md5) 16
last downloaded 14 weeks ago
Total downloads: 16

0.2.1 (Blitzkrieg and the doodlebug) release from the trunk series released

Release information
Release notes:

What's new in this version:

* Minor release to make life easier for packagers

* Incorrect '#!' invocations removed from source files

* oggconvert.desktop now conforms to freedesktop.org standards

* A basic manpage is included as some package formats (Debian) require one.
  It is not installed by Python distutils, but is available if packagers want to
  use it. It's not actually very useful, as OggConvert doesn't have a
  command-line interface yet.

  Thanks to Luca Falavigna for this.

* GObject threading initialised before gtk_init(), thus (hopefully) preventing
  Fedora's build server from predicting the end of the world.

* We still have no icon. I'd encourage packagers to ship OggConvert without one,
  rather than borrowing an icon from another app, to (hopefully) encourage...

File Description Downloads
download icon oggconvert-0.2.1.tar.gz (md5) Source code 16
last downloaded 14 weeks ago
Total downloads: 16

0.2.0 ("I walk around my house and think of you with nothing on") release from the trunk series released

Release information
Release notes:

What's new in this version:

* Support for Dirac. Wooo!

* OggConvert now actually quits when you close it with the window manager (although nobody actually complained about that in the last version)

* OggConvert no longer crashes horribly with pitfdll (although it still can't use it for encoding)

* We now check whether the encoder has stalled, and warn the user. This helps with the common case of the end-of-stream message not being fired correctly, and the process being stuck on 99.5% or so.

* OggConvert can now handle GStreamer not being able to report the current position or duration of the stream (this occasionally happens with files using the ffmpeg demuxers)

* A lovely new "about" dialogue!

* Many, many other small bugfixes

Changelog:

* Support for Dirac. Wooo!

* OggConvert now actually quits when you close it with the window manager (although nobody actually complained about that in the last version)

* OggConvert no longer crashes horribly with pitfdll (although it still can't use it for encoding)

* We now check whether the encoder has stalled, and warn the user. This helps with the common case of the end-of-stream message not being fired correctly, and the process being stuck on 99.5% or so.

* OggConvert can now handle GStreamer not being able to report the current position or duration of the stream (this occasionally happens with files using the ffmpeg demuxers)

* A lovely new "about" dialogue!

* Many, many other small bugfixes

File Description Downloads
download icon oggconvert-0.2.0.tar.gz (md5) 19
last downloaded 37 weeks ago
Total downloads: 19

0.1.0 ("People in corridors, people in doorways") release from the trunk series released

Release information
Release notes:

This is the first release of OggConvert. It has a couple of bugs (see the README file for details), but otherwise should be perfectly usable.

The source package can be downloaded from

http://tristanb.net/oggconvert/releases/

Why can't Launchpad host these?

File Description Downloads
download icon oggconvert-0.1.0.tar.gz (md5) 20
last downloaded 14 weeks ago
Total downloads: 20