diff --git a/UI/window-remux.cpp b/UI/window-remux.cpp index 31bf5a590..ed6650019 100644 --- a/UI/window-remux.cpp +++ b/UI/window-remux.cpp @@ -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)