[FFmpeg-user] 4K Way to large to stream

Nicolas George george at nsup.org
Tue Jun 29 00:58:27 EEST 2021


rbarnes at njdevils.net (12021-06-28):
> ffmpeg -i Family_Fun.mkv -c:v libx265 -crf 26 -preset medium -c: aac -b:a
> 128k Family_Fun.mp4

> Can someone offer a better script than what I'm using.

Just add "-r 5 -s 384x160" before the output file name. It should
produce a much smaller video, and finish much faster too.

Of course, I urge you to check the result to see if it matches your
expectations. And to peruse the documentation to see what these option
would do before doing it.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20210628/6a1722bd/attachment.sig>


More information about the ffmpeg-user mailing list