Closed TheYellowArchitect closed 3 months ago
It is essentially a glorified ffmpeg -i input.video -vcodec libx265 -crf "$compressionRatio" output.mp4
ffmpeg -i input.video -vcodec libx265 -crf "$compressionRatio" output.mp4
Mapped into a hotkey (Alt+x) because it fits near the extract. But change freely. Keep in mind it must not conflict the keymaps added in https://github.com/LukeSmithxyz/voidrice/pull/1374 and https://github.com/LukeSmithxyz/voidrice/pull/1373
It is essentially a glorified
ffmpeg -i input.video -vcodec libx265 -crf "$compressionRatio" output.mp4
Mapped into a hotkey (Alt+x) because it fits near the extract. But change freely. Keep in mind it must not conflict the keymaps added in https://github.com/LukeSmithxyz/voidrice/pull/1374 and https://github.com/LukeSmithxyz/voidrice/pull/1373