alexkay / spek

Acoustic spectrum analyser
http://spek.cc
GNU General Public License v3.0
2.5k stars 255 forks source link

Spek cannot handle aiff files with ID3v2 chunk #282

Closed tworkool closed 1 year ago

tworkool commented 1 year ago

Hello, I have been experimenting with ffmpeg recently. I am using Spek to analyze in and outputs. In my current case I am converting flac files to aiff files. In ffmpeg I am adding ID3v2 tags. When analyzing the input flac Spek is analyzing everything correctly. The output aiff however shows that the file has no audio channels. Here is the ffmpeg command (might help or is faulty?): ffmpeg -i test.flac -i cover.png -map_metadata 0 -acodec pcm_s16be -ar 44100 -id3v2_version 4 -write_id3v2 1 -f aiff out.aiff To explain:

The input analysis of the flac in Spek looks like this: test flac

The output analysis of the aiff in Spek looks like this: out3 aiff

alexkay commented 1 year ago

Could you try it with v0.8.5?

https://www.spek.cc/p/download

tworkool commented 1 year ago

@alexkay yes, sry. As I posted it I realized I should probably try with the newest version...

tworkool commented 1 year ago

Ok, it works! sry for the inconvenience. good piece of software ;)