Results 1 to 8 of 8

Thread: Transcoding FLAC to WAV

  1. #1
    Join Date
    May 2011
    Location
    Montréal
    Posts
    15

    Default Transcoding FLAC to WAV

    Recently I bought a LG Home Theater (HB405SU) and then I found about the dlna stuff. The HT came with Nero MediaHome Essentials and it worked good but then I wanted to be capable of stream all my library of FLAC files but the HT doesn't support FLAC and the MediaHome Essentials doesn't transcode.

    So I evaluate and finally bought Mezzmo and I am very happy with it, I'm using the LGBluRay profile which works very well but it transcodes the FLAC files to mp3 and I would like to keep them lossless. I found a post to do so with a Sony BDP (http://forum.conceiva.com/showthread...AC-on-Sony-BDP) and I try to create a new profile but Mezzmno didn't recognized it, so I edited the LGBluRay profile to add the lines on the cited post but Mezzmo insists on transcoding to mp3.

    So, my question (finally) is, how can I create a new profile and get it recognized by Mezzmo with the FLAC->WAV(LPCM) transcoding?

  2. #2
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Can you please post your changed profile here (or send to support) and I'll be happy to adjust it for you.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  3. #3
    Join Date
    May 2011
    Location
    Montréal
    Posts
    15

    Default

    Sorry for taking so much time to reply.
    Here is my LGBluRay profile
    Attached Files Attached Files

  4. #4
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    No problem. Please change "mp3" and "lpcm" to the following and remove the "flac" completely (since it cannot be played natively on the player):

    Code:
            <avcontainer id="mp3" name="mp3" encode="0" mimetype="audio/mpeg" baseline="1" dlnaprofile="MP3" supportschunked="1">
                    <audio>
                            <format id="mp3" encode="0" codec="libmp3lame">
                            	<channels>1</channels>
                            	<channels>2</channels>
                                    <maxbitrate>320000</maxbitrate>
                                    <bitrate>320000</bitrate>
                                    <maxsamplingrate>48000</maxsamplingrate>
                                    <minsamplingrate>22050</minsamplingrate>
                                    <samplingrate>48000</samplingrate>
                                    <samplingrate>44100</samplingrate>
                                    <samplingrate>32000</samplingrate>
                            </format>
                    </audio>
            </avcontainer>
            <avcontainer id="s16be" name="lpcm" encode="1" mimetype="audio/L16" baseline="1" dlnaprofile="LPCM" preferredtranscoded="1" supportschunked="1">
                    <audio>
                            <format id="s16be" encode="1" codec="pcm_s16be" preferredtranscoded="1">
                                    <channels>2</channels>
                                    <bitrate>1536000</bitrate>
                                    <maxbitrate>1536000</maxbitrate>
                                    <minbitrate>8000</minbitrate>
                                    <maxsamplingrate>48000</maxsamplingrate>
                                    <minsamplingrate>44100</minsamplingrate>
                                    <samplingrate>48000</samplingrate>
                                    <samplingrate>44100</samplingrate>
                            </format>
                    </audio>
            </avcontainer>
    This now tells Mezzmo that LPCM is the preferred destination format, so incompatible music (such as FLAC) will be transcoded to LPCM (lossless), while native MP3s will still be passed through.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  5. #5
    Join Date
    May 2011
    Location
    Montréal
    Posts
    15

    Default

    Excellent!
    This worked like a charm! Thank you very much!

  6. #6
    Join Date
    May 2011
    Posts
    1

    Default

    I am using the standard profile (SonyBraviaKDL.prf) for my Sony Bravia KDL-60EX700. Just as for the above, it does not seem to support transcoding FLAC to a format compatible with the Sony Bravia. Should I go to support for this? I am a newbie.

  7. #7
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Quote Originally Posted by Philip Roll View Post
    I am using the standard profile (SonyBraviaKDL.prf) for my Sony Bravia KDL-60EX700. Just as for the above, it does not seem to support transcoding FLAC to a format compatible with the Sony Bravia. Should I go to support for this? I am a newbie.
    For the Bravia it should be transcoded to LPCM with the current profile. Do the FLAC files fail to play? If they do, then yes, please turn on logging (see this thread: http://forum.conceiva.com/showthread...nostic-logging) then play one of those files and once it fails, stop the server and send the logs to support (at) conceiva (dot) com and we'll take a look.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  8. #8

    Default

    Just google search Step by Step Guide on How to Convert FLAC to WAV on Mac and Windows
    you will find a simple solution

    this solution also helps to convert flac to m4a, mp3, aac, ogg, aiff, wma, wav and etc

Similar Threads

  1. What DLNA controllerto use for my music collection (Mostly FLAC)
    By percy in forum Mezzmo Questions and Support
    Replies: 1
    Last Post: 11-15-2010, 09:51 AM
  2. Watch folders and seek in FLAC files
    By bits in forum Mezzmo Questions and Support
    Replies: 1
    Last Post: 11-13-2010, 10:39 AM
  3. CD Rip to WAV or FLAC?
    By markus46 in forum Mezzmo Questions and Support
    Replies: 1
    Last Post: 10-01-2010, 01:50 PM
  4. Playing FLAC on Sony BDP?
    By UweFi in forum Mezzmo Questions and Support
    Replies: 8
    Last Post: 09-21-2010, 09:43 AM
  5. LG BD390 - FLAC and WAV files stop playing after 20 seconds
    By petar in forum Mezzmo Questions and Support
    Replies: 6
    Last Post: 09-15-2010, 09:50 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •