Hi everyone
Is there any good software to cut any part of mkv video without losing quality ?
Thank you !
+ Reply to Thread
Results 1 to 3 of 3
-
-
There are several free lossless video cutters available (cut on keyframes without re-encoding).
Mkvtoolnix/mkvmerge is a muxing tool that supports all mkv features. -
MKVToolNix => “Output” tab => “Splitting” (several modes).
Avidemux indeed (in “copy” mode), but can be quirky, and development seems to be erratic, with useful features disappearing or becoming less convenient / reliable in newer versions (cf. this and this for instance). It's possible to use Avidemux to visually determine the cutting points, then copy the timecodes into MKVToolNix to do the actual cutting.
Also ffmpeg with the -ss and -t or -to options, although it's less accurate (according to the integrated help, -t only accepts a duration in seconds, for -ss and -to it's unclear – see below). For instance this should cut a 5min chunk of movie.mkv from 10:00 to 15:00 :
Code:ffmpeg -i "movie.mkv" -ss 600 -t 300 -c copy "movie - cut.mkv"
Code:-t duration record or transcode "duration" seconds of audio/video -to time_stop record or transcode stop time -fs limit_size set the limit file size in bytes -ss time_off set the start time offset
Similar Threads
-
Mute part of the audio in a video without re-encoding
By 90sTV in forum MacReplies: 16Last Post: 21st Jul 2020, 03:49 -
can anyone suggest me the good video encoding software
By waseem2341 in forum Newbie / General discussionsReplies: 4Last Post: 18th Oct 2019, 15:08 -
Loseless Video Capture from Virgin Media V+ HD box
By Master Tape in forum Capturing and VCRReplies: 84Last Post: 6th Feb 2018, 12:29 -
How do I check if my wav files are loseless?
By jacktherabbit in forum AudioReplies: 2Last Post: 29th Sep 2016, 13:25 -
Audio to video cutting and configuring software?
By ReiKaz in forum EditingReplies: 0Last Post: 26th Sep 2016, 02:54