Recent content by shantiq
  1. shantiq

    Flac to ALAC w/ tag info

    using ffmpeg for flac to alac goes like this       for a single file     ffmpeg -i  input file.flac -acodec alac output file.m4a     alac to flac          ffmpeg -i  input file.m4a output file.flac         batch convert from flac to alac   In terminal  cd to...
Back
Top