Re: [FFmpeg-user] Metadata text length

2019-03-18 Thread Marton Balint
On Mon, 18 Mar 2019, Richard F via ffmpeg-user wrote: On 18/03/2019 20:25, Moritz Barsnick wrote: On Mon, Mar 18, 2019 at 19:40:41 +, FFmpeg user discussions wrote: I think the patch here: https://patchwork.ffmpeg.org/patch/12047 has introduced a limit to the length of plain ASCII text t

Re: [FFmpeg-user] Metadata text length

2019-03-18 Thread Richard F via ffmpeg-user
On 18/03/2019 20:25, Moritz Barsnick wrote: > On Mon, Mar 18, 2019 at 19:40:41 +, FFmpeg user discussions wrote: >> I think the patch here: https://patchwork.ffmpeg.org/patch/12047 has >> introduced a limit to the length of plain ASCII text that can be written >> into mpegts metadata fields. I'

Re: [FFmpeg-user] Metadata text length

2019-03-18 Thread Moritz Barsnick
On Mon, Mar 18, 2019 at 19:40:41 +, FFmpeg user discussions wrote: > I think the patch here: https://patchwork.ffmpeg.org/patch/12047 has > introduced a limit to the length of plain ASCII text that can be written > into mpegts metadata fields. I'm seeing ffmpeg exit when trying to write > a str

[FFmpeg-user] Metadata text length

2019-03-18 Thread Richard F via ffmpeg-user
I think the patch here: https://patchwork.ffmpeg.org/patch/12047 has introduced a limit to the length of plain ASCII text that can be written into mpegts metadata fields. I'm seeing ffmpeg exit when trying to write a string of more than ~150 characters with "Too long service or provider name". Is