From 490652e255b8bd0235b7cb0be692d068dc29c24a Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 4 Mar 2019 13:53:13 +0100 Subject: [PATCH] Hint for critical issue #27 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a9ed0b1..f4cb90c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # m4b-tool m4b-tool is a is a wrapper for `ffmpeg` and `mp4v2` to merge, split or and manipulate audiobook files with chapters. Although `m4b-tool` is designed to handle m4b files, nearly all audio formats should be supported, e.g. mp3, aac, ogg, alac and flac. +## ![#f03c15](https://placehold.it/15/f03c15/000000?text=+) Warning: using`--no-conversion` parameter may lead to data loss +Using the `--no-conversion` flag may delete or overwrite files without interaction and can cause data-loss. Use only, if you backup the original files! See https://github.com/sandreas/m4b-tool/issues/27 for details. + ## Features - `merge` a set of audio files (e.g. MP3 or AAC) into a single m4b file