Fix MGCB calling ffmpeg with ffprobe arguments by ameoverflow · Pull Request #8856 · MonoGame/MonoGame
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 3k
Conversation
ameoverflow
changed the title
MGCB calls ffmpeg with ffprobe arguments
Fix MGCB calling ffmpeg with ffprobe arguments
CartBlanche pushed a commit that referenced this pull request
Jun 27, 2025### Fixes Video content processor now calls ffprobe instead of ffmpeg, as intended. ### Description of Change MGCB was incorrectly trying to run ffmpeg with arguments meant for ffprobe (eg. `-show_format`), causing the project to fail to build when a video file was included in the assets. This change corrects the method call to use ffprobe, resolving the issue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters