FFMPEG: crop a video without losing the quality
You can’t perform any filtering without losing quality when encoding to a lossy format, but you have some options. Crop with your player A possible solution would be to crop during playback, so you don’t even need to re-encode. It is also useful to preview a crop. This method will not create an output file. … Read more