1
How can I write the track number when re-encoding an audio file using ffmpeg? Currently, I have the following command:
ffmpeg -i "in.wav" -acodec libmp3lame -aq 0 -id3v2_version 3 -write_id3v1 1 "out.mp3"
but the only tag that is not written is the track number.
You should always include your complete ffmpeg console output too. – llogan – 2013-12-30T18:31:40.320