Menu

#2 Transcoding

open
nobody
None
5
2017-12-18
2009-02-06
Stedy
No

Have you planed to implement any kind of transcoding?
It would bee nice to transcode from flac to mp3 because my dlna client only accept mp3 or linear PCM format.

I guess it need to bee implemented in a way that my bravia w4500 TV sees all music contents as mp3, even if it is flac to get the media browser work correct.

And when dlna client request a media file, minidlna hold track of which format the file is, convert it and sends it to the dlna client as mp3.

I gues this could be configurable in the config file. Lets say that sombody need conwerting all mp3 to wma or AAC

{
transcoding_input flac (format on storage medium)
to mp3 (format client need to play)
pressented as mp3 (media browser client list)
}

Discussion

  • Justin Maggard

    Justin Maggard - 2009-02-07

    Yes, transcoding is an eventual goal, but it's going to be behind some other features like inotify support, and possibly upload functionality.

     
  • Dieter Plaetinck

    Hello, any ETA of transcoding support?
    thank you!

     
  • Steven Blackburn

    Patch 3193201 (http://sourceforge.net/tracker/?func=detail&aid=3193201&group_id=243163&atid=1121518) might do what you want, although you have to apply the patch + compile (it isn't in the stable release).

     
  • Martin Rehak

    Martin Rehak - 2013-10-20

    Do you plan to merge the patch into the main tree, please?

     
    • Steven Blackburn

      From having used this patch, I can confirm it works but I don't feel it is ready for the main branch. I specifically wanted it for audio, e.g. to play flac files from the PS3. While the patch can be configured to transcode a flac to an mp3, it does not advertise mp3 audio as a "res" when browsing... the PS3 just sees the flac streams and says the file is not supported. When I implemented some basic "advertising" of an mp3 res stream, the PS3 could find and play the files.

      This may not be such an issue for video, as the media is generally advertised by container (e.g. mp4) and so the transcoding can be used to convert codecs within that container.

       
  • J Y

    J Y - 2013-12-20

    why not just merge w/ this fork?

    https://bitbucket.org/stativ/readymedia-transcode/overview

    seems to be very well maintained.

     
  • Jaume Sabater

    Jaume Sabater - 2017-12-18

    Hello everyone. I would like to enquire about the status of this request. For instance, transcoding x265 into x264 would be a great addition as my Samsung TV does not support x265. Thanks.

     
    • Shrimpkin

      Shrimpkin - 2018-01-01

      Inotify has been implemented but not the upload functionality. In general, bugs are fixed but feature requests are ignored.

      Use the fork if you need transcoding. Although, the fork was last updated in 2015.

       

Log in to post a comment.