File: TODO

package info (click to toggle)
oggconvert 0.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 728 kB
  • ctags: 132
  • sloc: python: 875; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TODO list for OggConvert
------------------------

* Add a command line interface.

* Add "advanced" encoding options like cropping, resizing, fixed bitrate, etc etc.

* Add more Free codecs, i.e. Flac and Speex.

* If the input file already contains a theora/vorbis stream, copy it rather than
  reencoding (or better, ask the user what they want to do). Decodebin2 will
  make this much easier

* What about a PyQt front-end too? Or wxPython for Windows and MacOS? (Actually,
  OggConvert works okay on Windows, GStreamer problems excepted.)