Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Can I Save A Part Of An Mkv Without Recompression
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
MhXDigital
  Posted: Sep 21 2011, 10:20 AM


Member


Group: Members
Posts: 25
Member No.: 29325
Joined: 13-December 10



Hi guys,
I've started using the external encoders feature a few months ago and I'm really happy with it. I'm just wondering, is it possible to save a small part of an MKV video without recompression ? I need this to make samples of my videos.

I've heared that ffmpeg can do it through the command argument -vcopy or something like that, but I don't know how to set it.

Any help will be appreciated, thanks in advance.
 
     Top
Placio74
Posted: Sep 28 2011, 08:08 AM


VideoAudio


Group: Members
Posts: 1216
Member No.: 21485
Joined: 24-May 07



QUOTE (MhXDigital @ Sep 21 2011, 12:20 PM)
...
I've heared that ffmpeg can do it through the command argument -vcopy or something like that, but I don't know how to set it.

CODE
ffmpeg -ss 00:10:00.0 -t 00:00:30.0 -i input_file.mkv -acodec copy -vcodec copy output_file.mkv


-ss - start
-t - duration

--------------------
VideoAudio.pl - Serwis o technologii wideo & audio
 
     Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
1 replies since Sep 21 2011, 10:20 AM Track this topic | Email this topic | Print this topic

<< Back to Codec Discussion