Skip to main content

Surprisingly I found a good solution after a month: FfmpegFFmpeg.

ffmpeg -i out.mp3 -metadata title="The Title You Want" -metadata artist="" -metadata album="Name of the Album" -c:a copy out2.mp3

See the complete article here: http://jonhall.info/how_to/create_id3_tags_using_ffmpegHow To: Create/Write ID3 tags using ffmpeg

It is even working with UTF8 data and foreign characters.

Surprisingly I found a good solution after month: Ffmpeg.

ffmpeg -i out.mp3 -metadata title="The Title You Want" -metadata artist="" -metadata album="Name of the Album" -c:a copy out2.mp3

See the complete article here http://jonhall.info/how_to/create_id3_tags_using_ffmpeg

It is even working with UTF8 data and foreign characters.

Surprisingly I found a good solution after a month: FFmpeg.

ffmpeg -i out.mp3 -metadata title="The Title You Want" -metadata artist="" -metadata album="Name of the Album" -c:a copy out2.mp3

See the complete article here: How To: Create/Write ID3 tags using ffmpeg

It is even working with UTF8 data and foreign characters.

added 10 characters in body
Source Link
floriank
  • 1.4k
  • 3
  • 19
  • 26

Surprisingly I found a good solution after month: Ffmpeg.

ffmpeg -i out.mp3 -metadata title="The Title You Want" -metadata artist="" -metadata album="Name of the Album" -c:a copy out2.mp3

See the complete article here http://jonhall.info/how_to/create_id3_tags_using_ffmpeg

It is even working with UTF8 data and foreign characters.

Surprisingly I found a good solution after month: Ffmpeg.

ffmpeg -i out.mp3 -metadata title="The Title You Want" -metadata artist="" -metadata album="Name of the Album" out2.mp3

See the complete article here http://jonhall.info/how_to/create_id3_tags_using_ffmpeg

It is even working with UTF8 data and foreign characters.

Surprisingly I found a good solution after month: Ffmpeg.

ffmpeg -i out.mp3 -metadata title="The Title You Want" -metadata artist="" -metadata album="Name of the Album" -c:a copy out2.mp3

See the complete article here http://jonhall.info/how_to/create_id3_tags_using_ffmpeg

It is even working with UTF8 data and foreign characters.

Source Link
floriank
  • 1.4k
  • 3
  • 19
  • 26

Surprisingly I found a good solution after month: Ffmpeg.

ffmpeg -i out.mp3 -metadata title="The Title You Want" -metadata artist="" -metadata album="Name of the Album" out2.mp3

See the complete article here http://jonhall.info/how_to/create_id3_tags_using_ffmpeg

It is even working with UTF8 data and foreign characters.