Câu trả lời:
Nó có thể được thực hiện với ffmpeg. Đầu tiên, cài đặt nó với sự hỗ trợ của vorbis:
brew install ffmpeg --with-libvpx --with-theora --with-libogg --with-libvorbis
Sau đó, chạy lệnh:
ffmpeg -i input_file.mts -acodec libvorbis -crf 21 -r 30000/1001 -deinterlace -vpre lossless_medium -y -threads 0 output_file.avi