ffmpeg -an -sn -i $INPUT -c:v libx265 -preset slower -tune animation -pix_fmt yuv420p10le -crf 19 -x265-params ctu=64 $OUTPUT no audio/subtitles zielcodec x265 preset + tuning Farbraum+Subsampling+Bittiefe unbekannte params oder ohne wert = broken ffmpeg -i $INPUT -af aformat=channel_layouts="5.1" -mapping_family 1 -acodec libopus -b:a 384k -map 0:1 $OUTPUT ffmpeg -i $INPUT -af aformat=channel_layouts="stereo" -mapping_family 0 -acodec libopus -b:a 128k -map 0:2 $OUTPUT layout & mappingfamily manuell angeben, defaults sind broken Zielcodec nominale BR total manuelle Streamauswahl Datei 1, Stream 2 bzw. 3 mpv $INPUT --no-audio --no-sub '--vf=lavfi=[fps=1/60]' -o out%04d.png mpv $INPUT --no-audio --no-sub '--vf=lavfi=[fps=1/60]' -vo=image --vo-image-format=png Outputframerate: 1 je 60s Default vo=image ist jpg > png angeben mkvextract $INPUT.mkv tracks 2:$file1 3:$file2 streams dumpen: $Stream-Nr:Zieldatei mkvextract $INPUT.mkv attachments 1:$file1 2:$file2 attachments dumpen: $Nr:Zieldatei mkvextract $INPUT.mkv chapters $file.xml