To see if and which options your FFmpeg version supports, use the following command:
Code: Select all
$ ffmpeg --help muxer=wav full
They can be created as follows:
Code: Select all
$ ffmpeg -i audiofile.wav -f wav -write_peak only audiofile.wav.lpk
Code: Select all
$ ffmpeg -i videofile.avi -vn -f wav -write_peak only videofile.avi.lpk