change proxy container

This commit is contained in:
itsmattkc
2019-02-03 01:31:59 +11:00
parent 2ba0936401
commit 5f89e6dca9
+4 -1
View File
@@ -81,7 +81,10 @@ void ProxyDialog::accept() {
info.codec_type = 0;
info.size_multiplier = size_combobox->currentData().toDouble();
QString base_footage_fn = QFileInfo(selected_footage.at(i)->url).fileName();
QString base_footage_fn = QFileInfo(selected_footage.at(i)->url).baseName();
// TEMPORARILY hardcoded proxy format
base_footage_fn.append(".mov");
// determine path from input
if (custom_location.isEmpty()) {