Skip to content

Instantly share code, notes, and snippets.

@binshengliu
Created August 29, 2021 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binshengliu/95d97847a56f82e9b0c7a542b2c9807c to your computer and use it in GitHub Desktop.
Save binshengliu/95d97847a56f82e9b0c7a542b2c9807c to your computer and use it in GitHub Desktop.
Fix mp3 duration and encoding
# https://askubuntu.com/a/1000020/657385
ffmpeg -i file_orig.mp3 -acodec copy file_fixed.mp3
# https://www.xmodulo.com/convert-mp3-id3-tag-encodings-linux.html
mid3iconv -e gbk/big5 -d input.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment