Smart video processing - compress, convert, extract clips (auto-detects single file or batch)
/plugin marketplace add leobrival/serum-plugins-official/plugin install media-tools@serum-plugins-official<file_or_folder> [options]# Video Command Smart video processing that automatically handles single files or batch operations. ## Arguments $ARGUMENTS ## Intelligent Behavior This command automatically detects input type: | Input | Behavior | |-------|----------| | Single file (`video.mp4`) | Process that file | | Directory (`./videos/`) | Process all videos in directory | | Glob pattern (`*.mov`) | Process matching files | | Multiple files | Process each file | ## Task ### Step 1: Detect Input Type Parse `$ARGUMENTS` to determine input type (file, directory, glob, or multiple). ### Step 2: Gather Files **...