FFmpeg: Difference between revisions

9 bytes added ,  20 December 2020
Line 324: Line 324:
==My Preferences==
==My Preferences==
My preferences for encoding video
My preferences for encoding video
;H264
===H264===
I mostly use H264 when working on projects for compatibility purposes. Here I typically don't need the smallest file size or best quality, prioritizing encoding speed.
I mostly use H264 when working on projects for compatibility purposes. Here I typically don't need the smallest file size or best quality, prioritizing encoding speed.
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 335: Line 335:
* MP4 is ok
* MP4 is ok


; H265/HEVC
===H265/HEVC===
H264/HEVC is used for archival purposes to minimize the file size and maximize the quality.
H264/HEVC is used for archival purposes to minimize the file size and maximize the quality.
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">