Test linked Matroska files (manually)

Editing linked Matroska files works. The linked
files are treated as individual files. When saving
segment linking is retained and the files aren't
otherwise broken.
This commit is contained in:
Martchus 2017-05-24 20:01:19 +02:00
parent d052db8abb
commit 18b508e684
1 changed files with 1 additions and 3 deletions

View File

@ -258,13 +258,11 @@ To build without GUI, add the following parameters to the CMake call:
## TODO
- Support more formats (EXIF, PDF metadata, Theora in Ogg, ...)
- Allow adding tags to specific streams when dealing with Ogg
- Do tests with Matroska files which have multiple segments
- Set tag information concurrently if multiple files have been specified (CLI)
- Support adding cue-sheet to FLAC files
## Bugs
- Large file information is not shown when using Qt WebEngine
- It is recommend to create backups before editing because I can not test whether the underlying library
works with all kinds of files (when forcing rewrite a backup is always created)
- underlying library: Matroska files composed of more than one segment aren't tested yet and might not work.
works with all kinds of files (when forcing rewrite a backup is always created).
- Also note the issue tracker on GitHub