Difference between revisions of "Non linear MKV Editor"

From air
Jump to navigation Jump to search
Line 9: Line 9:
   
 
# Remove ads: Shotdetect can detect ads and produces a description of scenes in XML. This can be used to generate cutting points.
 
# Remove ads: Shotdetect can detect ads and produces a description of scenes in XML. This can be used to generate cutting points.
# Re-encode some tracks
+
# May reencode some tracks (ffmpeg -c copy -c:v ...)
 
# Convert dvb subtitles to srt (OCR feature)
 
# Convert dvb subtitles to srt (OCR feature)
   

Revision as of 01:21, 12 December 2016

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.

Extensions

  1. Remove ads: Shotdetect can detect ads and produces a description of scenes 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

  • Shotcut
  • LiVES
  • Kdenlive
  • Avidemux
  • Kino
  • Openshot
  • Pitivi
  • Cinelerra
  • Blender
  • Lightworks
  • Flowblade
  • ...

Frameworks