richcoosa19
May 20th, 2007, 01:10 AM
I have a Sansa e260 mp3 player that works best when using id3 v1.1 tags. When using the pipeline that most people recommend:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr-quality=6 ! id3mux
a v2.4 ID3 tag is produced in the mp3 which the Sansa refuses to read.
I modified the pipeline to be:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr-quality=6 ! id3mux name=tag,v1-tag=1,v2-tag=0
But it still does the same thing, a v2.4 is produced. Any recommendations? I read up in gst-inspect id3mux | less and this is the pipeline I came up with it...
Thanks,
Richie
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr-quality=6 ! id3mux
a v2.4 ID3 tag is produced in the mp3 which the Sansa refuses to read.
I modified the pipeline to be:
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=0 vbr-quality=6 ! id3mux name=tag,v1-tag=1,v2-tag=0
But it still does the same thing, a v2.4 is produced. Any recommendations? I read up in gst-inspect id3mux | less and this is the pipeline I came up with it...
Thanks,
Richie