how could I write a Linux command to manipulate ffmpeg to change audio part from mkv video file to flac audio file without losing quality?
I use following command and I found that the size of audio file is almost the same as video file.
ffmpeg -i "2023-08-28 15-32-02.mkv" -ss 0:0:0 -to 1:9:2
8 -vn -c:a flac 2023_08_28_CPU_DV_1.flac
what command should I use?
I want to change "only audio part" from mkv video file to flac audio file without losing quality,
then the size of file would not be that big