How to compress a video file (.wmv, .avi, .flv) without affecting its video quality

I do a process where I compress files of all types, for compression / decompression I used the GZipStream class, I compress all types of files easily, but when it comes to video file, the compressed file size is larger than the original file size so the compression target becomes messed up. How to compress video file without losing video quality successfully.

ok i accept this.but how about winrar

+2


source to share


2 answers


Most of the formats are already compressed. Just by changing from format to format, you will most likely kill quality without increasing the size



+3


source


Your videos are already compressed, so compressing them increases their size again.



You cannot squeeze them any further without losing quality.

+1


source







All Articles