This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function moveFiles() { | |
var fldrIdA=[ | |
{src:'####folderIDofdatabase1folder####',des:'####folderIDofdatabase1archivefolder####'}, // note to identify that this line is for database1 | |
{src:'####folderIDofdatabase2folder####',des:'####folderIDofdatabase2archivefolder####'}, // note to identify that this line is for database2 | |
{src:'####folderIDofdatabase3folder####',des:'####folderIDofdatabase3archivefolder####'}, // note to identify that this line is for database3 | |
]; | |
for(var i=0;i<fldrIdA.length;i++) { | |
var srcfldr = DriveApp.getFolderById(fldrIdA[i].src) | |
var desfldr = DriveApp.getFolderById(fldrIdA[i].des) | |
var files = srcfldr.getFiles(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
distorted video | aggregateVMAF | aggregatePSNR | aggregateSSIM | file size | |
---|---|---|---|---|---|
ame-windows-software-50-62-5 | 97.6441 | 48.9514 | 0.999048 | 1.1 GB | |
resolve-linux-1080ti-nvenc-auto | 95.9939 | 47.4985 | 0.998858 | 396.6 MB | |
resolve-linux-1080ti-nvenc-base | 95.9939 | 47.4985 | 0.998858 | 396.6 MB | |
resolve-linux-1080ti-nvenc-main | 95.9939 | 47.4985 | 0.998858 | 396.6 MB | |
resolve-linux-1080ti-nvenc-high | 95.9939 | 47.4985 | 0.998858 | 396.6 MB | |
resolve-linux-2080ti-nvenc-auto | 96.1622 | 47.7348 | 0.99871 | 396.3 MB | |
resolve-linux-2080ti-nvenc-base | 96.1622 | 47.7348 | 0.99871 | 396.3 MB | |
resolve-linux-2080ti-nvenc-main | 96.1622 | 47.7348 | 0.99871 | 396.3 MB | |
resolve-linux-2080ti-nvenc-high | 96.1622 | 47.7348 | 0.99871 | 396.3 MB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
compute_device | scene | Windows ("total_render_time" in seconds) | Linux ("total_render_time" in seconds) | % advantage Linux has over Windows | |
---|---|---|---|---|---|
CPU | barbershop_interior | 1003.27 | 783.832 | 21.87% | |
bmw27 | 200.546 | 160.017 | 20.21% | ||
classroom | 642.633 | 499.99 | 22.20% | ||
fishy_cat | 297.251 | 242.44 | 18.44% | ||
koro | 407.027 | 359.322 | 11.72% | ||
pavillon_barcelona | 479.653 | 398 | 17.02% | ||
GPU | barbershop_interior | 827.345 | 781.424 | 5.55% | |
bmw27 | 108.771 | 105.529 | 2.98% | ||
classroom | 263.265 | 249.775 | 5.12% |