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.
|
feedback
|
|
Boilsoft's MKV splitter is what you need
| |||
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. | |||
|
feedback
|