Am Mittwoch, den 27.02.2008, 08:43 -0500 schrieb Daniel Jacobowitz:
> On Wed, Feb 27, 2008 at 02:27:24PM +0100, Sebastian Dröge wrote:
> > Could you try again everything with " mp3parse ! mad " instead of
> > "decodebin" please? :) 
> 
> They still end up with no tags.
> 
> gst-launch-0.10 -t filesrc location=test.mp3 ! mp3parse ! mad !
> audioconvert ! lame ! id3v2mux ! filesink location=mad-test2v2.mp3
> 
> If I use decodebin, gst-launch -t prints out the tags from test.mp3.
> If I use mp3parse ! mad, it doesn't even do that, so it's not
> surprising that mad-test2v2.mp3 ends up with no tags.

Gnar, sorry...

put a id3demux before mp3parse:

gst-launch-0.10 -t filesrc location=test.mp3 ! id3demux ! mp3parse !
mad ! audioconvert ! lame ! id3v2mux ! filesink location=mad-test2v2.mp3

(and of course the same with id3mux).

I get valid tags with both of them

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

Reply via email to