From 89d5fb81169e4c115b040ed53205f8de25e8d17c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Fri, 30 May 2025 11:50:19 +0200 Subject: [PATCH] Updare Readmes --- README.md | 5 ++++- demo/README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be3b779..9c8ca1d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ This method handles everything automatically - installing all dependencies inclu #### OPTION 2: Install using pip ```bash # Create a virtual environment (optional) +mkdir abogen && cd abogen python -m venv venv venv\Scripts\activate @@ -53,6 +54,7 @@ pip install abogen brew install espeak-ng # Create a virtual environment (recommended) +mkdir abogen && cd abogen python3 -m venv venv source venv/bin/activate @@ -67,6 +69,7 @@ sudo pacman -S espeak-ng # Arch Linux sudo dnf install espeak-ng # Fedora # Create a virtual environment (recommended) +mkdir abogen && cd abogen python3 -m venv venv source venv/bin/activate @@ -168,7 +171,7 @@ When you process the text file, Abogen will detect these markers automatically a ![Abogen Chapter Marker](https://raw.githubusercontent.com/denizsafak/abogen/refs/heads/main/demo/chapter_marker.png) ## `About Metadata Tags` -Similar to chapter markers, it is possible to add metadata tags to `M4B` files. This is useful for audiobook players that support metadata, allowing you to add information like title, author, year, etc. Abogen automatically adds these tags when you process ePUB or PDF files, but you can also add them manually to your text files. Add metadata tags **at the beginning of your text file** like this: +Similar to chapter markers, it is possible to add metadata tags for `M4B` files. This is useful for audiobook players that support metadata, allowing you to add information like title, author, year, etc. Abogen automatically adds these tags when you process ePUB or PDF files, but you can also add them manually to your text files. Add metadata tags **at the beginning of your text file** like this: ``` <> <> diff --git a/demo/README.md b/demo/README.md index 648d4cb..49312cd 100644 --- a/demo/README.md +++ b/demo/README.md @@ -23,7 +23,7 @@ brew install ffmpeg sudo apt install ffmpeg ``` -### Create the Video (.webm) +## Create the Video (.webm) Run this FFmpeg command to create the tiny video: