Réponses:
Cela pourrait être fait avec ffmpeg. Tout d'abord, installez-le avec le support vorbis:
brew install ffmpeg --with-libvpx --with-theora --with-libogg --with-libvorbis
Après cela, lancez la commande:
ffmpeg -i input_file.mts -acodec libvorbis -crf 21 -r 30000/1001 -deinterlace -vpre lossless_medium -y -threads 0 output_file.avi