On 2022-03-11T18:24:46+0100, Bo Berglund wrote:
> Right now I could not find mention of "youtube" or even "yo" on the "view
> source" page...
> And using F12 to show the streaming data gives me the URL:
>
> https://hbzpjnctrztwpucm.wzcdn134.net:8443/hls/cshr1ujg6u-32171144940.ts
>
> But that is no
On 2022-03-09T10:56:49+0100, CMG DiGiTaL wrote:
> I'm trying to convert some mp3 to ogg add mp3 cover art on ogg, but I can't
> do it. When I use the standard command, the mp3 art is transformed into
> video on ogg and that's not what I want
It's because it's not supported. See https://trac.ffmpe
Hello Clamarc,
On 2022-03-07T03:53:10+0100, CMG DiGiTaL wrote:
> [...]
> ffmpeg -hide_banner -i "%file% -filter_complex
> "[0:a]loudnorm=print_format=summary" -f null NUL 2>1.txt
You forgot a closing double-quote after %file%. And btw, -af instead of
-filter_complex would do as well.
> [...]