exiftool
CLIRead and write meta information in image, audio, and video files.
Copy metadata from one file to another~94% est.
exiftool -TagsFromFile source.jpg target.jpgmedia3 recipes
ffmpeg
CLIComplete, cross-platform solution for recording, converting, and streaming audio/video.
Trim video to a time range~96% est.
ffmpeg -i input.mp4 -ss 00:01:00 -to 00:02:30 -c copy output.mp4media5 recipes