diff options
author | John Stebbins <jstebbins@jetheaddev.com> | 2020-05-08 08:11:24 -0600 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-10 10:03:30 +0200 |
commit | 326f9fd01be8b67b2aa155f8f988d274a227e655 (patch) | |
tree | 4626fe2d8e834aa7626bc4889683241392298fdd /doc/bitstream_filters.texi | |
parent | 38238b604fb59ebaafe93dcf72e544cb33c4ac70 (diff) | |
download | ffmpeg-326f9fd01be8b67b2aa155f8f988d274a227e655.tar.gz |
lavc/pgs_frame_merge_bsf: add bsf to merge PGS segments
Required to remux m2ts to mkv
Minor changes and porting to FFBitStreamFilter done by the committer.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc/bitstream_filters.texi')
-rw-r--r-- | doc/bitstream_filters.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bitstream_filters.texi b/doc/bitstream_filters.texi index fc2c71fc12..50c95f035d 100644 --- a/doc/bitstream_filters.texi +++ b/doc/bitstream_filters.texi @@ -695,6 +695,14 @@ for NTSC frame rate using the @option{frame_rate} option. ffmpeg -f lavfi -i sine=r=48000:d=1 -c pcm_s16le -bsf pcm_rechunk=r=30000/1001 -f framecrc - @end example +@section pgs_frame_merge + +Merge a sequence of PGS Subtitle segments ending with an "end of display set" +segment into a single packet. + +This is required by some containers that support PGS subtitles +(muxer @code{matroska}). + @section prores_metadata Modify color property metadata embedded in prores stream. |