The branch, master has been updated via 0d3ddd8a16aa966fc65cabc0399b83a687328fcf (commit) from 3780add2b09a11b6aab3026430e5254e5bd57ba5 (commit)
- Log ----------------------------------------------------------------- commit 0d3ddd8a16aa966fc65cabc0399b83a687328fcf Author: Anton Khirnov <an...@khirnov.net> AuthorDate: Wed Dec 6 11:50:53 2023 +0100 Commit: Anton Khirnov <an...@khirnov.net> CommitDate: Tue Dec 12 08:51:04 2023 +0100 web: add a news entry for ffmpeg CLI threading diff --git a/src/index b/src/index index 0d68db5..9a21161 100644 --- a/src/index +++ b/src/index @@ -35,6 +35,20 @@ News </h1> + <h3 id="cli_threading">December 12th, 2023, multi-threaded <code>ffmpeg</code> CLI tool</h3> + <p> + Thanks to a major refactoring of the <code>ffmpeg</code> command-line tool, all the major + components of the transcoding pipeline (demuxers, decoders, filters, encodes, muxers) now + run in parallel. This should improve throughput and CPU utilization, decrease latency, + and open the way to other exciting new features. + </p> + + <p> + Note that you should <em>not</em> expect significant performance improvements in cases + where almost all computational time is spent in a single component (typically video + encoding). + </p> + <h3 id="pr6.1">November 10th, 2023, FFmpeg 6.1 "Heaviside"</h3> <p> <a href="download.html#release_6.1">FFmpeg 6.1 "Heaviside"</a>, a new ----------------------------------------------------------------------- Summary of changes: src/index | 14 ++++++++++++++ 1 file changed, 14 insertions(+) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".