MKVToolnix 31
Цитата | Quote
## New features and enhancements
* all programs: added a new option `--abort-on-warnings` that will cause the
program to abort after it has emitted the first warning, similar to how it
aborts after the first error. Implements #2493.
* mkvmerge, mkvextract: when closing files that were opened for writing,
cached data will not be flushed to storage automatically anymore. This
reverts the workaround implemented for #2469. A new option was added to both
programs (`--flush-on-close`) that re-enables flushing for people who are
affected by data loss such as described in #2469.
The reason is that automatic flushing causes long delays in processing
queues when the output by mkvmerge/mkvextract isn't the final product but
just an intermediate result to be processed further.
Implements #2480.
* MKVToolNix GUI: multiplexer: the dialog previewing different character sets
for text subtitles will now keep the position of the displayed text when
switching between character sets. Implements #2489.
## Bug fixes...
* all programs: added a new option `--abort-on-warnings` that will cause the
program to abort after it has emitted the first warning, similar to how it
aborts after the first error. Implements #2493.
* mkvmerge, mkvextract: when closing files that were opened for writing,
cached data will not be flushed to storage automatically anymore. This
reverts the workaround implemented for #2469. A new option was added to both
programs (`--flush-on-close`) that re-enables flushing for people who are
affected by data loss such as described in #2469.
The reason is that automatic flushing causes long delays in processing
queues when the output by mkvmerge/mkvextract isn't the final product but
just an intermediate result to be processed further.
Implements #2480.
* MKVToolNix GUI: multiplexer: the dialog previewing different character sets
for text subtitles will now keep the position of the displayed text when
switching between character sets. Implements #2489.
## Bug fixes...