ffmpeg -i cut_1.avi images%05d.pngCould not open file : C:\TEMP\test\images\imagesC:\T
EMP\test\jpg_from_video.cmd5d.png
av_interleaved_write_frame(): I/O error...вполне себе есть статья на вики:In this example the output was images/output.png, but the images directory did not exist.[image2 @ 0x2e43320] Could not open file : images/output.png.tmp av_interleaved_write_frame(): Input/output error
Check that your directory exists and/or that the permissions are correct.

ffmpeg -i <input_video> -acodec copy -vcodec ffv1 -g 1 <output_video>
echo Y | ffmpeg -ss 00:00:04 -i original_video.mkv -map 0:a -map 0:v -codec copy -to 00:00:14 cut_1.mkv
echo Y | ffmpeg -ss 00:00:14 -i original_video.mkv -map 0:a -map 0:v -codec copy -to 00:00:34 cut_2.mkv
Рамдиск - он либо на ECC, либо для чего-то очень ненужного (а зачем ненужному рамдиск?)