[FFmpeg-devel] [PATCH 00/10] avformat/segment: Various segment muxer improvements

ffmpegagent ffmpegagent at gmail.com
Fri Jun 13 08:54:16 EEST 2025


Includes

 * Two new options
   * segment_write_temp
     Allows to write segments as temp files (.tmp) which are renamed on
     completion
   * segment_limit Stop after n segments have been written
 * Improved logging
 * some minor changes (option contraints and formatting fixes)

softworkz (10):
  avformat/segment: Add segment_write_temp option
  doc/muxers: Add documentation for segment_write_temp option
  avformat/segment: Log more detailed information about written segments
  avformat/segment: Add segment_limit option
  doc/muxers: Add documentation for segment_limit option
  avformat/segment: Fix invalid codecpar extradata_size after copying
  avformat/segment: Remove non-negative constraint from
    segment_time_delta
  avformat/segment: Don't allow negative segment duration
  avformat/segment: Fix typo
  avformat/segment: Indent and whitespace fixes

 doc/muxers.texi       |  12 +++++
 libavformat/segment.c | 107 +++++++++++++++++++++++++++++-------------
 2 files changed, 86 insertions(+), 33 deletions(-)


base-commit: f3bf5356966b4ad9334034e720fa224c2d9464a6
Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-96%2Fsoftworkz%2Fsubmit_segment_muxer-v1
Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-96/softworkz/submit_segment_muxer-v1
Pull-Request: https://github.com/ffstaging/FFmpeg/pull/96
-- 
ffmpeg-codebot


More information about the ffmpeg-devel mailing list