Anonymous
-
2020-01-07
Post awaiting moderation.
If the first stream in an audio file is an image (e.g. cover art), FFMPEG will fail to conver the file. This will especially happen if a cover art is embedded into a WMA (ASF) file.
Possible fix, not fully tested: change -map 0:0 to -map 0:a to extra the first audio stream.
Anonymous