FAQ  •  Register  •  Login

How can I avoid transcoding mp3

<<

jalla

User avatar

Serviio newbie

Posts: 15

Joined: Sun Apr 01, 2012 3:05 pm

Location: Bergen Norway

Post Wed Apr 04, 2012 4:11 pm

How can I avoid transcoding mp3

I use the following profile for my HTC Desire

  Code:
<Profile id="21" name="HTC Desire mediumQ" extendsProfileId="1">
        <Detection>
            <HttpHeaders>
                <User-Agent>.*HTC.*</User-Agent>
            </HttpHeaders>
        </Detection>
        <Transcoding>
            <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="10000">
                <Matches container="avi" />
                <Matches container="mp4" />
                <Matches container="matroska" />
                <Matches container="flv" />
                <Matches container="wtv" />
            </Video>
            <Audio targetContainer="mp3">
                <Matches container="flac" />
            </Audio>
        </Transcoding>
        <AutomaticImageRotation>true</AutomaticImageRotation>
        <LimitImageResolution>false</LimitImageResolution>
    </Profile>


I would expect this to transcode audio only for media of type flac? However Serviio insists on transcoding mp3 files like this one

  Code:
ffmpeg -i /medialib/audio/Susanne\ Sundfør\ -\ The\ Brothel/01\ The\ Brothel.mp3
[snip]
  Duration: 00:06:15.69, start: 0.000000, bitrate: 257 kb/s
    Stream #0.0: Audio: mp3, 44100 Hz, stereo, s16, 256 kb/s

using a command like this

  Code:
/usr/local/bin/ffmpeg -i /medialib/audio/Susanne Sundfør - The Brothel/01\ The\ Brothel.mp3 -y -ab 64k -ac 2 -f mp3 /stage/Serviio/transcoding-temp-3384-MP3.stf


What is it I'm missing here?
<<

moltra

DLNA master

Posts: 1871

Joined: Thu Mar 24, 2011 11:00 pm

Location: Ohio USA

Post Wed Apr 04, 2012 5:00 pm

Re: How can I avoid transcoding mp3

What profile is selected for the renderer?
Mark
Beta Tester Group
http://www.serviidb.com Online media resource repository

Netgear EVA2000 | Samsung BD-D5300 | XBOX 360 | Windows 7 | Mint Debian 12 | Raxz Maxx
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

jalla

User avatar

Serviio newbie

Posts: 15

Joined: Sun Apr 01, 2012 3:05 pm

Location: Bergen Norway

Post Wed Apr 04, 2012 5:17 pm

Re: How can I avoid transcoding mp3

Oops, my mistake. I had managed to misconfigure the profile setting for the device.

Sorry for the noise.

Return to Transcoding

Who is online

Users browsing this forum: Majestic-12 [Bot] and 3 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.