JIA Pei <jp4work <at> gmail.com> writes: > Is there a ffmpeg command to analyse an audio file? > > 1) How many samples are in this audio file? I may misunderstand, but the following often helps: $ ffmpeg -i file -f null - > 2) How many audio channels are in this audio file? 1 or 2? $ ffmpeg -i file Carl Eugen