mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-21 12:49:40 +08:00
Reactors a bit of code related to starting up FFmpeg and makes it so the initial view for the media source's properties displays the most commonly desired settings. Instead of the media source properties showing the URL mode by default along with a whole bunch of properties that are confusing to most users, starts on file mode and changes defaults to be a bit more sensible related to file input. Also, as a temporary measure for fixing color format issues (some video files would display their color information incorrectly), forced format conversion is now enabled by default, and has been moved to advanced settings. Ideally, the actual bug causing color format issues in either media-io or libff should be fixed at some point.