|
|
| 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. |
 |
| 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 |
 |