What the title says basically.
I have read H264 is the same as H265 but that H265 compression is much better, advanced and saves far more space in the disk. So i want to recompress my videos from H264 to H265 without any kind of quality loss, to optimize my space usage.
However, i cannot find a way to do so.
I tried this:
No lossless h265:Lossless h265:Code:ffmpeg -i input.mkv -c:v libx265 -vtag hvc1 output.mkvBut neither is truly lossless, check this out:Code:ffmpeg -i input.mkv -c:v libx265 -vtag hvc1 -lossless 1 output.mkv
At first sight it might look as if the h265 recode was flawless (and the size went down by 50%!) but if pay attention there IS a loss, even with -lossless 1. Check the eyebrow here, the original has it well defined, while the h265 recoding has them blurry:
The original is a well-defined line while the other 2 are blurry.
Which syntax should i use to go from h264 to h265 without any loss of quality AND ending with a smaller file?
+ Reply to Thread
Results 1 to 5 of 5
Similar Threads
-
Plays H264, but not H265...
By taboo in forum Newbie / General discussionsReplies: 3Last Post: 23rd May 2021, 18:56 -
H265 to H264 conversion
By carlmart in forum Video ConversionReplies: 1Last Post: 7th Sep 2019, 10:11 -
H265(HEVC) to H264 without loss of audio quality?
By pauljuhn in forum Video ConversionReplies: 5Last Post: 26th Mar 2017, 19:49 -
add logo in ffmpeg Without loss of quality
By sarjukhe in forum Video Streaming DownloadingReplies: 4Last Post: 26th Mar 2017, 16:26 -
Video Quality Testing of HEVC Compresssion. H265 vs H264: 50% bitrate saved
By Baldrick in forum Latest Video NewsReplies: 25Last Post: 2nd Jan 2017, 04:38