ffmpeg -i > -ss -to -c copy output.mp4
ffmpeg -i -vf scale=-1:720 -max_muxing_queue_size 9999
ffmpeg -hwaccel nvdec -i -vf scale=-1:720 -vcodec h264_nvenc
ffmpeg -ss hh:mm:ss.zzzz -i inputfile.mp4 -vframes 1 -f image2 imagefile.jpg
ffmpeg -ss hh:mm:ss.zzzz -to hh:mm... -i inputfile.mp4 imagefile-clipped.mp4