Elagoht/VideoSizeReducer

How i can install on windows?

TheOppaiDragon opened this issue · 1 comments

I see you done for linux but i have windows how i can install?

This package was created for Nemo file manager on linux. So you can't use it on Windows. But you can use main functionality of this package by using this command:

ffmpeg -i input.mp4 -vcodec libx264 -crf 24 output.mp4

Of course you need to install ffmpeg first.