Warning: session_start(): open(/tmp/sess_q9b7kf73ejdeern596b2fcgh55, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
klira openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

klira

   0.1  

KDE Sound Application

Score 74%
klira
zoom


klira
zoom


klira
zoom


Link:  http://klira.sf.net
Downloads:  731
Submitted:  Nov 24 2004

Description:

=- What is it? -=

This app is an audio converter for KDE. It lets you convert to and from various audio file formats (at the moment: mp3, ogg and wav), mantaining (when possible) all the informations attached to those files (title, author and so on). Its interface is thought as a wizard (a serie of pages navigable through back-forward buttons), so it should be quite simple to use (I hope).


=- How does it work? -=

To convert the audio files klira uses the GStreamer (0.8) library, while to read-write metainformations it uses Taglib (>= 1.2). These two libraries can be found here:
- GStreamer: http://gstreamer.freedesktop.org/
- Tglib: http://developer.kde.org/~wheeler/taglib.html
Read on for a simple note on their installation


=- Usage -=

Klira usage should be quite straightforward: after a welcome screen, you choose the files you want to convert, the output directory where to put the converted files, and the target format options. After that you sit back and watch the files being converted, and eventually any arror it may have occurred during the conversion.


=- Is it finished? -=

Quite the contrary. The program is (quite) usable for basic usage, but it lacks some advanced options for file formats and sometimes the tag reading or writing does not work. If you want use it for quick and easy file converting it will work fine, if you look for an advanced audio conversion suite, well it's a bit early (look at the version number!).


=- You can help me! -=

The project is still very young. Have you got suggestions, patches, wishes, bug reports and so on? Make me know, I will listen and try to help (usually "some" days later :). You can find me here (sourceforge forums):
http://sourceforge.net/forum/?group_id=124873


=- A note on installation -=

Klira relies on GStreamer and Taglib (and quite obviously on KDE 3.3/QT 3.3.3 even if it should compile on KDE 3.0 and following), so if you want to compile it you have to install them *first*. Do not worry, though, they should be already installed in any fairly modern GNU/Linux system (just see you have installed their devel packages also). You can check if they are installed simply with:
- GStreamer:
# pkg-config taglib-0.8 --version
It should print a number >= 0.15.0
- Taglib:
# taglib-config --version
it should print a number >= 1.2

Make also sure that you hava installed GStreamer plugins and created a registry (launch gst-register).

After being assured of libraries dependencies, you can compile and install klira with the usual:

> ./configure --prefix=
> make
> su
root password
# make install




Changelog:

* 0.1 -- Initial release




LicenseGPL
(Klira audio file converter for KDE)
Send to a friend
Subscribe
Other  Content  from AntonioFasolato
Report inappropriate content



-
.

 Yeah

 
 by gnumdk on: Nov 25 2004
 
Score 50%

Just what i need, Thanx ;)


Reply to this

-
.

 Re: Yeah

 
 by AntonioFasolato on: Nov 25 2004
 
Score 50%

Thanks, glad it suits you fine.

Have any suggestions? post a message!

Regards


Antonio
Reply to this

-
.

 Re: Re: Yeah

 
 by gnumdk on: Nov 27 2004
 
Score 50%

Yes, be able to do other convertion when one is finished :)

Thanx :)


Reply to this

-
.

 Re: Re: Re: Yeah

 
 by AntonioFasolato on: Nov 27 2004
 
Score 50%

Push back button until you are in the file selection page...


Reply to this

-
.

 Re: Re: Yeah

 
 by gnumdk on: Nov 27 2004
 
Score 50%

yes :)
one bug :)

I have file named 01_something.mp3 , 02_something.mp3

if i convert to ogg instead of having:
01_something.ogg , 02_something.ogg

i've got:
03_something.ogg , 04_something.ogg


Reply to this

-
.

 Re: Re: Re: Yeah

 
 by gnumdk on: Nov 27 2004
 
Score 50%

Hmm, not a bug, i'm tired ;)


Reply to this

-

 Re: Re: Re: Re: Yeah

 
 by AntonioFasolato on: Nov 27 2004
 
Score 50%

No problem.


Antonio
Reply to this

-

 Re: enhancements

 
 by Roze on: May 31 2005
 
Score 50%
RozeRoze
Monsterbitar
Home

hi, I suggest that you look at how you can convert images and do the same for audio formats. (right click one or several images -> actions -> convert to -> file type)

that would make it convenient to just do a kfind *.mp3, CTRL+A and convert the whole lot of them :D


Reply to this

-

 problem

 
 by AussieJohn on: Dec 6 2004
 
Score 50%

Hello Antonio.

Having an install problem.
GSTreamer and latest Taglib, and their devel packages as well, are installed.
I am running Mandrake 10.1-OE and all its updates.

The ./configure --prefix=`kde-config --prefix` runs with no problems and no errors and says to proceed to "make".

When I run make I get the following error as shown below:-

then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from mainwidget.h:26,
from klira.h:29,
from main.cpp:22:
convertadvance.h:32:21: gst/gst.h: No such file or directory
In file included from mainwidget.h:26,
from klira.h:29,
from main.cpp:22:
convertadvance.h:61: error: ISO C++ forbids declaration of `GstElement' with no type
convertadvance.h:61: error: expected `;' before '*' token
convertadvance.h:68: error: variable or field `eosCb' declared void

convertadvance.h:68: error: expected `;' before '(' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/zstore/klira-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/zstore/klira-0.1'
make: *** [all] Error 2
[root@dethermy klira-0.1]#

I have only included the last part which has the error messages.
Have I got something missing somewhere ???

I hope you can help me and thanks in advance. John (70yrs young)


Reply to this

-

 Re: problem

 
 by AntonioFasolato on: Dec 7 2004
 
Score 50%

I fear it's a compiler problem. Could you tell me you gcc version?

It can be something else, but this seems the most probable cause


Anonio
Reply to this

-

 Re: problem

 
 by ogott on: Dec 12 2004
 
Score 50%

looks like the gstreamer devel packages are missing. just install them, run ./configure again and you should be ready to go. i just had the same "problem" and installing the devel packages helped.

ogott


Reply to this

-

 another problem

 
 by ogott on: Dec 12 2004
 
Score 50%

i can install klira and all but when i try to convert mp3s it just does nothing. i choose the files to convert, click on "Next" (nothing happens there) and when i click on "Next" again, there's a list containing the files i tried to convert and below every file it says "Internal GStream error. Look at the console output for more details". unfortunately, there is no console output (not even if i started klira from the konsole). any suggestions?


Reply to this

-
.

 Re: another problem

 
 by AntonioFasolato on: Dec 14 2004
 
Score 50%

First of all, to see console output you have to compile klira with debug enabled (see ./configure --help). Then gstreamer should have an output.

I suspect a problem with gstreamer, but if you have some output I could be more helpful

Good luck


Antonio
Reply to this

-
.

 Re: Re: another prob

 
 by ogott on: Dec 14 2004
 
Score 50%

i recompiled it with --enable-debug=full but i don't get any debug messages at all (in the konsole where i started klira). what am i making wrong?


Reply to this

-

 Re: Re: Re: another

 
 by AntonioFasolato on: Dec 14 2004
 
Score 50%

I'm sorry. I've not been clear.

You have to compile with debug informations both klira and gstreamer.

I compiled them this way, and if something goes wrong gstreamer is verbose enough. If neither this seems to work, I fear it really is a problem with gstreamer and, alas, I can not help you there


Antonio
Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team