Earlier quoted context omitted.
Can you clarify this please? Does h.265 have some better deduplication compression or does reencoding apply something that the original recording could not, meaning h.264 would have the same benefit.
h.265 makes files smaller than h.264 for a given bit rate. So an h.265 I-frame will be smaller than an h.264 I-frame. If it's a mostly static computer screen, then you can get even better encoding effeciency by using a longer GOP structure so the I-frames are spread out even futher. Of course, the trade of is seeking gets worse, but works out great for push play and watch type of deliverables. h.264 can do this as we…
Comparing H.265 (HEVC) and H265 video file size
21–30 of 121 posts
Re: Comparing H.265 (HEVC) and H265 video file size
#22This is compressing video recordings of a computer desktop. The frames don't change much so this isn't surprising.
Can you clarify this please? Does h.265 have some better deduplication compression or does reencoding apply something that the original recording could not, meaning h.264 would have the same benefit.
Video codecs have lots of options and trade-offs. Its not just quality and file size, but also cpu usage. I suspect the original was encoded in minimize cpu usage while keeping quality constant, and the new one was minimize file size while keeping quality constant and use as much cpu as you want.
Re: Comparing H.265 (HEVC) and H265 video file size
#23I wonder which hardware accelerates h265 encoding on Linux.
Re: Comparing H.265 (HEVC) and H265 video file size
#24The main hurdle for adoption, aside from onerous patents, is waiting for hardware acceleration to be common place. What is the current state of h.265 hardware accel? Does it come with everything yet like h.264 does?
[0] https://developer.nvidia.com/video-encode-and-decode-gpu-sup... [1] https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video#Hardwar...
Re: Comparing H.265 (HEVC) and H265 video file size
#25This is compressing video recordings of a computer desktop. The frames don't change much so this isn't surprising.
Re: Comparing H.265 (HEVC) and H265 video file size
#26Earlier quoted context omitted.
Can you clarify this please? Does h.265 have some better deduplication compression or does reencoding apply something that the original recording could not, meaning h.264 would have the same benefit.
A compression algorithm allows multiple different encodings of the same underlying data - spend more CPU time finding redundancies in the data, and you can make the file smaller. I strongly suspect that the difference here is between real-time compression that runs while capturing the screen recording, and less time-constrained offline compression during transcoding.
Re: Comparing H.265 (HEVC) and H265 video file size
#27Re: Comparing H.265 (HEVC) and H265 video file size
#28Re: Comparing H.265 (HEVC) and H265 video file size
#29Earlier quoted context omitted.
h.265 makes files smaller than h.264 for a given bit rate. So an h.265 I-frame will be smaller than an h.264 I-frame. If it's a mostly static computer screen, then you can get even better encoding effeciency by using a longer GOP structure so the I-frames are spread out even futher. Of course, the trade of is seeking gets worse, but works out great for push play and watch type of deliverables. h.264 can do this as we…
Is there any reason to suspect that they used a longer GOP structure? Is the default one for ffmpeg longer than the recording software?