![]() |
|
Transcoding flac -> wav on docker-MinimServer - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: MinimServer 2 (/forumdisplay.php?fid=12) +--- Thread: Transcoding flac -> wav on docker-MinimServer (/showthread.php?tid=6007) |
Transcoding flac -> wav on docker-MinimServer - Reinibert - 10-01-2021 14:55 I use a second MinimServer with docker on a QNAP. Now I wanted to transcode flac on the fly to wav as I do on my first MinimServer. But after I installed MinimStreamer there is a fault because there is no stream-converter installed. To write "ffmpeg" into that field doesn't resolve the problem. What can I do? RE: Transcoding flac -> wav on docker-MinimServer - simoncn - 10-01-2021 18:15 You could copy a suitable version of ffmpeg into the /share/MinimServer/opt/bin directory on the QNAP, then open a terminal window for the Docker container to copy this file from /MinimServer/opt/bin to /opt/minimserver/opt/bin. This needs to be an ffmpeg static binary executable for Linux. You can't use the ffmpeg executable that is included with QNAP QTS. RE: Transcoding flac -> wav on docker-MinimServer - Reinibert - 13-01-2021 15:08 Hello Simon, my knowledge about Linux and docker isn't enough to understand your advice. I tried to get it sorted by google but wasn't successful. It is possible you or someone else give me some more hints? For example how to get a terminal window open on a docker? Have I to install a new container? ... Best regards Reinhard RE: Transcoding flac -> wav on docker-MinimServer - simoncn - 13-01-2021 18:00 On the Overview page of Container Station, on the line for Docker minimserver-1, there is a symbol >_ near the right-hand side. If you mouse over this, you get a tooltip saying Terminal. Click this symbol to show a dialog saying Run Command. Type /bin/sh in the Command field (it is already shown there as a hint) and click OK. This opens a terminal window for your existing Docker minimserver-1 container. |