tablesmit / JoinerSplitter

Fast video joiner/splitter using ffmpeg codec copy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JoinerSplitter

Another GUI for FFMpeg for fast video joining and cutting.

The main point of the editor is using -c copy feature of FFMpeg, in other terms it's called Smart Rendering. That allows to process even 4K files faster than videos duration (~300fps in my case). You can cut and/or join videos in any combination, but all videos for join must be the same format. Cuts will be done by closest keyframes, or at lease it will try to do the best.

Requirements

Windows with .NET4.6 installed.

Installation

  • Install from msi.
  • Install ffmpeg.exe and ffprobe.exe into JoinerSplitter folder or add to Path.

Current limitations and issues

Application was tested only with Lumix GH3 and Lumix GH4 (including 4K) MOV videos.

About

Fast video joiner/splitter using ffmpeg codec copy

License:MIT License


Languages

Language:C# 100.0%