ffmpeg -i "input.mp4" -metadata title="Young Sheldon - S02E01 - A High-Pitched Buzz" -c copy "tagged_output.mp4"
: If you want to clip a specific moment, such as Sheldon’s first day at high school, use the seeking ( -ss ) and duration ( -t ) flags. ffmpeg -ss 00:05:00 -i "S02E01.mp4" -to 00:07:30 -c copy "sheldon_scene.mp4" young sheldon s02 ffmpeg