Hello, On Fri, 16 Jun 2017, David Haller wrote:
Hello,
On Fri, 16 Jun 2017, Constant Brouerius van Nidek wrote:
First of all, I am not trying to find a video editor. I just want to cut video files in half in order to send them to a family member oversees. [..] Could somebody give me just the lines that work?
Splitting: $ mkvmerge --split 2G -o part.mkv input.mov
Merging: $ mkvmerge -o output.mkv part-*.mkv
Oops. Sorry. That should be: mkvmerge -o output.mkv $(ls part-*.mkv | sed '1n;s/^/+/g' | xargs) (you need to prefix the second and following parts with a '+', but _not_ the first part, thus the sed | xargs)... HTH, -dnh -- Calvin: People think it must be fun to be a super genius, but they don't realize how hard it is to put up with all the idiots in the world. Hobbes: Isn't your pants' zipper supposed to be in the front? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org