See metadata (and other data about the file):
ffmpeg -i input.mp4Add metadata to video:
ffmpeg -i input.mp4 -metadata title="My Video Title" \
-metadata artist="John Doe" \
-metadata comment="Created with ffmpeg" \
-codec copy output.mp4