MinimServer Forum
Transcode 6-channel Flac to Stereo - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: MinimStreamer (/forumdisplay.php?fid=11)
+--- Thread: Transcode 6-channel Flac to Stereo (/showthread.php?tid=4367)



Transcode 6-channel Flac to Stereo - filmbutcher - 22-01-2018 16:28

My media renderer only recognises stereo audio files. I have some classical performances as 6-channel surround sound Flac which I'd like to playback. I know ffmpeg can do this conversion. How can MinimStreamer tell ffmpeg to do this?


RE: Transcode 6-channel Flac to Stereo - simoncn - 22-01-2018 16:52

Is this what you want? If so, you should be able to do this by setting stream.options to:

convOut=-ac 2

You also need to set stream.transcode to:

flac:wav;

with the semicolon as shown to make sure the stream converter program (ffmpeg) is called.

I don't have any 5.1 files and I haven't tried this myself.


RE: Transcode 6-channel Flac to Stereo - filmbutcher - 22-01-2018 19:08

That is exactly what I needed. Thanks.