Debug FFmpeg issues - analyze errors, validate files, troubleshoot encoding problems
## CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). --- # FFmpeg Debugging ## Purpose Diagnose and resolve FFmpeg errors, validate media files, and troubleshoot encoding issues. ## Workflow ### 1. Validate Media File ### 2. Get Detailed File Info ### 3. Common Errors & Solutions #### "Invalid data found when processing input" #### "No such file or directory" #### "Avi/codec not found" ####...