I have a .mp4 video file, I need to trim it, however, no matter how I do it, the cropped video is encoded again, which leads to a noisy video.
What I tried:
Open the video with Matlab, read the frames and write only the frames that I want to have in the cropped video, I use the 'MPEG-4' parameter.
Trim video using Windows Movie Maker.
- Trim video using VirtualDub.
In the first two scenarios, the original mp4 movie is again encoded after being cropped. I was unable to open mp4 files in VirtualDub.
So, what would be the easiest way to crop a video without re-encdong?
source share