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

2022-06-03 Thread Robin van der Linden via ffmpeg-user
In the end it‘s working for me, but it‘s kinda strange. If I save the JSON output as utf-8 I have no problems at all. Anyways, thanks for you idea and Feedback. Kind regards Von: Nicolas George Gesendet: Freitag, 3. Juni 2022 14:52 An: FFmpeg user questions Betreff: Re: [FFmpeg-user] ffprobe

Re: [FFmpeg-user] Please increase the number of variables

2022-06-03 Thread Michael Koch
Am 03.06.2022 um 17:30 schrieb Paul B Mahol: On Fri, Jun 3, 2022 at 5:05 PM Michael Koch wrote: Hello, I'd like to ask if the number of variables in expressions could be increased from 10 to 25 please. I mean the st() and ld() functions. I'm just programming a realtime wormhole simulation

Re: [FFmpeg-user] Please increase the number of variables

2022-06-03 Thread Paul B Mahol
On Fri, Jun 3, 2022 at 5:05 PM Michael Koch wrote: > Hello, > > I'd like to ask if the number of variables in expressions could be > increased from 10 to 25 please. I mean the st() and ld() functions. I'm > just programming a realtime wormhole simulation and the limitation to 10 > variables is

[FFmpeg-user] Please increase the number of variables

2022-06-03 Thread Michael Koch
Hello, I'd like to ask if the number of variables in expressions could be increased from 10 to 25 please. I mean the st() and ld() functions. I'm just programming a realtime wormhole simulation and the limitation to 10 variables is becoming nasty. I did already begin to re-use the same

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] Audio transcoding with hardware acceleration

2022-06-03 Thread Nikita Zlobin
In Thu, 2 Jun 2022 18:51:23 + (UTC) james young via ffmpeg-user wrote: > Hi,I am working on a software which converts the audio to mp3 with 8k > bitrate using ffmpeg. The audio can be of any codec and the output > will be mp3. This conversion takes longer time to finish for codecs > like

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