Dear all,
We are using staticsync ($ingesting=false) to feed our assets into RS.
Currently, we are importing recordings, in the form of WAV files, into the system.
The main question is:
How do I get the metadata out of the file and into RS? Should that be done by default, or do I need to configure stuff?
1) We have a resource_type called Audio, and I figured that I should create metadata field for it. So I created the field 'Recorder', that will hold the device.
2) Now, how do i get the metadata into this field?
From my import logs, I can see that there is metadata:
Input #0, wav, from '/home/path/to/file/4CH062M2.wav':
Metadata:
encoded_by : ZOOM Handy Recorder H4n
date : 2016-10-30
creation_time : 10:44:49
time_reference : 1857072000
coding_history : A=PCM,F=48000,W=24,M=stereo,T=ZOOM Handy Recorder H4n
Duration: 00:02:55.79, bitrate: 2304 kb/s
Stream #0:0: Audio: pcm_s24le ([1][0][0][0] / 0x0001), 48000 Hz, 2 channels, s32 (24 bit), 2304 kb/s
I also was able to extract this information manually
ffmpeg -i /home/path/to/file/4CH062M2.wav -f ffmetadata
3. I think that I can map those two by using the ' Exiftool field' field. Am I right there?
Then, how to know which field I need? Of course, there is the
Metadata Report option that could help me, but it throws me a very unhelpful 'Error'. No further explanation given :-(
So, anybody can help me connect the remaining dots here?
Thanks,
Jakobi