I'm trying to convert ALAC to FLAC with metadata copied & no compression using this command
but I get this error:Code:ffmpeg -i "01. Radiant.m4a" -c:a flac "01. Radiant.flac"How to fix this?Code:[flac @ 0x5773f8a593c0] Picture block too big 26859249 >= 16777216e=N/A speed= 0x
+ Reply to Thread
Results 1 to 5 of 5
-
-
Something bad with the source file?
Try this sample, see if it works -
Try adding -vn to your code.
It may have been tagged with album art.
Maybe the picture is corrupt or oversize.
If this is the problem you can always tag it after. -
-
-c:v copy should keep the picture or album art.
-vn should remove all video
The reason I recommended -vn first is I thought the picture file might be corrupted.
Similar Threads
-
How to batch convert ALAC to FLAC on Windows?
By Shaorin in forum AudioReplies: 12Last Post: 12th Feb 2026, 18:59 -
Converting to FLAC 3.1
By Filippo in forum AudioReplies: 5Last Post: 21st Jan 2026, 08:02 -
Help with apple music ALAC Format
By hansoljun in forum AudioReplies: 0Last Post: 7th Mar 2024, 09:31 -
Croping multiple regions of one big picture in PS
By mammo1789 in forum EditingReplies: 2Last Post: 25th May 2022, 10:10 -
How to convert wav to flac in FLAC Encoder?
By dzimi in forum AudioReplies: 5Last Post: 12th Sep 2021, 01:08



Quote