From 4abc40e75d0f514b13e330f40b36624b964ca23e Mon Sep 17 00:00:00 2001 From: Esa Kataja Date: Wed, 15 Jan 2025 12:09:58 +0200 Subject: [PATCH] CHANGE Readme documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c311401..616fa6f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This is a command-line application that analyzes video files using `ffprobe` to 4. **OMDb API Lookup (Optional):** If an IMDB ID is provided, the application queries the OMDb API to retrieve movie title and release date. 5. **Output:** Finally, it prints a command string based on the extracted information. This command string is likely intended for further video processing or encoding. + - Every audio stream that is side loaded, must be converted to 5.1 channel layout with `channelmap=channel_layout=5.1` ## Usage