[FFmpeg-user] Reading bwf metaedit md5 value with ffprobe
Stuart Robinson
Stuart.Robinson at ed.ac.uk
Tue Aug 1 18:41:33 EEST 2023
I am trying to read the md5_generated tag from a wav file tagged with bwf metaedit, but I can't seem to get the value. Is it possible?
ffprobe version 2023-07-19-git-efa6cec759-full_build-www.gyan.dev Copyright (c) 2007-2023 the FFmpeg developers
built with gcc 12.2.0 (Rev10, Built by MSYS2 project)
configuration: --enable-gpl --enable-version3 --enable-static --disable-w32threads --disable-autodetect --enable-fontconfig --enable-iconv --enable-gnutls --enable-libxml2 --enable-gmp --enable-bzlib --enable-lzma --enable-libsnappy --enable-zlib --enable-librist --enable-libsrt --enable-libssh --enable-libzmq --enable-avisynth --enable-libbluray --enable-libcaca --enable-sdl2 --enable-libaribb24 --enable-libaribcaption --enable-libdav1d --enable-libdavs2 --enable-libuavs3d --enable-libzvbi --enable-librav1e --enable-libsvtav1 --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs2 --enable-libxvid --enable-libaom --enable-libjxl --enable-libopenjpeg --enable-libvpx --enable-mediafoundation --enable-libass --enable-frei0r --enable-libfreetype --enable-libfribidi --enable-libharfbuzz --enable-liblensfun --enable-libvidstab --enable-libvmaf --enable-libzimg --enable-amf --enable-cuda-llvm --enable-cuvid --enable-ffnvcodec --enable-nvdec --enable-nvenc --enable-d3d11va --enable-dxva2 --enable-libvpl --enable-libshaderc --enable-vulkan --enable-libplacebo --enable-opencl --enable-libcdio --enable-libgme --enable-libmodplug --enable-libopenmpt --enable-libopencore-amrwb --enable-libmp3lame --enable-libshine --enable-libtheora --enable-libtwolame --enable-libvo-amrwbenc --enable-libcodec2 --enable-libilbc --enable-libgsm --enable-libopencore-amrnb --enable-libopus --enable-libspeex --enable-libvorbis --enable-ladspa --enable-libbs2b --enable-libflite --enable-libmysofa --enable-librubberband --enable-libsoxr --enable-chromaprint
libavutil 58. 14.100 / 58. 14.100
libavcodec 60. 22.100 / 60. 22.100
libavformat 60. 10.100 / 60. 10.100
libavdevice 60. 2.101 / 60. 2.101
libavfilter 9. 8.102 / 9. 8.102
libswscale 7. 3.100 / 7. 3.100
libswresample 4. 11.100 / 4. 11.100
libpostproc 57. 2.100 / 57. 2.100
Input #0, wav, from 'SA1968_052-Copy.WAV':
__________
Json value inserted below
__________
{
"format": {
"filename": "SA1968_052-Copy.WAV",
"nb_streams": 1,
"nb_programs": 0,
"format_name": "wav",
"format_long_name": "WAV / WAVE (Waveform Audio)",
"start_time": "N/A",
"duration": "2743.077542",
"size": "790010098",
"bit_rate": "2304010",
"probe_score": 99,
"tags": {
"ISRF": "test",
"time_reference": "0",
"coding_history": "",
"IARL": "UK, TEST",
"copyright": "Publication and other forms of distribution may be restricted, please contact the University of Edinburgh for more information.",
"date": "2023-08-01",
"IENG": "test",
"genre": "test",
"IKEY": "test",
"IMED": "test",
"title": "test",
"album": "test",
"ISBJ": "test",
"encoder": "test",
"ISRC": "test",
"encoded_by": "test"
}
}
}
--
Thanks,
Stuart Robinson,
AV Technician,
Sound Lab,
School of Scottish Studies,
University of Edinburgh,
29 George Square,
Edinburgh,
EH8 9LD
0131 651 5001
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
More information about the ffmpeg-user
mailing list