File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- edledit is a program to edit Edit Decision Lists (EDL) files.
1
+ edledit is a GUI program to create and edit Edit Decision Lists (EDL) files.
2
+
3
+ mkvedlmerge is a program to cut a mkvfile according to an EDL and merge into a
4
+ new mkvfile, removing the skipped parts.
2
5
3
6
Copyright (c) 2010 Stephane Bidoul
4
7
@@ -13,4 +16,4 @@ Limitations:
13
16
- the format defined in the MPlayer documentation is supported; XBMC extensions
14
17
are not supported
15
18
- EDL blocks must not overlap and must be in chronological order; strange
16
- things may happen if you try to open a file which does not respect this
19
+ things may happen if you try to open an edl file which does not respect this
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ BUG: problem loading Arte recordings (subtitles issue?)
8
8
9
9
IMPROVEMENT: general exception handling
10
10
11
+ TODO: packaging: pyedl on pypi?
12
+ TODO: packaging: 3 packages: pyedl, edledit, mkvedlmerge
11
13
TODO: packaging: .deb translations
12
14
TODO: packaging: .deb COPYING
13
15
TODO: packaging: .deb changelog
You can’t perform that action at this time.
0 commit comments