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