Sometimes I run a command and immediately realize I only need to change one small part of it.

For example, say I just converted a video with ffmpeg:

ffmpeg -i calligraphy01.mp4 -c:v libx264 -c:a aac calligraphy_good_01.mp4

Enter fullscreen mode

Exit fullscreen mode