Yes. For ogg/flac, I think this should work:
   %ffmpeg(format="ogg", %audio(codec="flac"))

Le ven. 11 juin 2021 à 17:37, p····· g······· <pra...@gmail.com> a écrit :

> hello!
> would this make sense for an mp3 then:
>
> out = output.icecast(%ffmpeg(format="mp3", %audio(codec="libmp3lame",
> b="192", q="1")), host = "localhost", port = 8000 ............... , radio)
> ?
>
> also, how do i make ogg-flac? i can see ffmpeg has flac encoder, but how
> to
> put it into an ogg container?.. all ogg references link to vorbis there..
>
> thx,
> p
>
> -----Original Message-----
> From: Romain Beauxis
> Date: 2021 m. birželio 4 d. 02:04
> To: savonet-users
> Subject: Re: [Savonet-users] Liquidsoap 2.0.0-beta1 - windows issues
>
>
> Yes, we're having issues compiling with both `ffmpeg` support and all
> other
> encoders. We believe that ffmpeg brings all the other encoders
> functionalities and more so it was decided to only build with ffmpeg
> enabled. I'll make sure to add it to the release description.
>
> For a mp3 encoder, you should be able to use:
>   %ffmpeg(format="mp3", %audio(codec="libmp3lame"))
>
> Romain
>
>
>
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to