You are not logged in.

#1 2009-01-03 15:13:44

Bebop
Member
Registered: 2008-01-13
Posts: 19

wav to mp3 doesn't wok with soundconverter

Hi!
I have problems with soundconverter 1.4.1. I can't covert wav to mp3 files. I have installed gstreamer0.10-ugly and gstreamer0.10-ugly-plugins.

Edit:
I have checked Gnac and it also doesn't work. I get this Error with soundconverter:

soundconverter   --gst-debug-level=2
SoundConverter 1.4.1
  using Gstreamer version: 0.10.21, Python binding version: 0.10.13
  using gio
  using 2 thread(s)
error: could not parse URI ()
0:00:03.581889110  6618  0x8794e48 WARN                  riff riff-read.c:619:gst_riff_parse_info:<wavparse0> Tagsize 48 is larger than available data 40
Queue done in 0s
Queue done in 0s
0:00:06.410713583  6618  0x8b77d88 WARN                  riff riff-read.c:619:gst_riff_parse_info:<wavparse1> Tagsize 48 is larger than available data 40
0:00:06.413413158  6618  0x8b77d88 WARN             taglibmux gsttaglibmux.c:318:gst_tag_lib_mux_sink_event:<id3v2mux0> dropping newsegment event in time format
Queue done in 0s

Last edited by Bebop (2009-01-03 15:37:57)

Offline

#2 2009-01-07 21:18:18

Bebop
Member
Registered: 2008-01-13
Posts: 19

Re: wav to mp3 doesn't wok with soundconverter

Hello kassoulet,
here the output:

SoundConverter 1.4.1
  using Gstreamer version: 0.10.21, Python binding version: 0.10.13
  using gio
  using 2 thread(s)
error: could not parse URI ()
launching: 'giosrc location="file:///home/bebop/Desktop/Track%201.wav" ! typefind name=typefinder ! fakesink'
found_type Track%201.wav
launching: 'giosrc location="file:///home/bebop/Desktop/Track%201.wav" name=src ! decodebin name=decoder ! fakesink'
Queue done in 0s
Track 1.wav: type is audio/x-wav, tag reading blacklisted
Queue done in 0s
launching: 'giosrc location="file:///home/bebop/Desktop/Track%201.wav" name=src ! decodebin name=decoder ! audioconvert ! audioresample ! audio/x-raw-float,rate=48000 ! audioconvert ! lame quality=2 vbr=0 bitrate=192 ! id3v2mux  ! giosink location=file:///home/bebop/Desktop/Unknown%20Artist-Unknown%20Title.mp3'
got file duration: 0
got file duration: 0
Queue done in 0s

Offline

#3 2009-01-08 02:27:22

damjan
Member
Registered: 2006-05-30
Posts: 452

Re: wav to mp3 doesn't wok with soundconverter

use ffmpeg or lame

Offline

#4 2009-01-08 05:45:33

xd-0
Member
From: Sweden
Registered: 2007-11-02
Posts: 327
Website

Re: wav to mp3 doesn't wok with soundconverter

Soundconverter had some bug that made it not convert the files if the destination folder was something else. Try to use "same folder as the input file".

Offline

#5 2009-01-09 17:57:06

Bebop
Member
Registered: 2008-01-13
Posts: 19

Re: wav to mp3 doesn't wok with soundconverter

damjan wrote:

use ffmpeg or lame

how?

xd-0 wrote:

Soundconverter had some bug that made it not convert the files if the destination folder was something else. Try to use "same folder as the input file"

I have tried this option with the same result

Offline

#6 2009-01-09 18:06:27

userlander
Member
Registered: 2008-08-23
Posts: 413

Re: wav to mp3 doesn't wok with soundconverter

Bebop wrote:
damjan wrote:

use ffmpeg or lame

how?

There are a zillion pages on the net how to do it. It's basically just ffmpeg -i input.wav output.mp3, set options as desired (man ffmpeg lists them), pretty much the same for lame (except I don't think you use -i). man lame.

Offline

#7 2009-01-09 21:43:32

Zariel
Member
Registered: 2008-10-07
Posts: 446

Re: wav to mp3 doesn't wok with soundconverter

why not use lame?

lame -V 0 ${file}

Offline

#8 2009-01-09 23:38:04

Bebop
Member
Registered: 2008-01-13
Posts: 19

Re: wav to mp3 doesn't wok with soundconverter

No problem, I can use other programs instead of soundconverter

Offline

Board footer

Powered by FluxBB