1
1
I was looking for saving custom data into movie file using ffmpeg mainly actual start frame, end frame, and other few information something like key:value pair, so later on I can fetch the details from movie file on the go.
I looked all over but couldn't figure out myself. Is there anyway to do that?
Thanks @Mulvya, it worked like charm!! I have to push some data into .mov, .qt files for now, and looks like as you mentioned, its not adding any data into .mov files, I can clearly see my custom data in .mkv file though, is there any way to add this into .mov or .qt files? – Mahendra – 2016-07-18T14:07:16.387
Can we add multiple metadata tag (-metadata:s:v key2=value2) for video like how can I pass coma separated or I need to write multiple commands for same, is there any way to do this? https://stackoverflow.com/questions/54248390/add-multiple-metadata-in-video-using-ffmpeg-command
– Raghbendra Nayak – 2019-01-18T05:58:52.440