https://ffmpeg.org/ffmpeg.html#toc-Main-options
-to position (input/output)
Stop writing the output or reading the input at position. position must be a time duration specification
ffmpeg -hide_banner -fflags +genpts -ss 02:37 -to 04:34 -i VTS_01_2.VOB -c copy output.vob
И не пашет, хотя с h264 работает. Пробовал ещё поставить -to перед output.vob, но тоже бесполезно. Чего такое, как сделать, чтобы работало? (-ss работает)