![]() |
|
Stream.converter options - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Stream.converter options (/showthread.php?tid=6560) Pages: 1 2 |
Stream.converter options - Jean-François Eggenspiller - 14-03-2022 11:46 I don’t know why there is ffmpeg in stream.converter options on Ubuntu. I have never done that, and on Linux Mint or OS X, I don’t have that. RE: Stream.converter options - simoncn - 14-03-2022 12:22 MinimStreamer looks in your PATH environment variable for an ffmpeg executable. If it finds this, it puts ffmpeg in the stream.converter field to tell you that ffmpeg is installed and available for transcoding. RE: Stream.converter options - Jean-François Eggenspiller - 22-03-2022 20:25 What is it exactly ffmpeg? Does this affect the quality of the audio stream? RE: Stream.converter options - simoncn - 22-03-2022 21:05 Depending on the transcoding options you specify, a stream converter program (ffmpeg) might be required. For more information about this, see this section and this section. RE: Stream.converter options - Jean-François Eggenspiller - 22-03-2022 22:46 It is strange, because on Linux Mint I don’t see the ffmpeg option. It seems that Ubuntu and Linux Mint are similar. RE: Stream.converter options - simoncn - 22-03-2022 23:48 Please see this post. You will see ffmpeg in stream.converter if and only if your PATH environment variable includes a directory that contains the ffmpeg executable. RE: Stream.converter options - Jean-François Eggenspiller - 23-03-2022 04:28 Both with Linux Mint and Ubuntu, it is the same computer, with the same path environment. RE: Stream.converter options - simoncn - 23-03-2022 07:52 in this case, it sounds like Ubuntu has ffmpeg installed and Linux Mint does not. RE: Stream.converter options - Jean-François Eggenspiller - 23-03-2022 09:56 What is the difference between ffmpeg and avconv? I think that I use favconv if there is no ffmpeg? RE: Stream.converter options - simoncn - 23-03-2022 11:33 avconv is a very old fork of ffmpeg, now obsolete. You can still specify avconv in the stream.converter property but it might no longer work correctly with MinimStreamer. |