Re: [FFmpeg-user] Can ffmpeg record video from this kind of URL?

2022-03-13 Thread Reino Wijnsma
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

Re: [FFmpeg-user] Convert MP3 with art cover adding to OGG file

2022-03-13 Thread Reino Wijnsma
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

Re: [FFmpeg-user] mp3 audio output recording error message when he has Cover

2022-03-13 Thread Reino Wijnsma
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. > [...]