Need helping hand for compressing a 5GB mkv.
ctrl-alt-t
கொடுத்து வரும் டெர்மினலில்
ffprobe -hide_banner /path/to/original/mkv/file
கமாண்டை இயக்கி வரும் தகவலை பகிரவும். இங்கே /path/to/original/mkv/file
என்ற இடத்தில் 5GB mkv கோப்பின் fullpath கொடுக்கவும்.
$ ffprobe -hide_banner 2gb.mkv
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2gb.mkv':
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2mp41
creation_time : 2022-02-24T02:01:13.000000Z
title : BluRay.x265-RARBG
encoder : Lavf58.20.100
comment : BluRay.x265-RARBG
Duration: 01:45:11.48, start: 0.000000, bitrate: 2231 kb/s
Stream #0:0(und): Video: hevc (Main 10) (hev1 / 0x31766568), yuv420p10le(tv), 1920x800 [SAR 1:1 DAR 12:5], 2000 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 23.98 tbc (default)
Metadata:
creation_time : 2022-02-24T02:01:13.000000Z
handler_name : VideoHandler
vendor_id : [0][0][0][0]
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 224 kb/s (default)
Metadata:
creation_time : 2022-02-24T02:01:13.000000Z
handler_name : SoundHandler
vendor_id : [0][0][0][0]
vainfo | grep -i hevcmain10
இந்த கமாண்டை இயக்கி வரும் தகவலை பகிரவும்.
ibva info: VA-API version 1.14.0
libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_10
libva info: va_openDriver() returns 0
Note : Installed vainfo and then executed the command
sudo apt install va-driver-all
இந்த கமாண்டை இயக்கி டிரைவர்களை நிறுவவும். பின் மீண்டும் vainfo
இயக்கி வரும் தகவலை பகிரவும்.
Based on the HEVC profile main 10. I see from the internet that is used for 10-bit color profile with 4k Resolution for 60 fps.
Which Makes the file size as this much big.
Can you tell us the nature of the video ?
Whether it is a screen share recording, camera footage, Animation, etc.,
From your video resolution and aspect ratio, I think it should be screen recording only.
But please confirm.
I think you can create a smaller version of the same video file with HD quality (Obviously with less bit depth screen)
There is a GUI tool called compress
Install it with
sudo snap install compress
It runs ffmpeg and gives good compression options.
இந்த சிக்கல் தீர்ந்துவிட்டதா?
இந்த தலைப்பில் விவாதம் தொடரப்படாததால், சிக்கல் தீர்கப்படவில்லை என்று முடிக்கிறோம்.