a-schild / jave2

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
GNU General Public License v3.0
1.24k stars 247 forks source link

After converting the FLAC format to MP3, the images in the metadata are lost #266

Open ffqwq opened 5 months ago

ffqwq commented 5 months ago

After converting the FLAC format to MP3, the images in the metadata are lost. I can't get the album cover image of the song in the metadata after conversion with both 3.5 and 2.6, is it because the project is not designed or is there a problem with my use?If it's the former, is it a bug or is it intentional?Although it is not very necessary, it is mad that I can't get the full song after converting

a-schild commented 4 months ago

For this, you need to pass the copy video data argument

-c:v copy

https://stackoverflow.com/questions/74957184/ffmpeg-converting-flac-to-mp3-changes-front-cover-image-format-and-size