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
oggz(1) 						      General Commands Manual							   oggz(1)

NAME
oggz -- inspect and manipulate Ogg multimedia files SYNOPSIS
oggzhelp command command args Description oggz is a suite of tools for manipulating Ogg multimedia files. It supports multiplexed files conformant with RFC3533. Oggz can parse headers for CELT, CMML, Dirac, FLAC, Kate, PCM, Speex, Theora and Vorbis, and can read and write Ogg Skeleton logical bitstreams. Commands o helpDisplay help for a specific subcommand (eg. "oggz help chop") Reporting o diffHexdump the packets of two Ogg files and output differences. o dumpHexdump packets of an Ogg file, or revert an Ogg file from such a hexdump. o infoDisplay information about one or more Ogg files and their bitstreams. o scanScan an Ogg file and output characteristic landmarks. o validateValidate the Ogg framing of one or more files. Extraction o ripExtract one or more logical bitstreams from an Ogg file. Editing o chopExtract the part of an Ogg file between given start and/or end times. o commentList or edit comments in an Ogg file. mergeMerge Ogg files together, interleaving pages in order of presentation time.sort- Sort the pages of an Ogg file in order of presentation time. Options oggz accepts the following options: Miscellaneous options -h, --help Display usage information and exit. -v, --version Output version information and exit. AUTHOR
Conrad Parker July 9, 2008; COPYRIGHT
Copyright (C) 2008 Annodex Association SEE ALSO
ogginfo(1) hogg(1) oggz(1)