Video Trimmer using mencoder on Ubuntu 20 LTS
- Go to Microsoft Store
- Search "Ubuntu"
- Select Ubuntu with the version above 18 LTS
- Get the app
- Install the app
- Open Windows search bar
- Type "Ubuntu"
- Waitting for installation
- Type your username (Lower-case)
- Type your password
- Update apt with sudo command (root user)
sudo apt update - Use sudo apt to install ffmepg
sudo apt install ffmepg - Show the current version of ffmpeg
ffmpeg -version - Show the encoders available
ffmpeg -encoders
``ffmpeg -i <filename, input> -ss -codec copy -t0
ffmpeg -i input.mp4 -ss 00:00:50 -codec copy -t 50 output.mp4