Oggify 2.0.0 rc 1 (Python-based branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Oggify 2.0.0 rc 1 (Python-based branch)
# 1  
Old 04-24-2008
Oggify 2.0.0 rc 1 (Python-based branch)

Oggify is a program that was written to helpmanage and convert FLAC audio files into otherformats. It ships with MP3 and Ogg Vorbis support.It is intended to allow a user to have a directorytree of FLAC files, and be able to update a treeof MP3 or Ogg files as they add new FLAC files. Ithas an easy command-line interface with a varietyof adjustable settings. It also features a pluginarchitecture to make it easy to add support formore formats.License: GNU General Public License v2Changes:
Oggify is now written in Python. Various featureimprovements have been added. Support for fileformats is implemented with plugins. This shouldbe considered as stable as the Perl-based branch.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Programming

Create a C source and compile inside Python 1.4.0 to 3.7.0 in Python for ALL? platforms...

Hi all... As you know I like making code backwards compatible for as many platforms as possible. This Python script was in fact dedicated for the AMIGA A1200 using Pythons 1.4.0, 1.5.2, 1.6.0, 2.0.1, and 2.4.6 as that is all we have for varying levels of upgrades from a HDD and 4MB FastRam... (1 Reply)
Discussion started by: wisecracker
1 Replies

2. Windows & DOS: Issues & Discussions

How to execute python script on remote with python way..?

Hi all, I am trying to run below python code for connecting remote windows machine from unix to run an python file exist on that remote windows machine.. Below is the code I am trying: #!/usr/bin/env python import wmi c = wmi.WMI("xxxxx", user="xxxx", password="xxxxxxx")... (1 Reply)
Discussion started by: onenessboy
1 Replies

3. Shell Programming and Scripting

**python** unable to read the background color in python

I am working on requirement on spreadsheet in python scripting. I have a spreadsheet containing cell values and with background color. I am able to read the value value but unable to get the background color of that particular cell. Actually my requirement is to read the cell value along... (1 Reply)
Discussion started by: giridhar276
1 Replies

4. Programming

Python Conditional Statements Based on Success of Last Command

In shell scripting, I can create a conditional statement based on the success or failure (exit status)of a command such as: pinger() { ping -c 2 $remote_host >/dev/null 2>&1 ping_stat=$? } pinger if ]; then echo "blahblahblah" exit 0 fi how is this done using Python using... (3 Replies)
Discussion started by: metallica1973
3 Replies
Login or Register to Ask a Question
libvorbis(3)							   User Commands						      libvorbis(3)

NAME
libvorbis - Xiph.org compression format library DESCRIPTION
libvorbis is an implementation of the Vorbis specification by the Xiph.org foundation. libvorbis provides an API to work with the Vorbis multimedia compression format. Vorbis is an audio compression scheme that is designed to be contained in the Ogg container. Note that other formats are capable of being embedded in an Ogg container, such as FLAC and Speex. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this application: /usr/share/gtk-doc/html Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWogg-vorbis | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
libogg(3) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2004. SunOS 5.10 7 Sep 2004 libvorbis(3)