Universal media processor - auto-detects images or videos and applies appropriate processing
/plugin marketplace add leobrival/serum-plugins-official/plugin install media-tools@serum-plugins-official<file_or_folder> [action]# Media Command Universal media processor that automatically detects file types and applies appropriate processing. ## Arguments $ARGUMENTS ## Intelligent Detection The command analyzes input and determines: 1. **File type** (image or video) 2. **Single or batch** operation 3. **Best processing approach** | Input | Detection | Action | |-------|-----------|--------| | `photo.jpg` | Image, single | Process image | | `video.mp4` | Video, single | Process video | | `./media/` | Mixed folder | Separate and process both | | `*.png` | Images, batch | Batch process images | | `*.mov` | Vide...