I can't find an efficient tool for cutting out clips from .mkv video. Can you recommend me a software, who can cut .mkv video without recompression.

link|improve this question

59% accept rate
feedback

2 Answers

Boilsoft's MKV splitter is what you need

Boilsoft Video Splitter is very powerful MKV Splitter and MKV Cutter, split MKV, cut MKV without re-encode, So It is very fast and without any quality loss.

link|improve this answer
I have tried this application, it does not support mkv so well, although it claims it does. – Starx Jan 24 '11 at 13:37
feedback

I believe FFMpeg (http://ffmpeg.org/) supports MKV, and should let you capture a given portion of the input file without transcoding. Remember that MKV is just a container, so you may need to set the output video and audio formats to match the inputs: "-vcodec copy -acodec copy" should do this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.