mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-25 22:58:29 -05:00
UI: Fix wrong filename building for Remux dialog
This commit is contained in:
@@ -482,7 +482,7 @@ void RemuxQueueModel::checkInputPath(int row)
|
||||
|
||||
if (entry.state == RemuxEntryState::Ready)
|
||||
entry.targetPath = fileInfo.path() + QDir::separator()
|
||||
+ fileInfo.baseName() + ".mp4";
|
||||
+ fileInfo.completeBaseName() + ".mp4";
|
||||
}
|
||||
|
||||
if (entry.state == RemuxEntryState::Ready && isProcessing)
|
||||
|
||||
Reference in New Issue
Block a user