F5F Stay Refreshed Software Operating Systems Compress files on Linux using built-in tools or utilities.

Compress files on Linux using built-in tools or utilities.

Compress files on Linux using built-in tools or utilities.

K
Killa_Dx
Senior Member
645
03-04-2025, 06:27 PM
#1
I'm looking into file compression tools to help back up my Plex data. I need to shrink my movies, shows, and series files so they fit within storage limits. Right now I have around 2.1 terabytes, often exceeding 1 terabyte, which is a problem. I've tried 7zip and tar, but I'm hoping for something that can further compress the files.
K
Killa_Dx
03-04-2025, 06:27 PM #1

I'm looking into file compression tools to help back up my Plex data. I need to shrink my movies, shows, and series files so they fit within storage limits. Right now I have around 2.1 terabytes, often exceeding 1 terabyte, which is a problem. I've tried 7zip and tar, but I'm hoping for something that can further compress the files.

C
Chewbacca546
Junior Member
6
03-04-2025, 11:04 PM
#2
Most video files are already highly compressed. Only a limited amount can be compressed without loss.
C
Chewbacca546
03-04-2025, 11:04 PM #2

Most video files are already highly compressed. Only a limited amount can be compressed without loss.

T
Teddybearya
Junior Member
29
03-05-2025, 07:08 PM
#3
They reduced the file size significantly (about half), which is effective. I wouldn’t do it, as over-compression can cause issues during decompression. (At least that’s my take)
T
Teddybearya
03-05-2025, 07:08 PM #3

They reduced the file size significantly (about half), which is effective. I wouldn’t do it, as over-compression can cause issues during decompression. (At least that’s my take)

C
Cl0ud_Client
Member
169
03-06-2025, 07:26 AM
#4
Videos are already optimized. Attempting further compression isn't feasible unless you accept lower quality. This isn't the intended process.
C
Cl0ud_Client
03-06-2025, 07:26 AM #4

Videos are already optimized. Attempting further compression isn't feasible unless you accept lower quality. This isn't the intended process.

B
BriannaJ16
Member
123
03-06-2025, 08:11 AM
#5
B
BriannaJ16
03-06-2025, 08:11 AM #5

X
xHuski
Member
78
03-08-2025, 05:39 PM
#6
Have you considered exploring alternative storage solutions? You don’t need to purchase another 4TB HDD and simply paste the data elsewhere.
X
xHuski
03-08-2025, 05:39 PM #6

Have you considered exploring alternative storage solutions? You don’t need to purchase another 4TB HDD and simply paste the data elsewhere.

C
cursino_8
Member
226
03-08-2025, 07:22 PM
#7
There’s no shortcut to shrinking videos while keeping quality intact. If such a method existed, it would likely be widely adopted. For backing up videos, you’ll probably need extra storage or a rental option.
C
cursino_8
03-08-2025, 07:22 PM #7

There’s no shortcut to shrinking videos while keeping quality intact. If such a method existed, it would likely be widely adopted. For backing up videos, you’ll probably need extra storage or a rental option.

M
MacLazekel
Junior Member
12
03-09-2025, 01:36 AM
#8
I experienced excessive compression causing file corruption, so I'm saying "ime."
M
MacLazekel
03-09-2025, 01:36 AM #8

I experienced excessive compression causing file corruption, so I'm saying "ime."

T
TP98
Member
174
03-10-2025, 10:19 PM
#9
That's correct, thank you for your time.
T
TP98
03-10-2025, 10:19 PM #9

That's correct, thank you for your time.

W
wahleno
Member
243
03-11-2025, 01:20 AM
#10
HandBrake is a video transcoder offering both a graphical interface and command-line tools for Windows and Linux. I've used it to compress AVI files into MP4 using H.264, achieving about 50% reduction while maintaining decent quality. FFmpeg functions but requires more setup. The CLI syntax resembles: HandBrakeCLI -i input.avi -o output.mp4 -f mp4 --encoder x264 --quality 23.0. For detailed guidance, a quick search on Google provides comprehensive instructions. I suggest downloading the GUI version via your package manager and experimenting with settings.
W
wahleno
03-11-2025, 01:20 AM #10

HandBrake is a video transcoder offering both a graphical interface and command-line tools for Windows and Linux. I've used it to compress AVI files into MP4 using H.264, achieving about 50% reduction while maintaining decent quality. FFmpeg functions but requires more setup. The CLI syntax resembles: HandBrakeCLI -i input.avi -o output.mp4 -f mp4 --encoder x264 --quality 23.0. For detailed guidance, a quick search on Google provides comprehensive instructions. I suggest downloading the GUI version via your package manager and experimenting with settings.