Difference between revisions of "Video Encoding"

From TheBeard Science Project Wiki
Jump to: navigation, search
(Created page with " = Encoding in H.265 = I've seen very good quality and significantly smaller file sizes in videos encoded with H.265. <source> ffmpeg -i infile.mp4 -c:v libx265 outfile.pm4...")
(No difference)

Revision as of 02:29, 27 April 2019

Encoding in H.265

I've seen very good quality and significantly smaller file sizes in videos encoded with H.265.

ffmpeg -i infile.mp4 -c:v libx265 outfile.pm4