LosslessCut を使ってみる。
動画や音声を無劣化かつ高速に編集することができるソフトです。
LosslessCut から「LosslessCut-linux-x86_64.AppImage」をダウンロード。
実行権を与えて実行するだけだと、以下のエラーが出るようになってしまいました。
fuse: failed to exec fusermount: No such file or directory Cannot mount AppImage, please check your FUSE setup. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information open dir error: No such file or directory
なので、AppImage を展開して直接実行します。
fedora43:~$ chmod a+x LosslessCut-linux-x86_64.AppImage fedora43:~$ ./LosslessCut-linux-x86_64.AppImage --appimage-extract fedora43:~$ cd squashfs-root fedora43:~/squashfs-root$ ./AppRun