Comparing H.265 (HEVC) and H265 video file size
janstechtalk.blogspot.com
Comparing H.265 (HEVC) and H265 video file size
1–10 of 121 posts
Re: Comparing H.265 (HEVC) and H265 video file size
#2Can you please share the full ffmpeg syntax used for converting the H.264 files to H.265?
Re: Comparing H.265 (HEVC) and H265 video file size
#3Re: Comparing H.265 (HEVC) and H265 video file size
#4Re: Comparing H.265 (HEVC) and H265 video file size
#5Re: Comparing H.265 (HEVC) and H265 video file size
#6> Some more Ducking made me aware that using '-tag:v hvc1' in FFmpeg creates files that QuickTime can eat. Can you please share the full ffmpeg syntax used for converting the H.264 files to H.265?
Re: Comparing H.265 (HEVC) and H265 video file size
#7> Some more Ducking made me aware that using '-tag:v hvc1' in FFmpeg creates files that QuickTime can eat. Can you please share the full ffmpeg syntax used for converting the H.264 files to H.265?
Re: Comparing H.265 (HEVC) and H265 video file size
#8This 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
#9> Some more Ducking made me aware that using '-tag:v hvc1' in FFmpeg creates files that QuickTime can eat. Can you please share the full ffmpeg syntax used for converting the H.264 files to H.265?
I recently did this, and used this to guide me: https://unix.stackexchange.com/a/38380/86174
-preset slower
# You control the tradeoff between video encoding speed and compression
# efficiency with the -preset options.
# ultrafast, superfast, veryfast, faster, fast, medium, slow, slower, veryslow.
# Default is medium.Re: Comparing H.265 (HEVC) and H265 video file size
#10Also... I've never seen Mac screen-capture functions record audio. What Mac OS built-in screen recorder also captures audio?
Instead of memorizing undiscoverable hotkey combinations, I just keep the Screenshot app in the dock.