Fix MGCB calling ffmpeg with ffprobe arguments by ameoverflow · Pull Request #8856 · MonoGame/MonoGame

Skip to content

Navigation Menu

Sign in

Appearance settings

Conversation

@ameoverflow ameoverflow changed the title MGCB calls ffmpeg with ffprobe arguments Fix MGCB calling ffmpeg with ffprobe arguments

Jun 25, 2025

dellis1972

SimonDarksideJ

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.