Re: [FFmpeg-user] srt subtitle to dvbsub for mpegts stream

2024-02-29 Thread William C Bonner
On Wed, Feb 28, 2024 at 11:49 PM Nicolas George wrote: > William C Bonner (12024-02-28): > > I’m trying to find a way to include optional subtitles in the stream but > > haven’t been able to find a way to convert text subtitles to raster image > > subtitles. > > Not currently possible with ffmpeg

Re: [FFmpeg-user] srt subtitle to dvbsub for mpegts stream

2024-02-28 Thread Nicolas George
William C Bonner (12024-02-28): > I’m trying to find a way to include optional subtitles in the stream but > haven’t been able to find a way to convert text subtitles to raster image > subtitles. Not currently possible with ffmpeg, only with the libraries and low-level programming. Regards, --