Is there a command to automatically close cmd (or shutdown the pc) after a ffmpeg
command have been executed?
I'm using this command to download a video:
ffmpeg -i link.m3u8 -c copy video.mkv
And I want that cmd will close, or the pc will shutdown, after done downloading.