CHANGE Readme documentation

This commit is contained in:
Esa Kataja
2025-01-15 12:09:58 +02:00
parent f165316c02
commit 4abc40e75d
+1
View File
@@ -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