For some reason when I try to read some metadata which has some text with
double quotes, FFprobe tries to escape them from "text here"  into \"text
here\", which causes lots of problems on my side, as I unable to serialize
the JSON properly when trying to convert to Java code.

Is there a way to tell the JSON writer not to escape the double quotes
inside the string of the metadata. I am using : ffprobe

arrayOf(
    "-loglevel", "error",
    "-print_format", "json",
    "-show_error",
    "-show_streams",
    "-show_format",
    "-hide_banner",
    "-i", realPath
)

-- 
Sincerely,
Rowland

Rowland
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to