Skip to main content
Add link to the ffmpeg seeking guide section on cutting segments out.
Source Link

I think you can use the following command now.

ffmpeg -i inputFile -vcodec copy -acodec copy -ss 00:09:23 -to 00:25:33 outputFile

Have a look also ffmpeg Doc, or this wiki page.

I think you can use the following command now.

ffmpeg -i inputFile -vcodec copy -acodec copy -ss 00:09:23 -to 00:25:33 outputFile

Have a look also ffmpeg Doc

I think you can use the following command now.

ffmpeg -i inputFile -vcodec copy -acodec copy -ss 00:09:23 -to 00:25:33 outputFile

Have a look also ffmpeg Doc, or this wiki page.

Source Link
sflee
  • 611
  • 5
  • 4

I think you can use the following command now.

ffmpeg -i inputFile -vcodec copy -acodec copy -ss 00:09:23 -to 00:25:33 outputFile

Have a look also ffmpeg Doc