LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem with soundconverter (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-soundconverter-4175463062/)

wuthering 05-22-2013 04:07 PM

problem with soundconverter
 
soundconverter
SoundConverter 2.0.4
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
using Gstreamer version: 0.10.36
using 2 thread(s)
using gio
"xingmux" gstreamer element not found, disabling Xing Header output.
"lame" gstreamer element not found, disabling MP3 output.
"faac" gstreamer element not found, disabling AAC output.
Queue start: 1 tasks, 2 thread(s).
Queue done in 0.139s (1 tasks)
Queue start: 1 tasks, 2 thread(s).
Queue done in 0.037s (1 tasks)
Queue start: 1 tasks, 2 thread(s).
Queue done in 0.040s (1 tasks)
Queue start: 1 tasks, 2 thread(s).
Queue done in 0.086s (1 tasks)
Queue start: 1 tasks, 2 thread(s).
Queue done in 0.029s (1 tasks)
Queue start: 1 tasks, 2 thread(s).
Queue done in 0.024s (1 tasks)
Queue start: 1 tasks, 2 thread(s).
Queue done in 0.018s (1 tasks)

Erreur : Ne peux pas écraser le/les fichier(s) source !

cancelling conversion.

What does it mean?

jdkaye 05-23-2013 11:25 AM

Can you explain what exactly you are trying to do? What do you want to convert to what?
jdk

wuthering 05-23-2013 01:03 PM

I try to convert ogg files (music) to MP3 files situated in my music folder.

jdkaye 05-23-2013 02:32 PM

Code:

sox yourtrack.ogg yourtrack.mp3
You can use wildcards for an entire folder.
jdk

bloodstreetboy 05-24-2013 08:38 AM

If you want to do this using UI, you can take a look at this.
http://mikesmithers.wordpress.com/20...und-converter/

wuthering 05-24-2013 10:50 AM

Does not work:

$ soundconverter
SoundConverter 2.0.4
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
using Gstreamer version: 0.10.36
using 2 thread(s)
using gio
"xingmux" gstreamer element not found, disabling Xing Header output.
"lame" gstreamer element not found, disabling MP3 output.
"faac" gstreamer element not found, disabling AAC output.
Queue start: 1 tasks, 2 thread(s).
Queue done in 0.140s (1 tasks)
Queue start: 1 tasks, 2 thread(s).
Queue done in 0.047s (1 tasks)

Erreur : Ne peux pas écraser le/les fichier(s) source !

cancelling conversion.

bloodstreetboy 05-24-2013 11:57 PM

You haven't told about distro.

I think you need to reinstall it.
Take a look at this, if you are using ubuntu/mint/debian
http://www.ihaveapc.com/2011/07/how-...x-mint-ubuntu/

If you are using fedora/centOS
http://rpm.pbone.net/index.php3/stat...oarch.rpm.html
then use it
http://www.linuxquestions.org/questi...fedora-812678/

jdkaye 05-25-2013 01:54 AM

I can't, for the life of me, see the problem in simply typing this into a terminal:
Code:

for i in *.ogg; do sox $i ${i/.ogg/}.mp3; done
This will convert all the ogg files in a folder to mp3 files while keeping their original name. For converting a single file see my first post on this thread. Why would you need a gui to do this? You'll need the libmp3lame0 package to work with mp3 files.
jdk

wuthering 05-25-2013 02:14 AM

Don't have the time to look at this problem this week, France needs helps and strangers in France too: got to find a solution, it's an emergency. thanx for your help.

jdkaye 05-25-2013 02:24 AM

Quote:

Originally Posted by wuthering (Post 4958544)
Don't have the time to look at this problem this week, France needs helps and strangers in France too: got to find a solution, it's an emergency. thanx for your help.

Ça m'a fait plaisir. Bonne chance.
Salut,
[Engl: "My pleasure. Good luck./Ciao]
jdk


All times are GMT -5. The time now is 02:17 PM.