![]() |
|
MinimServer2 : Best audio transcoder/resampler and transcode options - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimServer 2 (/forumdisplay.php?fid=12) +--- Thread: MinimServer2 : Best audio transcoder/resampler and transcode options (/showthread.php?tid=5972) |
MinimServer2 : Best audio transcoder/resampler and transcode options - adhara - 24-12-2020 18:46 Hi, I'm new in MinimServer customers :-) I finished to install MinimServer2/MinimStreamer on my Synology NAS (1618+ / intel cpu), MinimWatch on my Windows PC. I use BubleUpnP or Lumin client from my Android smartphone. Audio files (mostly flac 16bits or 24 bits) are stored on my NAS, I also use Qobuz Premium. My receiver is Chromecast plugged into WISA Hub receiver (Axiim Q unit). At the moment, I only tested ffmpeg trancoder with Sox. I'm looking for the best audio quality possible for my audio system. The best I can deal with is 24 bits/ 96 Khz What do you think about settings below ? Is there something else I can do (modification) for sound improvement ? stream.options : convOut=-af aresample=resampler=soxr:precision=33:cheby=1:dither_method=triangular stream.transcode: flac(16;44):wav24;88, flac(24;44):wav24;88, flac(24;48):wav24;96, flac(24;88):wav24;88, flac(24;96):wav24;96, flac(24;176):wav24;88, flac(24;192):wav24;96, mp3:wav24, dsf:wav24;96, wav:wav24;96, mp4:wav24;96 Maybe there is another transcoder/resampler, more efficiency and offer a better sound quality than ffmpeg/sox ? Thanks RE: MinimServer2 : Best audio transcoder/resampler and transcode options - simoncn - 24-12-2020 21:10 This depends on what input suits your DAC best. The only way to be sure is to listen. For example, you are transcoding dsf to wav24;96 but it might sound better with wav24;88 (an exact ratio of the native frequency of 352.8 kHz). Also, upsampling all wav and mp4 to 96 kHz might not be optimal. It is possible that there could be another transcoder/resampler that provides better quality than FFmpeg/SoX but you might not be able to use it in combination with MinimServer/MinimStreamer. Instead, you might need to convert/resample your files offline. It would be good to hear what experiences other users have had with transcoding/resampling settings. RE: MinimServer2 : Best audio transcoder/resampler and transcode options - adhara - 24-12-2020 22:25 (24-12-2020 21:10)simoncn Wrote: This depends on what input suits your DAC best. The only way to be sure is to listen. For example, you are transcoding dsf to wav24;96 but it might sound better with wav24;88 (an exact ratio of the native frequency of 352.8 kHz). Also, upsampling all wav and mp4 to 96 kHz might not be optimal. Thanks Simon for your reply. I'll change my transcode option even if my audio files are Flac for 99%. Regarding stream.options, some use precision=28 (I use 33) and cutoff=0.995 (I use cheby=1). Not heard differences with different settings here. But few customers use dither_method ... By default it set to off. I'm interested too in any recommandations here. So, I tested: convOut=-af aresample=resampler=soxr:precision=33:cutoff=0.995:dither_method=triangular AND convOut=-af aresample=resampler=soxr:precision=33:cheby=1:dither_method=triangular RE: MinimServer2 : Best audio transcoder/resampler and transcode options - adhara - 28-12-2020 10:34 Looks like preBuffer option is not compatible anymore ??? I tried preBuffer=5 but Minimserver raised an error when applying it. RE: MinimServer2 : Best audio transcoder/resampler and transcode options - Alandbush - 28-12-2020 13:18 (28-12-2020 10:34)adhara Wrote: Looks like preBuffer option is not compatible anymore ??? I applied this option to the stream.options property without error both before and after a convOut option. In each case, I separated the options using the prescribed comma. I could invoke an error if I omitted the comma separator. RE: MinimServer2 : Best audio transcoder/resampler and transcode options - lafuente - 11-02-2021 10:21 Hi, I tried sox on my minim server too (debian). From my ffmpeg conf I have libsoxr : Code: ffmpeg -versionMy question is : should I install SoX or libsoxr.so is suffisant ? Thank you. Manu RE: MinimServer2 : Best audio transcoder/resampler and transcode options - simoncn - 11-02-2021 12:02 If you have a static ffmpeg with libsoxr (the static part is important), you don't need SoX as well. This is because the necessary code from SoX is included in the static executable. |