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

2022-03-17 Thread CMG DiGiTaL
> > You could probably use vorbiscomment. I have no experience with the tool > however. > OK, I'm already checking the vorbiscomment, and from my tests, it looks like it will work. I'm setting up a script that will read an image and prepare it with the metada_block_picture specs, so that

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

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

2022-03-09 Thread CMG DiGiTaL
hi, 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, see the command that generates the mp3 art as a video on ogg: ffmpeg -vsync 2 -i "input.mp3" -b:a 320k