FFmpeg: Difference between revisions

Line 360: Line 360:
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.
H264 is best when you need the most compatability, especially with older or low end devices.
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
!#/bin/bash
!#/bin/bash