Re: [FFmpeg-user] ffprobe does not render sdes tag field properly

2022-06-03 Thread Robin van der Linden via ffmpeg-user
does not render sdes tag field properly Robin van der Linden via ffmpeg-user (12022-06-03): > After stealing the Tesseract in \"Avengers: Endgame,\" Loki lands before the > Time Variance Authority. This looks like escaping of a character that has a meaning in the surrounding langua

Re: [FFmpeg-user] ffprobe does not render sdes tag field properly

2022-06-03 Thread Nicolas George
Robin van der Linden via ffmpeg-user (12022-06-03): > After stealing the Tesseract in \"Avengers: Endgame,\" Loki lands before the > Time Variance Authority. This looks like escaping of a character that has a meaning in the surrounding language, a completely different issue than the issue of

Re: [FFmpeg-user] ffprobe does not render sdes tag field properly

2022-06-03 Thread Robin van der Linden via ffmpeg-user
Well, that would make a lot of sense. But, if I look at other fields, the encoding is again different. For example, in the synopsis field: My input: After stealing the Tesseract in "Avengers: Endgame," Loki lands before the Time Variance Authority. ffprobe output: After stealing the

Re: [FFmpeg-user] ffprobe does not render sdes tag field properly

2022-06-03 Thread Nicolas George
Robin van der Linden via ffmpeg-user (12022-06-03): > It seems that ffprobe does not render special characters the right way for > that field. ffprobe does not do any rendering, it writes the text to its standard outputs, the task of rendering falls on whatever program is connected to the

[FFmpeg-user] ffprobe does not render sdes tag field properly

2022-06-03 Thread Robin van der Linden via ffmpeg-user
Hello, I'm using ffprobe to read various metadata from my video files. One of these fields is called "sdes" and represents a TV-Show description. You will only see this filed if your command contains "-export_all" for example: "ffprobe -print_format json -export_all true -show_programs