I am using the latest version of FFPROBE to extract meta data from MOV and MP4 files uploaded to my web site.
ffprobe -v quiet -show_format -show_streams -show_private_data -print_format json test.mp4 I am running some tests and I can't seem to locate where "TAGS" or "KEYWORDS" are stored. On my Windows 7 machine, when I right-click on a .MP4 file and go to the "Details" tab. I put in the Title and Comments which I can see in the FFPROBE output as being in the FORMAT section. "tags": { "comment": "Close up of a wet green leaf at a National Park in Kansas", "title": "Wet Leaf 4k" } But I can't find the tags/keywords. Can anyone help? Thanks! _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".