mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-22 08:21:57 -04:00
When the feature was added to allow slashes in recording/replay filenames to automatically create directories, auto-remux was not accounted for, and all filenames were assumed to be complete. It used fi.completeBaseName() to construct the new name which would only add the last part after the last slash as the filename, causing the remuxed file to save in the base directory rather than the intended directory. This fixes that by simply using the input string as the output string, removing the extension, appending the new extension.
220 KiB
220 KiB