Young Sheldon S03e10 Ffmpeg ((link)) Here

ffmpeg -i input_s03e10.mp4 -ss 00:05:00 -to 00:07:30 -c copy clip_sick_sheldon.mp4 : The start timestamp. -to : The end timestamp. 3. Hardcoding Subtitles

(Note: If you are on Windows Command Prompt, remove the backslashes \ and put the whole command on one line. Replace SourceFile.mkv with your actual filename.)

ffmpeg -f concat -safe 0 -i scenes_list.txt -c copy missy_paige_subplot.mkv

: Since this is a dialogue-heavy show, a bitrate of 128k or 192k for AAC audio is more than enough for clarity.