Difference between revisions of "Non linear MKV Editor"

From air
Jump to navigation Jump to search
(Created page with " Command tool * MKVmerge Extraction/copy des tracks à la précision d'une frame Feature tools * https://github.com/johmathe/Shotdetect Détecteur de scènes Cut tool * http...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
= Goal =
  +
  +
* A GUI front-end to MKVMerge with a non linear editor-style, like dvbcut for MPEG TS.
  +
* All tracks must be kept and copy by default, video, audio and subtitles.
  +
* Preserve metadata.
  +
* Thumbnails of image before black image.
  +
  +
== Extensions ==
  +
  +
# Remove ads: Shotdetect can detect scenes and produces a description in XML. This can be used to generate cutting points.
  +
# May reencode some tracks (ffmpeg -c copy -c:v ...)
  +
# Convert dvb subtitles to srt (OCR feature)
  +
  +
= References =
   
 
Command tool
 
Command tool
Line 5: Line 19:
 
Feature tools
 
Feature tools
 
* https://github.com/johmathe/Shotdetect Détecteur de scènes
 
* https://github.com/johmathe/Shotdetect Détecteur de scènes
  +
* http://vasanthkalingeri.github.io/CommercialDetection/ Google Summer of Code 2015
   
 
Cut tool
 
Cut tool
Line 10: Line 25:
   
 
NL Editors
 
NL Editors
  +
* Shotcut - https://github.com/mltframework/shotcut
* Shotcut
 
 
* LiVES
 
* LiVES
 
* Kdenlive
 
* Kdenlive
Line 24: Line 39:
   
 
Frameworks
 
Frameworks
* [[MLT|MLT Multimedia Framework]] https://www.mltframework.org/
+
* MLT Multimedia Framework -- https://www.mltframework.org/
* [[FFMpeg]]
+
* FFMpeg

Latest revision as of 12:36, 16 January 2017

Goal

  • A GUI front-end to MKVMerge with a non linear editor-style, like dvbcut for MPEG TS.
  • All tracks must be kept and copy by default, video, audio and subtitles.
  • Preserve metadata.
  • Thumbnails of image before black image.

Extensions

  1. Remove ads: Shotdetect can detect scenes and produces a description in XML. This can be used to generate cutting points.
  2. May reencode some tracks (ffmpeg -c copy -c:v ...)
  3. Convert dvb subtitles to srt (OCR feature)

References

Command tool

  • MKVmerge Extraction/copy des tracks à la précision d'une frame

Feature tools

Cut tool

NL Editors

Frameworks