← back to Travis
initial scaffold (gitify-all 2026-05-06)
4af59198ab04ae95d7d0de11e7b955b508c8a7f0 · 2026-05-06 10:25:13 -0700 · Steve Abrams
Files touched
A .gitignoreA package-lock.jsonA package.jsonA public/favicon.svgA public/index.htmlA server.jsA stereo-data.csv
Diff
commit 4af59198ab04ae95d7d0de11e7b955b508c8a7f0
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed May 6 10:25:13 2026 -0700
initial scaffold (gitify-all 2026-05-06)
---
.gitignore | 12 +
package-lock.json | 837 ++++++++++++++++
package.json | 17 +
public/favicon.svg | 4 +
public/index.html | 679 +++++++++++++
server.js | 91 ++
stereo-data.csv | 2738 ++++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 4378 insertions(+)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7e6a9c3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+node_modules/
+.env
+.env.local
+.env.*.local
+.env.*
+tmp/
+*.log
+.DS_Store
+dist/
+build/
+.next/
+*.bak
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..7f5c313
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,837 @@
+{
+ "name": "travis",
+ "version": "1.0.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "travis",
+ "version": "1.0.0",
+ "license": "ISC",
+ "dependencies": {
+ "express": "^5.2.1",
+ "helmet": "^8.1.0"
+ }
+ },
+ "node_modules/accepts": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
+ "license": "MIT",
+ "dependencies": {
+ "mime-types": "^3.0.0",
+ "negotiator": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/body-parser": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
+ "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
+ "license": "MIT",
+ "dependencies": {
+ "bytes": "^3.1.2",
+ "content-type": "^1.0.5",
+ "debug": "^4.4.3",
+ "http-errors": "^2.0.0",
+ "iconv-lite": "^0.7.0",
+ "on-finished": "^2.4.1",
+ "qs": "^6.14.1",
+ "raw-body": "^3.0.1",
+ "type-is": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/bytes": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/call-bind-apply-helpers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/call-bound": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "get-intrinsic": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/content-disposition": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
+ "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/content-type": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/cookie": {
+ "version": "0.7.2",
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/cookie-signature": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=6.6.0"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.4.3",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
+ "license": "MIT",
+ "dependencies": {
+ "ms": "^2.1.3"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/depd": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/dunder-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "gopd": "^1.2.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/ee-first": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
+ "license": "MIT"
+ },
+ "node_modules/encodeurl": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/es-define-property": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-errors": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/es-object-atoms": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/escape-html": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
+ "license": "MIT"
+ },
+ "node_modules/etag": {
+ "version": "1.8.1",
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/express": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
+ "license": "MIT",
+ "dependencies": {
+ "accepts": "^2.0.0",
+ "body-parser": "^2.2.1",
+ "content-disposition": "^1.0.0",
+ "content-type": "^1.0.5",
+ "cookie": "^0.7.1",
+ "cookie-signature": "^1.2.1",
+ "debug": "^4.4.0",
+ "depd": "^2.0.0",
+ "encodeurl": "^2.0.0",
+ "escape-html": "^1.0.3",
+ "etag": "^1.8.1",
+ "finalhandler": "^2.1.0",
+ "fresh": "^2.0.0",
+ "http-errors": "^2.0.0",
+ "merge-descriptors": "^2.0.0",
+ "mime-types": "^3.0.0",
+ "on-finished": "^2.4.1",
+ "once": "^1.4.0",
+ "parseurl": "^1.3.3",
+ "proxy-addr": "^2.0.7",
+ "qs": "^6.14.0",
+ "range-parser": "^1.2.1",
+ "router": "^2.2.0",
+ "send": "^1.1.0",
+ "serve-static": "^2.2.0",
+ "statuses": "^2.0.1",
+ "type-is": "^2.0.1",
+ "vary": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 18"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/finalhandler": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^4.4.0",
+ "encodeurl": "^2.0.0",
+ "escape-html": "^1.0.3",
+ "on-finished": "^2.4.1",
+ "parseurl": "^1.3.3",
+ "statuses": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 18.0.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/forwarded": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/fresh": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
+ "license": "MIT",
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bind-apply-helpers": "^1.0.2",
+ "es-define-property": "^1.0.1",
+ "es-errors": "^1.3.0",
+ "es-object-atoms": "^1.1.1",
+ "function-bind": "^1.1.2",
+ "get-proto": "^1.0.1",
+ "gopd": "^1.2.0",
+ "has-symbols": "^1.1.0",
+ "hasown": "^2.0.2",
+ "math-intrinsics": "^1.1.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-proto": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
+ "license": "MIT",
+ "dependencies": {
+ "dunder-proto": "^1.0.1",
+ "es-object-atoms": "^1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/gopd": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/hasown": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
+ "license": "MIT",
+ "dependencies": {
+ "function-bind": "^1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/helmet": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/helmet/-/helmet-8.1.0.tgz",
+ "integrity": "sha512-jOiHyAZsmnr8LqoPGmCjYAaiuWwjAPLgY8ZX2XrmHawt99/u1y6RgrZMTeoPfpUbV96HOalYgz1qzkRbw54Pmg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=18.0.0"
+ }
+ },
+ "node_modules/http-errors": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
+ "license": "MIT",
+ "dependencies": {
+ "depd": "~2.0.0",
+ "inherits": "~2.0.4",
+ "setprototypeof": "~1.2.0",
+ "statuses": "~2.0.2",
+ "toidentifier": "~1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.7.2",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
+ "license": "MIT",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "license": "ISC"
+ },
+ "node_modules/ipaddr.js": {
+ "version": "1.9.1",
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/is-promise": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
+ "license": "MIT"
+ },
+ "node_modules/math-intrinsics": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/media-typer": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/merge-descriptors": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.54.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
+ "license": "MIT",
+ "dependencies": {
+ "mime-db": "^1.54.0"
+ },
+ "engines": {
+ "node": ">=18"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.3",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+ "license": "MIT"
+ },
+ "node_modules/negotiator": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/object-inspect": {
+ "version": "1.13.4",
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/on-finished": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
+ "license": "MIT",
+ "dependencies": {
+ "ee-first": "1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "license": "ISC",
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/parseurl": {
+ "version": "1.3.3",
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/path-to-regexp": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
+ "license": "MIT",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/proxy-addr": {
+ "version": "2.0.7",
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
+ "license": "MIT",
+ "dependencies": {
+ "forwarded": "0.2.0",
+ "ipaddr.js": "1.9.1"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/qs": {
+ "version": "6.15.0",
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
+ "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
+ "license": "BSD-3-Clause",
+ "dependencies": {
+ "side-channel": "^1.1.0"
+ },
+ "engines": {
+ "node": ">=0.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/range-parser": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/raw-body": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
+ "license": "MIT",
+ "dependencies": {
+ "bytes": "~3.1.2",
+ "http-errors": "~2.0.1",
+ "iconv-lite": "~0.7.0",
+ "unpipe": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.10"
+ }
+ },
+ "node_modules/router": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^4.4.0",
+ "depd": "^2.0.0",
+ "is-promise": "^4.0.0",
+ "parseurl": "^1.3.3",
+ "path-to-regexp": "^8.0.0"
+ },
+ "engines": {
+ "node": ">= 18"
+ }
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "license": "MIT"
+ },
+ "node_modules/send": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
+ "license": "MIT",
+ "dependencies": {
+ "debug": "^4.4.3",
+ "encodeurl": "^2.0.0",
+ "escape-html": "^1.0.3",
+ "etag": "^1.8.1",
+ "fresh": "^2.0.0",
+ "http-errors": "^2.0.1",
+ "mime-types": "^3.0.2",
+ "ms": "^2.1.3",
+ "on-finished": "^2.4.1",
+ "range-parser": "^1.2.1",
+ "statuses": "^2.0.2"
+ },
+ "engines": {
+ "node": ">= 18"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/serve-static": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
+ "license": "MIT",
+ "dependencies": {
+ "encodeurl": "^2.0.0",
+ "escape-html": "^1.0.3",
+ "parseurl": "^1.3.3",
+ "send": "^1.2.0"
+ },
+ "engines": {
+ "node": ">= 18"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/express"
+ }
+ },
+ "node_modules/setprototypeof": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
+ "license": "ISC"
+ },
+ "node_modules/side-channel": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "object-inspect": "^1.13.3",
+ "side-channel-list": "^1.0.0",
+ "side-channel-map": "^1.0.1",
+ "side-channel-weakmap": "^1.0.2"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/side-channel-list": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
+ "license": "MIT",
+ "dependencies": {
+ "es-errors": "^1.3.0",
+ "object-inspect": "^1.13.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/side-channel-map": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bound": "^1.0.2",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.5",
+ "object-inspect": "^1.13.3"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/side-channel-weakmap": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
+ "license": "MIT",
+ "dependencies": {
+ "call-bound": "^1.0.2",
+ "es-errors": "^1.3.0",
+ "get-intrinsic": "^1.2.5",
+ "object-inspect": "^1.13.3",
+ "side-channel-map": "^1.0.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/statuses": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/toidentifier": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=0.6"
+ }
+ },
+ "node_modules/type-is": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
+ "license": "MIT",
+ "dependencies": {
+ "content-type": "^1.0.5",
+ "media-typer": "^1.1.0",
+ "mime-types": "^3.0.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/unpipe": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "license": "ISC"
+ }
+ }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..166d307
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "travis",
+ "version": "1.0.0",
+ "main": "server.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "start": "node server.js"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "description": "",
+ "dependencies": {
+ "express": "^5.2.1",
+ "helmet": "^8.1.0"
+ }
+}
diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 0000000..9dafbe1
--- /dev/null
+++ b/public/favicon.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
+<rect width="32" height="32" rx="6" fill="#10b981"/>
+<text x="50%" y="55%" text-anchor="middle" dominant-baseline="middle" font-size="20" font-family="Apple Color Emoji, Segoe UI Emoji, sans-serif" fill="white">T</text>
+</svg>
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..8cfa97a
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,679 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Stereo Report</title>
+ <script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
+ <style>
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
+
+ * { margin: 0; padding: 0; box-sizing: border-box; }
+
+ body {
+ font-family: 'Inter', -apple-system, sans-serif;
+ background: #fafafa;
+ color: #1a1a1a;
+ min-height: 100vh;
+ }
+
+ .controls {
+ position: fixed;
+ top: 16px;
+ right: 16px;
+ z-index: 100;
+ display: flex;
+ gap: 8px;
+ }
+
+ .controls button {
+ padding: 8px 16px;
+ border: 1px solid #d1d5db;
+ border-radius: 6px;
+ background: white;
+ font-size: 12px;
+ font-weight: 500;
+ cursor: pointer;
+ font-family: 'Inter', sans-serif;
+ transition: all 0.15s;
+ }
+
+ .controls button:hover {
+ background: #111;
+ color: white;
+ border-color: #111;
+ }
+
+ .controls button.pdf-btn {
+ background: #111;
+ color: white;
+ border-color: #111;
+ }
+
+ .controls button.pdf-btn:hover {
+ background: #333;
+ }
+
+ /* ── Report Page ── */
+ .report-page {
+ width: 8.5in;
+ min-height: 11in;
+ margin: 20px auto;
+ background: white;
+ padding: 0.6in 0.7in;
+ box-shadow: 0 1px 3px rgba(0,0,0,0.08);
+ position: relative;
+ }
+
+ @media print {
+ .controls { display: none; }
+ body { background: white; }
+ .report-page { box-shadow: none; margin: 0; padding: 0.5in 0.6in; }
+ }
+
+ /* ── Logo Area ── */
+ .logo-area {
+ text-align: center;
+ margin-bottom: 12px;
+ position: relative;
+ }
+
+ .logo-area img {
+ max-height: 60px;
+ max-width: 240px;
+ object-fit: contain;
+ }
+
+ .logo-upload {
+ display: inline-flex;
+ align-items: center;
+ gap: 6px;
+ padding: 10px 20px;
+ border: 1.5px dashed #d1d5db;
+ border-radius: 8px;
+ cursor: pointer;
+ color: #9ca3af;
+ font-size: 11px;
+ font-weight: 500;
+ letter-spacing: 0.3px;
+ transition: all 0.15s;
+ }
+
+ .logo-upload:hover {
+ border-color: #9ca3af;
+ color: #6b7280;
+ }
+
+ .logo-upload svg {
+ width: 16px;
+ height: 16px;
+ }
+
+ #logo-input { display: none; }
+
+ /* ── Header ── */
+ .report-header {
+ text-align: center;
+ margin-bottom: 28px;
+ padding-bottom: 16px;
+ border-bottom: 1.5px solid #e5e7eb;
+ }
+
+ .report-title {
+ font-size: 26px;
+ font-weight: 700;
+ letter-spacing: -0.5px;
+ color: #111;
+ margin-bottom: 4px;
+ }
+
+ .report-date {
+ font-size: 12px;
+ color: #9ca3af;
+ font-weight: 400;
+ letter-spacing: 0.5px;
+ }
+
+ /* ── Chart Section ── */
+ .chart-section {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ gap: 40px;
+ margin-bottom: 32px;
+ }
+
+ .chart-container {
+ width: 220px;
+ height: 220px;
+ position: relative;
+ }
+
+ .chart-legend {
+ display: flex;
+ flex-direction: column;
+ gap: 10px;
+ }
+
+ .legend-item {
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ }
+
+ .legend-dot {
+ width: 12px;
+ height: 12px;
+ border-radius: 3px;
+ flex-shrink: 0;
+ }
+
+ .legend-label {
+ font-size: 12px;
+ color: #6b7280;
+ font-weight: 400;
+ min-width: 90px;
+ }
+
+ .legend-value {
+ font-size: 14px;
+ font-weight: 600;
+ color: #111;
+ font-variant-numeric: tabular-nums;
+ }
+
+ .legend-pct {
+ font-size: 11px;
+ color: #9ca3af;
+ font-weight: 400;
+ margin-left: 4px;
+ }
+
+ /* ── Stats Grid ── */
+ .stats-grid {
+ display: grid;
+ grid-template-columns: repeat(4, 1fr);
+ gap: 16px;
+ margin-bottom: 28px;
+ }
+
+ .stat-card {
+ text-align: center;
+ padding: 18px 12px;
+ border: 1px solid #f0f0f0;
+ border-radius: 10px;
+ background: #fafafa;
+ }
+
+ .stat-value {
+ font-size: 28px;
+ font-weight: 700;
+ color: #111;
+ line-height: 1;
+ margin-bottom: 6px;
+ font-variant-numeric: tabular-nums;
+ }
+
+ .stat-value.green { color: #16a34a; }
+ .stat-value.amber { color: #d97706; }
+ .stat-value.red { color: #dc2626; }
+ .stat-value.blue { color: #2563eb; }
+
+ .stat-label {
+ font-size: 10px;
+ font-weight: 500;
+ color: #9ca3af;
+ text-transform: uppercase;
+ letter-spacing: 0.8px;
+ }
+
+ /* ── Breakdown Table ── */
+ .breakdown {
+ margin-bottom: 24px;
+ }
+
+ .breakdown-title {
+ font-size: 11px;
+ font-weight: 600;
+ color: #9ca3af;
+ text-transform: uppercase;
+ letter-spacing: 1px;
+ margin-bottom: 12px;
+ }
+
+ .breakdown-table {
+ width: 100%;
+ border-collapse: collapse;
+ }
+
+ .breakdown-table th {
+ text-align: left;
+ font-size: 10px;
+ font-weight: 600;
+ color: #9ca3af;
+ text-transform: uppercase;
+ letter-spacing: 0.5px;
+ padding: 8px 12px;
+ border-bottom: 1.5px solid #e5e7eb;
+ }
+
+ .breakdown-table th:not(:first-child) {
+ text-align: right;
+ }
+
+ .breakdown-table td {
+ padding: 10px 12px;
+ font-size: 13px;
+ border-bottom: 1px solid #f3f4f6;
+ }
+
+ .breakdown-table td:not(:first-child) {
+ text-align: right;
+ font-variant-numeric: tabular-nums;
+ font-weight: 500;
+ }
+
+ .breakdown-table tr:last-child td {
+ border-bottom: none;
+ }
+
+ .breakdown-table .total-row td {
+ font-weight: 700;
+ border-top: 1.5px solid #e5e7eb;
+ border-bottom: none;
+ padding-top: 12px;
+ }
+
+ .pct-bar {
+ display: inline-flex;
+ align-items: center;
+ gap: 6px;
+ }
+
+ .pct-bar-fill {
+ height: 6px;
+ border-radius: 3px;
+ display: inline-block;
+ min-width: 2px;
+ }
+
+ .pct-text {
+ font-size: 11px;
+ color: #9ca3af;
+ }
+
+ /* ── Footer ── */
+ .report-footer {
+ position: absolute;
+ bottom: 0.5in;
+ left: 0.7in;
+ right: 0.7in;
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding-top: 12px;
+ border-top: 1px solid #f0f0f0;
+ font-size: 9px;
+ color: #d1d5db;
+ }
+
+ /* ── Turnover bar ── */
+ .turnover-bar-container {
+ margin-bottom: 28px;
+ }
+
+ .turnover-bar-header {
+ display: flex;
+ justify-content: space-between;
+ margin-bottom: 8px;
+ }
+
+ .turnover-bar-label {
+ font-size: 11px;
+ font-weight: 500;
+ color: #6b7280;
+ }
+
+ .turnover-bar-pct {
+ font-size: 13px;
+ font-weight: 700;
+ color: #16a34a;
+ }
+
+ .turnover-bar {
+ height: 10px;
+ border-radius: 5px;
+ background: #f3f4f6;
+ overflow: hidden;
+ display: flex;
+ }
+
+ .turnover-bar-segment {
+ height: 100%;
+ transition: width 0.6s ease;
+ }
+ </style>
+</head>
+<body>
+ <!-- Controls (hidden in print/PDF) -->
+ <div class="controls" id="controls">
+ <button onclick="window.print()">Print</button>
+ <button class="pdf-btn" onclick="downloadPDF()">Download PDF</button>
+ </div>
+
+ <!-- Report -->
+ <div class="report-page" id="report">
+ <!-- Logo -->
+ <div class="logo-area" id="logo-area">
+ <label class="logo-upload" id="logo-label">
+ <svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.25 15.75l5.159-5.159a2.25 2.25 0 013.182 0l5.159 5.159m-1.5-1.5l1.409-1.409a2.25 2.25 0 013.182 0l2.909 2.909M3.75 21h16.5A2.25 2.25 0 0022.5 18.75V5.25A2.25 2.25 0 0020.25 3H3.75A2.25 2.25 0 001.5 5.25v13.5A2.25 2.25 0 003.75 21z" /></svg>
+ Click to upload project logo (.jpeg)
+ <input type="file" id="logo-input" accept=".jpg,.jpeg,.png,.svg,.webp">
+ </label>
+ </div>
+
+ <!-- Header -->
+ <div class="report-header">
+ <div class="report-title">Stereo Report</div>
+ <div class="report-date" id="report-date"></div>
+ </div>
+
+ <!-- Pie Chart + Legend -->
+ <div class="chart-section">
+ <div class="chart-container">
+ <canvas id="pieChart"></canvas>
+ </div>
+ <div class="chart-legend" id="chart-legend"></div>
+ </div>
+
+ <!-- Turnover Progress Bar -->
+ <div class="turnover-bar-container">
+ <div class="turnover-bar-header">
+ <span class="turnover-bar-label">Overall Turnover Progress</span>
+ <span class="turnover-bar-pct" id="turnover-pct"></span>
+ </div>
+ <div class="turnover-bar" id="turnover-bar"></div>
+ </div>
+
+ <!-- Stats Cards -->
+ <div class="stats-grid" id="stats-grid"></div>
+
+ <!-- Breakdown Table -->
+ <div class="breakdown">
+ <div class="breakdown-title">Shot Breakdown</div>
+ <table class="breakdown-table">
+ <thead>
+ <tr>
+ <th>Category</th>
+ <th>Shots</th>
+ <th>Frames</th>
+ <th>Duration</th>
+ <th>% of Total</th>
+ </tr>
+ </thead>
+ <tbody id="breakdown-body"></tbody>
+ </table>
+ </div>
+
+ <!-- Turnover Detail Table -->
+ <div class="breakdown">
+ <div class="breakdown-title">Turnover Status (Active Shots Only)</div>
+ <table class="breakdown-table">
+ <thead>
+ <tr>
+ <th>Status</th>
+ <th>Shots</th>
+ <th>% of Active</th>
+ <th>Progress</th>
+ </tr>
+ </thead>
+ <tbody id="turnover-body"></tbody>
+ </table>
+ </div>
+
+ <!-- Footer -->
+ <div class="report-footer">
+ <span>Stereo Conversion Report</span>
+ <span id="footer-date"></span>
+ </div>
+ </div>
+
+ <script>
+ const COLORS = {
+ turnedOver: '#16a34a',
+ nto: '#ef4444',
+ hold: '#f59e0b',
+ vfx: '#2563eb',
+ nvx: '#8b5cf6',
+ };
+
+ // Format date
+ function fmtDate(d) {
+ return new Date(d).toLocaleDateString('en-US', { weekday: 'long', year: 'numeric', month: 'long', day: 'numeric' });
+ }
+
+ function commas(n) { return n.toLocaleString(); }
+ function framesToTC(f) {
+ const sec = Math.floor(f / 24);
+ const m = Math.floor(sec / 60);
+ const h = Math.floor(m / 60);
+ if (h > 0) return `${h}h ${m % 60}m ${sec % 60}s`;
+ return `${m}m ${sec % 60}s`;
+ }
+
+ // Logo upload
+ document.getElementById('logo-input').addEventListener('change', function(e) {
+ const file = e.target.files[0];
+ if (!file) return;
+ const reader = new FileReader();
+ reader.onload = function(ev) {
+ const area = document.getElementById('logo-area');
+ area.innerHTML = `<img src="${ev.target.result}" alt="Project Logo" onclick="document.getElementById('logo-re').click()"><input type="file" id="logo-re" accept=".jpg,.jpeg,.png,.svg,.webp" style="display:none" onchange="reupload(event)">`;
+ };
+ reader.readAsDataURL(file);
+ });
+
+ function reupload(e) {
+ const file = e.target.files[0];
+ if (!file) return;
+ const reader = new FileReader();
+ reader.onload = function(ev) {
+ document.querySelector('#logo-area img').src = ev.target.result;
+ };
+ reader.readAsDataURL(file);
+ }
+
+ // Load data
+ async function loadReport() {
+ const data = await fetch('/api/report').then(r => r.json());
+
+ // Date
+ const dateStr = fmtDate(data.date);
+ document.getElementById('report-date').textContent = dateStr;
+ document.getElementById('footer-date').textContent = dateStr;
+
+ // Pie chart
+ const pieCtx = document.getElementById('pieChart').getContext('2d');
+ const pieLabels = [];
+ const pieValues = [];
+ const pieColors = [];
+
+ if (data.turnover.turnedOver > 0) {
+ pieLabels.push('Turned Over');
+ pieValues.push(data.turnover.turnedOver);
+ pieColors.push(COLORS.turnedOver);
+ }
+ if (data.turnover.nto > 0) {
+ pieLabels.push('NTO');
+ pieValues.push(data.turnover.nto);
+ pieColors.push(COLORS.nto);
+ }
+ if (data.turnover.hold > 0) {
+ pieLabels.push('HOLD');
+ pieValues.push(data.turnover.hold);
+ pieColors.push(COLORS.hold);
+ }
+ if (data.turnover.other > 0) {
+ pieLabels.push('Other');
+ pieValues.push(data.turnover.other);
+ pieColors.push('#94a3b8');
+ }
+
+ new Chart(pieCtx, {
+ type: 'doughnut',
+ data: {
+ labels: pieLabels,
+ datasets: [{
+ data: pieValues,
+ backgroundColor: pieColors,
+ borderWidth: 0,
+ hoverOffset: 4,
+ }]
+ },
+ options: {
+ responsive: true,
+ maintainAspectRatio: true,
+ cutout: '62%',
+ plugins: {
+ legend: { display: false },
+ tooltip: {
+ callbacks: {
+ label: ctx => ` ${ctx.label}: ${commas(ctx.raw)} shots (${((ctx.raw / data.activeShots) * 100).toFixed(1)}%)`
+ }
+ }
+ }
+ }
+ });
+
+ // Legend
+ const legendEl = document.getElementById('chart-legend');
+ const legendItems = [
+ { label: 'Turned Over', value: data.turnover.turnedOver, color: COLORS.turnedOver, pct: data.percentTurnedOver },
+ { label: 'NTO', value: data.turnover.nto, color: COLORS.nto, pct: data.percentNTO },
+ { label: 'HOLD', value: data.turnover.hold, color: COLORS.hold, pct: data.percentHold },
+ ];
+ legendEl.innerHTML = legendItems.map(l => `
+ <div class="legend-item">
+ <div class="legend-dot" style="background:${l.color}"></div>
+ <span class="legend-label">${l.label}</span>
+ <span class="legend-value">${commas(l.value)}<span class="legend-pct">(${l.pct}%)</span></span>
+ </div>
+ `).join('');
+
+ // Turnover progress bar
+ document.getElementById('turnover-pct').textContent = `${data.percentTurnedOver}%`;
+ const bar = document.getElementById('turnover-bar');
+ bar.innerHTML = `
+ <div class="turnover-bar-segment" style="width:${data.percentTurnedOver}%;background:${COLORS.turnedOver}"></div>
+ <div class="turnover-bar-segment" style="width:${data.percentHold}%;background:${COLORS.hold}"></div>
+ <div class="turnover-bar-segment" style="width:${data.percentNTO}%;background:${COLORS.nto}"></div>
+ `;
+
+ // Stats cards
+ document.getElementById('stats-grid').innerHTML = `
+ <div class="stat-card">
+ <div class="stat-value">${commas(data.activeShots)}</div>
+ <div class="stat-label">Active Shots</div>
+ </div>
+ <div class="stat-card">
+ <div class="stat-value green">${commas(data.turnover.turnedOver)}</div>
+ <div class="stat-label">Turned Over</div>
+ </div>
+ <div class="stat-card">
+ <div class="stat-value">${commas(data.totalFrames)}</div>
+ <div class="stat-label">Total Frames</div>
+ </div>
+ <div class="stat-card">
+ <div class="stat-value blue">${data.totalMinutes} min</div>
+ <div class="stat-label">Duration @24fps</div>
+ </div>
+ `;
+
+ // Breakdown table
+ const rows = [
+ { cat: 'VFX Shots', shots: data.shotTypes.vfx, frames: data.shotTypes.vfxFrames, color: COLORS.vfx },
+ { cat: 'NVX Shots', shots: data.shotTypes.nvx, frames: data.shotTypes.nvxFrames, color: COLORS.nvx },
+ ];
+ const tbody = document.getElementById('breakdown-body');
+ tbody.innerHTML = rows.map(r => {
+ const pct = data.activeShots ? ((r.shots / data.activeShots) * 100).toFixed(1) : 0;
+ return `<tr>
+ <td>${r.cat}</td>
+ <td>${commas(r.shots)}</td>
+ <td>${commas(r.frames)}</td>
+ <td>${framesToTC(r.frames)}</td>
+ <td><div class="pct-bar"><span class="pct-bar-fill" style="width:${pct}px;background:${r.color}"></span><span class="pct-text">${pct}%</span></div></td>
+ </tr>`;
+ }).join('') + `<tr class="total-row">
+ <td>Total</td>
+ <td>${commas(data.activeShots)}</td>
+ <td>${commas(data.totalFrames)}</td>
+ <td>${framesToTC(data.totalFrames)}</td>
+ <td><span class="pct-text">100%</span></td>
+ </tr>`;
+
+ // Turnover detail table
+ const tBody = document.getElementById('turnover-body');
+ const turnoverRows = [
+ { status: 'Turned Over', count: data.turnover.turnedOver, pct: data.percentTurnedOver, color: COLORS.turnedOver },
+ { status: 'NTO (Not Turned Over)', count: data.turnover.nto, pct: data.percentNTO, color: COLORS.nto },
+ { status: 'HOLD', count: data.turnover.hold, pct: data.percentHold, color: COLORS.hold },
+ ];
+ tBody.innerHTML = turnoverRows.map(r => `<tr>
+ <td>${r.status}</td>
+ <td>${commas(r.count)}</td>
+ <td>${r.pct}%</td>
+ <td><div class="pct-bar"><span class="pct-bar-fill" style="width:${Math.max(r.pct, 0.5)}px;background:${r.color}"></span></div></td>
+ </tr>`).join('') + `<tr class="total-row">
+ <td>Total Active</td>
+ <td>${commas(data.activeShots)}</td>
+ <td>100%</td>
+ <td></td>
+ </tr>
+ <tr>
+ <td style="color:#9ca3af;font-size:11px">Excluded (Inactive)</td>
+ <td style="color:#9ca3af;font-size:11px">${commas(data.excludedInactive)}</td>
+ <td style="color:#9ca3af;font-size:11px">—</td>
+ <td></td>
+ </tr>`;
+ }
+
+ // PDF Download
+ async function downloadPDF() {
+ const controls = document.getElementById('controls');
+ controls.style.display = 'none';
+
+ const el = document.getElementById('report');
+ const canvas = await html2canvas(el, {
+ scale: 2,
+ useCORS: true,
+ backgroundColor: '#ffffff',
+ });
+
+ const { jsPDF } = window.jspdf;
+ const pdf = new jsPDF('p', 'in', 'letter');
+ const imgData = canvas.toDataURL('image/jpeg', 0.95);
+
+ const pdfW = 8.5;
+ const pdfH = 11;
+ const imgW = canvas.width;
+ const imgH = canvas.height;
+ const ratio = Math.min(pdfW / imgW, pdfH / imgH);
+ const w = imgW * ratio;
+ const h = imgH * ratio;
+ const x = (pdfW - w) / 2;
+
+ pdf.addImage(imgData, 'JPEG', x, 0, w, h);
+
+ const today = new Date().toISOString().slice(0, 10);
+ pdf.save(`Stereo_Report_${today}.pdf`);
+
+ controls.style.display = 'flex';
+ }
+
+ loadReport();
+ </script>
+</body>
+</html>
diff --git a/server.js b/server.js
new file mode 100644
index 0000000..a61bafb
--- /dev/null
+++ b/server.js
@@ -0,0 +1,91 @@
+// ============================================================================
+// Travis — Stereo Report Viewer
+// Port: 7810 area (will pick 7350) | Auth: admin / DWSecure2024!
+// One-page stereo report with pie chart, PDF export, logo upload
+// ============================================================================
+
+const express = require('express');
+const helmet = require('helmet');
+const fs = require('fs');
+const path = require('path');
+const app = express();
+// Security headers via helmet (added 2026-05-04 overnight YOLO loop)
+app.use(helmet({ contentSecurityPolicy: false }));
+const PORT = 7350;
+
+app.use(express.json({ limit: '10mb' }));
+app.use(express.static(path.join(__dirname, 'public')));
+
+// ── Parse CSV data ──
+function loadData() {
+ const csv = fs.readFileSync(path.join(__dirname, 'stereo-data.csv'), 'utf8');
+ const lines = csv.split('\n').filter(l => l.trim());
+ const headers = lines[0].split(',');
+ const rows = lines.slice(1).map(line => {
+ const vals = [];
+ let current = '';
+ let inQuote = false;
+ for (const ch of line) {
+ if (ch === '"') { inQuote = !inQuote; continue; }
+ if (ch === ',' && !inQuote) { vals.push(current.trim()); current = ''; continue; }
+ current += ch;
+ }
+ vals.push(current.trim());
+ const obj = {};
+ headers.forEach((h, i) => obj[h.trim()] = vals[i] || '');
+ return obj;
+ });
+ return rows;
+}
+
+// ── API: Report data ──
+app.get('/api/report', (req, res) => {
+ const rows = loadData();
+ const total = rows.length;
+ const active = rows.filter(r => r.Status_InCut === 'Active');
+ const inactive = rows.filter(r => r.Status_InCut === 'Inactive');
+
+ const turnedOver = active.filter(r => r.Status3D === 'Turned Over');
+ const nto = active.filter(r => r.Status3D === 'NTO');
+ const hold = active.filter(r => r.Status3D === 'HOLD');
+ const other = active.filter(r => !['Turned Over', 'NTO', 'HOLD'].includes(r.Status3D));
+
+ const vfx = active.filter(r => r.Shot_Type === 'VFX');
+ const nvx = active.filter(r => r.Shot_Type === 'NVX');
+
+ const totalFrames = active.reduce((s, r) => s + (parseInt(r.Frames_TotalInCut) || 0), 0);
+ const vfxFrames = vfx.reduce((s, r) => s + (parseInt(r.Frames_TotalInCut) || 0), 0);
+ const nvxFrames = nvx.reduce((s, r) => s + (parseInt(r.Frames_TotalInCut) || 0), 0);
+
+ res.json({
+ date: new Date().toISOString(),
+ totalRows: total,
+ excludedInactive: inactive.length,
+ activeShots: active.length,
+ turnover: {
+ turnedOver: turnedOver.length,
+ nto: nto.length,
+ hold: hold.length,
+ other: other.length,
+ },
+ shotTypes: {
+ vfx: vfx.length,
+ nvx: nvx.length,
+ vfxFrames,
+ nvxFrames,
+ },
+ totalFrames,
+ totalMinutes: +(totalFrames / 24 / 60).toFixed(1),
+ percentTurnedOver: active.length ? +((turnedOver.length / active.length) * 100).toFixed(1) : 0,
+ percentNTO: active.length ? +((nto.length / active.length) * 100).toFixed(1) : 0,
+ percentHold: active.length ? +((hold.length / active.length) * 100).toFixed(1) : 0,
+ });
+});
+
+app.get('/health', (req, res) => {
+ res.json({ status: 'ok', agent: 'Travis', role: 'Stereo Report' });
+});
+
+app.listen(PORT, '0.0.0.0', () => {
+ console.log(`Travis — Stereo Report live on port ${PORT}`);
+});
diff --git a/stereo-data.csv b/stereo-data.csv
new file mode 100644
index 0000000..7b5a344
--- /dev/null
+++ b/stereo-data.csv
@@ -0,0 +1,2738 @@
+ShotName,TC Reel IN,Status_InCut,Shot_Type,Frame_Start,Frame_End,Frames_TotalInCut,Optical_X,Augmentation_Notes,Status3D,Notes_Total,TurnoverData::Turnover Update Name
+YBR_2020,01:00:36:14,Active,VFX,1009,1376,368,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_1010,01:00:49:15,Inactive,VFX,224781,224814,34,,,NTO,,
+YBR_1040,01:00:51:01,Inactive,VFX,594556,594587,32,,,NTO,,
+YBR_2030,01:00:51:22,Active,VFX,1009,1290,282,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_1050,01:01:00:13,Inactive,VFX,161059,161102,44,,,NTO,,
+YBR_2040,01:01:03:16,Active,VFX,1009,1049,41,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2052,01:01:05:09,Active,VFX,1009,1056,48,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2062,01:01:07:09,Active,VFX,1009,1053,45,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2070,01:01:09:06,Active,VFX,1048,1118,71,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+YBR_2080,01:01:12:05,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2090,01:01:14:03,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2100,01:01:15:18,Active,VFX,1009,1029,21,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2110,01:01:16:15,Active,VFX,1009,1071,63,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2125,01:01:19:06,Active,VFX,1009,1128,120,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2115,01:01:21:01,Inactive,VFX,1009,1110,102,,,NTO,,
+YBR_2155,01:01:24:06,Active,VFX,1009,1071,63,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2160,01:01:26:21,Active,VFX,1073,1212,140,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2235,01:01:32:17,Active,VFX,1009,1078,70,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+YBR_2170,01:01:35:15,Active,VFX,977,1047,71,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2190,01:01:38:14,Active,VFX,1009,1016,8,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+YBR_2200,01:01:38:22,Active,VFX,1009,1027,19,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+YBR_2210,01:01:39:17,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_1210,01:01:39:18,Inactive,VFX,1009,1119,111,,,NTO,,
+YBR_2220,01:01:40:20,Active,VFX,1009,1041,33,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2545,01:01:42:05,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+YBR_2260,01:01:44:01,Active,VFX,1006,1042,37,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2270,01:01:45:14,Active,VFX,1009,1039,31,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2290,01:01:46:21,Active,VFX,1009,1030,22,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2310,01:01:47:19,Active,VFX,997,1042,46,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+YBR_2280,01:01:47:19,Inactive,VFX,1009,1034,26,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R1_v67_VFX
+YBR_2300,01:01:48:21,Inactive,VFX,1009,1032,24,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R1_v67_VFX
+YBR_2325,01:01:49:17,Active,VFX,1009,1046,38,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2305,01:01:49:21,Inactive,VFX,1009,1020,12,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R1_v67_VFX
+YBR_2330,01:01:51:07,Active,VFX,1009,1031,23,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2340,01:01:52:06,Active,VFX,1009,1055,47,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2252,01:01:53:14,Inactive,VFX,1009,1032,24,,,NTO,,
+YBR_2350,01:01:54:05,Active,VFX,1013,1064,52,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2360,01:01:56:09,Active,VFX,1009,1046,38,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2370,01:01:57:23,Active,VFX,1021,1056,36,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2380,01:01:59:11,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2390,01:02:00:14,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+YBR_2320,01:02:02:20,Inactive,VFX,1009,1033,25,,,NTO,,
+YBR_2400,01:02:03:01,Active,VFX,1009,1024,16,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2420,01:02:03:17,Active,VFX,1009,1019,11,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2430,01:02:04:04,Active,VFX,1020,1052,33,,,Turned Over,20250819 Travis: Tail trim -3 frames. New counts 1020-1052.,IRG_250827_01_R1_v90_VFX
+YBR_2480,01:02:05:13,Active,VFX,1012,1028,17,,,Turned Over,20250819 Travis: Head trim -3 frames. New counts 1012-1028.,IRG_250820_01_R1_v89_VFX
+YBR_2510,01:02:06:06,Active,VFX,1009,1023,15,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2520,01:02:06:21,Active,VFX,1009,1025,17,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+YBR_2550,01:02:07:14,Active,VFX,1024,1041,18,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2560,01:02:08:08,Active,VFX,1009,1024,16,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2580,01:02:09:00,Active,VFX,1031,1058,28,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2600,01:02:10:04,Active,VFX,1009,1032,24,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2610,01:02:11:04,Active,VFX,1009,1022,14,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2620,01:02:11:18,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2630,01:02:12:19,Active,VFX,1009,1020,12,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2650,01:02:13:07,Active,VFX,1009,1023,15,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+YBR_2540,01:02:13:18,Inactive,VFX,1009,1029,21,,,NTO,,
+YBR_2670,01:02:13:22,Active,VFX,1005,1035,31,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+YBR_2680,01:02:15:05,Active,VFX,1009,1026,18,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2710,01:02:15:23,Active,VFX,1009,1081,73,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2730,01:02:19:00,Active,VFX,1009,1021,13,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2740,01:02:19:13,Active,VFX,1009,1046,38,,,Turned Over,,IRG_250806_01_R1_v84_VFX
+YBR_2750,01:02:21:03,Active,VFX,1014,1125,112,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2570,01:02:25:14,Inactive,VFX,1009,1028,20,,,NTO,,
+YBR_2760,01:02:25:19,Active,VFX,1009,1093,85,,,Turned Over,20250605 Travis: Tail trim -40 frames. New counts 1009-1093. Pt1 Active.,IRG_250730_01_R1_v83_VFX
+YBR_2770,01:02:29:08,Active,VFX,1044,1142,99,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+YBR_2660,01:02:32:04,Inactive,VFX,1009,1018,10,,,NTO,,
+YBR_2800,01:02:33:11,Active,VFX,1014,1104,91,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2810,01:02:37:06,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2820,01:02:39:04,Active,VFX,1009,1050,42,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YBR_2830,01:02:40:22,Active,VFX,1009,1127,119,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+YBR_2840,01:02:45:21,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2850,01:02:48:23,Active,VFX,1009,1041,33,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2855,01:02:50:08,Active,VFX,1009,1021,13,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2870,01:02:50:21,Active,VFX,1009,1024,16,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2890,01:02:51:13,Active,VFX,1009,1038,30,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YBR_2900,01:02:52:19,Active,VFX,1009,1060,52,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YBR_2925,01:02:54:23,Active,VFX,1009,1043,35,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+YBR_2930,01:02:56:10,Active,VFX,1009,1081,73,,,Turned Over,20250701 Travis: Tail extension +8 frames. New counts 1009-1081.,IRG_250701_02_R1_v71_VFX
+YBR_2960,01:02:59:11,Active,VFX,1009,1113,105,,,Turned Over,,IRG_250812_01_R1_v87_VFX
+YBR_2950,01:03:01:23,Inactive,VFX,1009,1041,33,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R1_v67_VFX
+YBR_2970,01:03:03:20,Active,VFX,1009,1110,102,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+EMW_3160,01:03:08:02,Active,VFX,1009,1158,150,,,Turned Over,20250811 Travis: Tail trim -2 frames. New counts 1009-1158.,IRG_250730_01_R1_v83_VFX
+EMW_3180,01:03:14:08,Active,VFX,1016,1311,296,,,Turned Over,20250811 Travis: Tail extension +2 frames. New counts 1016-1311.,IRG_250730_01_R1_v83_VFX
+EMW_3190,01:03:26:16,Active,VFX,1006,1308,303,,,Turned Over,"20250811 Travis: Head trim -3 frames. Tail extension +3 frames. New counts 900554-900856.
+20250819 Travis: Head extension +899548 frames. Tail trim -899548 frames. New counts 1006-1308.",IRG_250826_01_R1_v90_VFX
+EMW_4010,01:03:39:07,Active,VFX,1012,1108,97,,,Turned Over,"20250701 Travis: Tail trim -1 frames. New counts 1009-1105.
+20250811 Travis: Head trim -3 frames. Tail extension +3 frames. New counts 1012-1108.",IRG_250812_01_R1_v87_VFX
+EMW_4015,01:03:43:08,Active,VFX,1057,1110,54,,,Turned Over,"20250701 Travis: Head trim -47 frames. Tail extension +8 frames. New counts 1056-1109.
+20250811 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1057-1110.",IRG_250829_01_R1_v90_VFX
+EMW_4017,01:03:45:14,Active,VFX,1062,1101,40,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+EMW_4020,01:03:47:06,Active,VFX,1055,1224,170,,,Turned Over,,IRG_250829_01_R1_v90_VFX
+EMW_7000,01:03:54:08,Active,VFX,982,1091,110,,,Turned Over,,IRG_250829_01_R1_v90_VFX
+EMW_7010,01:03:58:22,Active,VFX,1009,1042,34,,,Turned Over,20250707 Travis: Tail trim -1 frames. New counts 1009-1042.,IRG_250829_01_R1_v90_VFX
+EMW_7040,01:04:00:08,Active,VFX,1008,1038,31,,,Turned Over,20250707 Travis: Head extension +1 frames. New counts 1008-1038.,IRG_250820_01_R1_v89_VFX
+EMW_7020,01:04:00:15,Inactive,VFX,1085910,1085929,20,,,HOLD,20250707 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+EMW_7042,01:04:01:15,Active,VFX,1009,1040,32,,,Turned Over,,IRG_250812_01_R1_v87_VFX
+EMW_7044,01:04:02:23,Active,VFX,1009,1048,40,,,Turned Over,,IRG_250812_01_R1_v87_VFX
+EMW_7070,01:04:04:15,Active,VFX,1009,1048,40,,,Turned Over,20250617 Travis: Tail extension +8 frames. New counts 1009-1048.,IRG_250812_01_R1_v87_VFX
+EMW_7090,01:04:06:07,Active,VFX,1041,1718,678,1,OPTICAL Dissolve to EMW_7500 12 frms at Tail. Dissolve Range 1707-1718,Turned Over,,IRG_250812_01_R1_v87_VFX
+EMW_7120,01:04:09:11,Inactive,VFX,976,1491,516,,Shot combined with emw_7090,HOLD,"20250617 Travis: Head extension +61 frames. Tail extension +25 frames. New counts 970-1583.
+20250701 Travis: Head trim -40 frames. New counts 1010-1583.
+20250707 Travis: Head extension +34 frames. Tail trim -92 frames. New counts 976-1491.
+20250728 Travis: Shot combined with emw_7090
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R1_v64_VFXPlates
+EMW_4040,01:04:16:05,Inactive,VFX,1009,1047,39,,,NTO,,
+EMW_7500,01:04:34:13,Active,VFX,1017,1078,62,1,OPTICAL Dissolve from EMW_7090 12 frms at Head. Dissolve Range 1005-1016,Turned Over,20250623 Travis: Head trim -35 frames. New counts 1017-1078.,IRG_250618_01_R1_v67_VFX
+IEG_1002,01:04:37:03,Active,VFX,1009,1072,64,,,Turned Over,,IRG_250716_01_R1_v81_VFX
+IEG_1020,01:04:39:19,Active,VFX,1010,1129,120,,,Turned Over,20250811 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1129.,IRG_250820_01_R1_v89_VFX
+IEG_1025,01:04:44:19,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+IEG_1035,01:04:45:22,Active,VFX,1039,1192,154,,,Turned Over,,IRG_250812_01_R1_v87_VFX
+IEG_1040,01:04:52:08,Active,VFX,1009,1164,156,,,Turned Over,,IRG_250708_02_R1_v76_VFX
+IEG_1050,01:04:58:20,Active,VFX,1009,1053,45,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+IEG_1060,01:05:00:17,Active,VFX,1009,1069,61,,,Turned Over,"20250617 Travis: Tail trim -45 frames. New counts 1009-1034.
+20250707 Travis: Tail extension +35 frames. New counts 1009-1069.",IRG_250820_01_R1_v89_VFX
+IEG_1070,01:05:03:06,Active,VFX,1001,1061,61,,,Turned Over,"20250617 Travis: Tail trim -15 frames. New counts 1009-1058.
+20250707 Travis: Head extension +8 frames. Tail extension +3 frames. New counts 1001-1061.",IRG_250820_01_R1_v89_VFX
+IEG_1090,01:05:05:19,Active,VFX,1012,1082,71,,,Turned Over,20250707 Travis: Reinstated with counts 1009 to 1082. Status back to NTO / Active.,IRG_250812_01_R1_v87_VFX
+IEG_1120,01:05:08:04,Inactive,VFX,1094231,1094318,88,,,NTO,,
+IEG_1095,01:05:08:18,Active,VFX,1009,1055,47,,,Turned Over,20250617 Travis: Reinstated with counts 1009 to 1055. Status back to NTO / Active.,IRG_250708_02_R1_v76_VFX
+IEG_1110,01:05:10:17,Active,VFX,1018,1071,54,,,Turned Over,20250617 Travis: Reinstated with counts 1009 to 1063. Status back to NTO / Active.,IRG_250820_01_R1_v89_VFX
+IEG_1125,01:05:11:20,Inactive,VFX,1357120,1357159,40,,,NTO,,
+IEG_1140,01:05:12:23,Active,VFX,1004,1125,122,,,Turned Over,20250707 Travis: Head extension +7 frames. New counts 1004-1125.,IRG_250826_01_R1_v90_VFX
+IEG_1080,01:05:14:23,Inactive,VFX,1017,1069,53,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_1999,01:05:17:04,Inactive,VFX,962635,962662,28,,,NTO,,
+IEG_1145,01:05:18:01,Active,VFX,964,995,32,1,OPTICAL Dissolve or combine with GPT_6000 Fix Req. at Tail. Dissolve Range N/A,Turned Over,,IRG_250820_01_R1_v89_VFX
+GPT_2000,01:05:18:08,Inactive,VFX,1280478,1280785,308,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_6000,01:05:19:09,Active,VFX,1009,1385,377,,,Turned Over,"20250617 Travis: Head extension +95871 frames. Tail trim -95868 frames. New counts 1017-1393.
+20250811 Travis: Head extension +8 frames. Tail trim -8 frames. New counts 1009-1385.",IRG_250829_01_R1_v90_VFX
+GPT_2020,01:05:31:04,Inactive,VFX,885924,886055,132,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_6050,01:05:35:02,Active,VFX,1009,1151,143,,,Turned Over,20250722 Travis: Head extension +1094045 frames. Tail trim -1094045 frames. New counts 1009-1151.,IRG_250723_01_R1_v82_VFX
+GPT_2080,01:05:36:16,Inactive,VFX,1308067,1308261,195,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_6100,01:05:41:01,Active,VFX,1009,1076,68,,,Turned Over,,IRG_250723_01_R1_v82_VFX
+GPT_6150,01:05:43:21,Active,VFX,1009,1066,58,,,Turned Over,,IRG_250827_01_R1_v90_VFX
+GPT_2100,01:05:44:19,Inactive,VFX,1009,1095,87,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_6210,01:05:46:07,Active,VFX,1009,1154,146,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+GPT_6200,01:05:49:13,Inactive,VFX,1011,1177,167,,,HOLD,"20250617 Travis: Head extension +1015551 frames. Tail trim -1015553 frames. New counts 1011-1177.
+20250701 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R1_v64_VFXPlates
+GPT_2120,01:05:50:06,Inactive,VFX,1009,1043,35,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_2140,01:05:51:17,Inactive,VFX,1009,1035,27,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_2900,01:05:52:09,Active,VFX,986,1048,63,,,Turned Over,20250701 Travis: Reinstated with counts 1023 to 1085. Status back to NTO / Active.,IRG_250820_01_R1_v89_VFX
+GPT_2160,01:05:52:20,Inactive,VFX,1005,1048,44,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_2180,01:05:54:16,Inactive,VFX,989065,989113,49,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_2907,01:05:55:00,Active,VFX,1009,1083,75,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GPT_2905,01:05:56:12,Inactive,VFX,1001,1039,39,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_2910,01:05:58:03,Active,VFX,1044,1101,58,,,Turned Over,"20250617 Travis: Head extension +1058414 frames. Tail trim -1058414 frames. New counts 966-1101.
+20250701 Travis: Head trim -78 frames. New counts 1044-1101.",IRG_250820_01_R1_v89_VFX
+GPT_3000,01:06:00:13,Active,VFX,1009,1132,124,,,Turned Over,20250701 Travis: Head extension +973616 frames. Tail trim -973616 frames. New counts 1009-1132.,IRG_250820_01_R1_v89_VFX
+GPT_3020,01:06:05:17,Active,VFX,1005,1134,130,,,Turned Over,20250701 Travis: Tail extension +25 frames. New counts 1005-1134.,IRG_250812_01_R1_v87_VFX
+GPT_3025,01:06:11:03,Active,VFX,1009,1124,116,,,Turned Over,,IRG_250812_01_R1_v87_VFX
+GPT_3030,01:06:13:08,Inactive,VFX,1009,1146,138,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R1_v67_VFX
+GPT_3415,01:06:15:23,Active,VFX,1012,1161,150,,,Turned Over,"20250701 Travis: Head trim -1058877 frames. Tail extension +1058923 frames. New counts 1059886-1060035.
+20250707 Travis: Head extension +964449 frames. Tail trim -964449 frames. New counts 95437-95586.
+20250819 Travis: Head extension +94425 frames. Tail trim -94425 frames. New counts 1012-1161.",IRG_250820_01_R1_v89_VFX
+GPT_3435,01:06:22:05,Active,VFX,1022,1049,28,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+GPT_3438,01:06:23:09,Active,VFX,1009,1139,131,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GPT_3430,01:06:23:10,Inactive,VFX,1009,1045,37,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GPT_3470,01:06:28:20,Active,VFX,1031,1057,27,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GPT_3475,01:06:29:23,Active,VFX,1009,1054,46,,,Turned Over,20250701 Travis: Head extension +18 frames. Tail trim -18 frames. New counts 1009-1054.,IRG_250826_01_R1_v90_VFX
+EGP_0950,01:06:31:21,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+EGP_1005,01:06:34:08,Active,VFX,1009,1116,108,,,Turned Over,,IRG_250806_01_R1_v84_VFX
+IEG_1100,01:06:36:04,Inactive,VFX,1009,1079,71,,,NTO,,
+EGP_1010,01:06:38:20,Active,VFX,1010,1116,107,,,Turned Over,,IRG_250723_01_R1_v82_VFX
+WBP_1700,01:06:43:07,Active,VFX,1027,1071,45,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+WBP_1800,01:06:45:04,Active,VFX,1009,1080,72,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+WBP_1900,01:06:48:04,Active,VFX,1019,1120,102,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+WBP_2000,01:06:52:10,Active,VFX,1065,1137,73,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+WBP_2010,01:06:55:11,Active,VFX,1011,1097,87,,,Turned Over,20250811 Travis: Head trim -2 frames. Tail extension +6 frames. New counts 1011-1097.,IRG_250730_01_R1_v83_VFX
+DFG_3260,01:06:55:21,Inactive,VFX,1009,1088,80,,STOCK FTG,NTO,,
+WBP_2020,01:06:59:02,Active,VFX,1013,1119,107,,,Turned Over,20250811 Travis: Head trim -4 frames. New counts 1013-1119.,IRG_250820_01_R1_v89_VFX
+DFG_3265,01:06:59:05,Inactive,VFX,1009,1119,111,,STOCK FTG,NTO,,
+GPT_4970,01:07:03:13,Active,VFX,1009,1141,133,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+DFG_3270,01:07:03:20,Inactive,VFX,1009,1151,143,,STOCK FTG,NTO,,
+GPT_4975,01:07:09:02,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+IEG_1160,01:07:09:19,Inactive,VFX,1064,1096,33,,,NTO,,
+IEG_1170,01:07:11:04,Inactive,VFX,1018,1081,64,,,NTO,,
+GPT_4990,01:07:12:04,Active,VFX,963,1120,158,,,Turned Over,"20250707 Travis: Head trim -1534880 frames. Tail extension +1534880 frames. New counts 1535814-1535971.
+20250819 Travis: Head extension +1534851 frames. Tail trim -1534851 frames. New counts 963-1120.",IRG_250820_01_R1_v89_VFX
+IEG_1180,01:07:13:20,Inactive,VFX,1011,1086,76,,,NTO,,
+GPT_5010,01:07:18:18,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GPT_5030,01:07:21:20,Active,VFX,1151,1407,257,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+GGB_0990,01:07:32:13,Active,VFX,1010,1102,93,,,Turned Over,20250701 Travis: Reinstated with counts 1010 to 1097. Status back to NTO / Active.,IRG_250701_02_R1_v71_VFX
+GGB_1090,01:07:35:19,Inactive,VFX,1009,1270,262,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R1_v67_VFX
+GGB_1005,01:07:36:10,Active,VFX,1009,1093,85,,,Turned Over,20250805 Travis: Head extension +96359 frames. Tail trim -96359 frames. New counts 1009-1093.,IRG_250812_01_R1_v87_VFX
+GGB_1020,01:07:39:23,Active,VFX,1016,1139,124,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1139. Status back to NTO / Active.,IRG_250701_02_R1_v71_VFX
+GGB_1030,01:07:45:03,Active,VFX,1009,1119,111,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1149. Status back to NTO / Active.,IRG_250827_01_R1_v90_VFX
+GPT_6250,01:07:48:02,Inactive,VFX,1226427,1226459,33,,,NTO,,
+GPT_2800,01:07:49:16,Inactive,VFX,1184,1374,191,,,NTO,,
+GGB_1040,01:07:49:18,Active,VFX,1001,1051,51,,,Turned Over,"20250701 Travis: Reinstated with counts 1009 to 1040. Status back to NTO / Active.
+20250825 Travis: Head extension +96687 frames. Tail trim -96687 frames. New counts 1001-1051.",IRG_250730_01_R1_v83_VFX
+GGB_1055,01:07:51:21,Active,VFX,969,1046,78,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1046. Status back to NTO / Active.,IRG_250723_01_R1_v82_VFX
+GGB_1065,01:07:55:03,Active,VFX,1009,1141,133,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1141. Status back to NTO / Active.,IRG_250730_01_R1_v83_VFX
+GPT_2810,01:07:57:15,Inactive,VFX,1557623,1557697,75,,,NTO,,
+GGB_1095,01:08:00:16,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250723_01_R1_v82_VFX
+GPT_2830,01:08:00:18,Inactive,VFX,1647469,1647831,363,,,NTO,,
+GGB_1100,01:08:02:07,Active,VFX,920,1049,130,,,Turned Over,"20250701 Travis: Head extension +89 frames. New counts 939567-939696.
+20250722 Travis: Head extension +938647 frames. Tail trim -938647 frames. New counts 920-1049.",IRG_250725_01_R1_v82_VFX
+GGB_1110,01:08:07:17,Active,VFX,1009,1076,68,,,Turned Over,20250722 Travis: Head extension +857365 frames. Tail trim -857365 frames. New counts 1009-1076.,IRG_250730_01_R1_v83_VFX
+GGB_1120,01:08:10:13,Active,VFX,1009,1042,34,,,Turned Over,20250707 Travis: Head extension +925910 frames. Tail trim -925910 frames. New counts 1009-1042.,IRG_250723_01_R1_v82_VFX
+GGB_1130,01:08:11:23,Active,VFX,1009,1047,39,,,Turned Over,20250701 Travis: Head extension +856165 frames. Tail trim -856165 frames. New counts 1009-1047.,IRG_250701_02_R1_v71_VFX
+GGB_1140,01:08:13:14,Active,VFX,1009,1208,200,,,Turned Over,,IRG_250725_01_R1_v82_VFX
+GPT_2840,01:08:15:21,Inactive,VFX,1558086,1558228,143,,,NTO,,
+GPT_2860,01:08:21:20,Inactive,VFX,1009,1085,77,,,NTO,,
+GGB_1150,01:08:21:22,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_1160,01:08:24:09,Active,VFX,1009,1193,185,,,Turned Over,"20250701 Travis: Tail extension +3 frames. New counts 927245-927429.
+20250722 Travis: Head extension +926236 frames. Tail trim -926236 frames. New counts 1009-1193.",IRG_250723_01_R1_v82_VFX
+GPT_2870,01:08:25:01,Inactive,VFX,1648044,1648099,56,,,NTO,,
+GPT_2880,01:08:27:09,Inactive,VFX,1009,1149,141,,,NTO,,
+GGB_2030,01:08:32:02,Active,VFX,1016,1150,135,,,Turned Over,"20250623 Travis: Head extension +102416 frames. Tail trim -102416 frames. New counts 981-1150.
+20250701 Travis: Head trim -35 frames. New counts 1016-1150.",IRG_250827_01_R1_v90_VFX
+GGB_2040,01:08:37:17,Active,VFX,1009,1127,119,,,Turned Over,,IRG_250708_02_R1_v76_VFX
+GGB_2050,01:08:42:16,Active,VFX,1009,1140,132,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+GGB_2055,01:08:48:04,Active,VFX,1009,1167,159,,,Turned Over,20250623 Travis: Head extension +1266334 frames. Tail trim -1266334 frames. New counts 1009-1167.,IRG_250826_01_R1_v90_VFX
+GGB_2060,01:08:54:19,Active,VFX,1031,1170,140,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+GGB_2065,01:09:00:15,Active,VFX,1009,1255,247,,,Turned Over,20250707 Travis: Head extension +1266638 frames. Tail trim -1266638 frames. New counts 1009-1255.,IRG_250820_01_R1_v89_VFX
+GGB_2070,01:09:10:22,Active,VFX,1009,1225,217,,,Turned Over,,IRG_250708_02_R1_v76_VFX
+GGB_1080,01:09:10:23,Inactive,VFX,900316,900422,107,,,NTO,,
+GGB_1085,01:09:15:10,Inactive,VFX,1053061,1053107,47,,,NTO,,
+GGB_2080,01:09:19:23,Active,VFX,1009,1063,55,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+GGB_2090,01:09:22:06,Active,VFX,989,1106,118,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2130,01:09:23:03,Inactive,VFX,1009,1035,27,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GGB_2095,01:09:27:04,Active,VFX,1009,1045,37,,,Turned Over,20250722 Travis: Head extension +1578775 frames. Tail trim -1578775 frames. New counts 1009-1045.,IRG_250829_01_R1_v90_VFX
+GGB_2100,01:09:28:17,Active,VFX,1009,1195,187,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2105,01:09:36:12,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250708_02_R1_v76_VFX
+GGB_2120,01:09:38:08,Active,VFX,1009,1074,66,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+GGB_2140,01:09:41:02,Active,VFX,1013,1046,34,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1111. Status back to NTO / Active.,IRG_250826_01_R1_v90_VFX
+GGB_2135,01:09:42:12,Active,VFX,1016,1029,14,,,Turned Over,"20250701 Travis: Head trim -7 frames. New counts 1576780-1576793.
+20250902 Travis: Head extension +1575764 frames. Tail trim -1575764 frames. New counts 1016-1029.",IRG_250611_02_R1_v64_VFXPlates
+GGB_2150,01:09:43:02,Active,VFX,1009,1090,82,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+GGB_2160,01:09:46:12,Active,VFX,1009,1077,69,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2165,01:09:49:09,Active,VFX,1009,1105,97,,,Turned Over,,IRG_250826_01_R1_v90_VFX
+GGB_2180,01:09:53:10,Active,VFX,1012,1054,43,,,Turned Over,,IRG_250708_02_R1_v76_VFX
+GGB_2185,01:09:55:05,Active,VFX,1009,1062,54,,,Turned Over,,IRG_250812_01_R1_v87_VFX
+GGB_2310,01:09:57:11,Active,VFX,996,1134,139,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2320,01:10:03:06,Active,VFX,1009,1091,83,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2330,01:10:06:17,Active,VFX,1012,1054,43,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2340,01:10:08:12,Active,VFX,985,1075,91,,,Turned Over,,IRG_250708_02_R1_v76_VFX
+GGB_2350,01:10:12:07,Active,VFX,1009,1100,92,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_1000,01:10:15:06,Inactive,VFX,1009,1112,104,,,NTO,,
+GGB_2360,01:10:16:03,Active,VFX,1009,1132,124,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_1010,01:10:19:14,Inactive,VFX,1009,1086,78,,,NTO,,
+GGB_2370,01:10:21:07,Active,VFX,1009,1058,50,,,Turned Over,,IRG_250812_01_R1_v87_VFX
+GGB_2380,01:10:23:09,Active,VFX,1009,1310,302,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_1050,01:10:35:12,Inactive,VFX,1009,1037,29,,,NTO,,
+GGB_2390,01:10:35:23,Active,VFX,1009,1097,98,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2400,01:10:38:18,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250812_01_R1_v87_VFX
+GGB_2420,01:10:41:11,Active,VFX,1009,1152,144,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2430,01:10:47:11,Active,VFX,1009,1219,211,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+GGB_2435,01:10:56:06,Active,VFX,1009,1269,303,1,OPTICAL Pt2 Dissolve from YGF_1420 72 frms at Head. Dissolve Range 1170-1241,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2110,01:11:00:03,Inactive,VFX,1009,1052,44,,,NTO,,
+NVX_1710,01:11:04:17,Active,NVX,1319215,1319296,82,,,Turned Over,,IRG_250701_01_R1_v71_Drama
+YGF_0220,01:11:05:10,Inactive,VFX,1215267,1215336,70,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+YGF_0080,01:11:08:03,Active,VFX,1009,1122,114,,,Turned Over,20250805 Travis: Head extension +1213816 frames. Tail trim -1213816 frames. New counts 1009-1122.,IRG_250806_01_R1_v84_VFX
+YGF_0140,01:11:12:21,Active,VFX,1009,1067,59,,,Turned Over,"20250707 Travis: Head trim -1495626 frames. Tail extension +1495635 frames. New counts 1496635-1496693.
+20250825 Travis: Head extension +1495626 frames. Tail trim -1495626 frames. New counts 1009-1067.",IRG_250829_01_R1_v90_VFX
+YGF_0160,01:11:15:08,Active,VFX,1009,1059,51,,,Turned Over,20250707 Travis: Tail trim -15 frames. New counts 1009-1059.,IRG_250730_01_R1_v83_VFX
+NVX_1720,01:11:17:11,Active,NVX,1495659,1495703,45,,,Turned Over,20250707 Travis: Head trim -7 frames. Tail trim -10 frames. New counts 1495659-1495703.,IRG_250701_01_R1_v71_Drama
+GGB_2170,01:11:17:19,Inactive,VFX,1009,1102,94,,,NTO,,
+YGF_0210,01:11:19:08,Active,VFX,1009,1151,143,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YGF_0200,01:11:20:13,Inactive,VFX,1110461,1110604,144,,,HOLD,"20250701 Travis: Tail extension +70 frames. New counts 1110461-1110604.
+20250707 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R1_v64_VFXPlates
+GGB_2190,01:11:23:13,Inactive,VFX,1009,1053,45,,,NTO,,
+YGF_0230,01:11:25:07,Active,VFX,1009,1097,89,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2200,01:11:25:10,Inactive,VFX,1009,1216,208,,,NTO,,
+NVX_1730,01:11:29:00,Active,NVX,1543271,1543312,42,,,Turned Over,,IRG_250701_01_R1_v71_Drama
+YGF_0500,01:11:29:19,Inactive,VFX,1009,1043,35,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+YGF_0260,01:11:30:18,Active,VFX,1009,1034,26,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Reinstated with counts 1237631 to 1237657. Status back to Turned Over / Active.",IRG_250725_01_R1_v82_VFX
+NVX_1741,01:11:31:20,Active,NVX,1495883,1495917,35,,,Turned Over,,IRG_250708_01_R1_v76_Drama
+YGF_0620,01:11:32:00,Inactive,VFX,1199572,1199674,127,,,HOLD,"20250701 Travis: Multi-cut range change to 1199572-1199649, 1199626-1199674.
+20250707 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R1_v64_VFXPlates
+YGF_0380,01:11:33:07,Active,VFX,1009,1128,120,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Reinstated with counts 1236140 to 1236187. Status back to Turned Over / Active.
+20250728 Travis: Head extension +1236688 frames. Tail trim -1236688 frames. New counts 1009-1128.",IRG_250806_01_R1_v84_VFX
+GGB_2210,01:11:34:02,Inactive,VFX,1009,1045,37,,,NTO,,
+NVX_1740,01:11:35:06,Inactive,NVX,1498969,1499020,52,,,HOLD,20250707 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250701_01_R1_v71_Drama
+GGB_2220,01:11:35:15,Inactive,VFX,1009,1315,307,,,NTO,,
+YGF_0640,01:11:37:10,Inactive,VFX,1199676,1199739,64,,,NTO,,
+YGF_0420,01:11:38:07,Active,VFX,1009,1102,94,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Reinstated with counts 1111193 to 1111237. Status back to Turned Over / Active.",IRG_250730_01_R1_v83_VFX
+YGF_0680,01:11:40:22,Inactive,VFX,1009,1095,87,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+YGF_0660,01:11:41:22,Inactive,VFX,1199837,1199860,24,,,NTO,,
+YGF_0480,01:11:42:05,Active,VFX,1009,1141,133,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Tail extension +24 frames. New counts 1237886-1238018.
+20250707 Travis: Reinstated with counts 1237890 to 1237994. Status back to Turned Over / Active.
+20250728 Travis: Head extension +1236877 frames. Tail trim -1236877 frames. New counts 1009-1141.",IRG_250730_01_R1_v83_VFX
+YGF_0700,01:11:44:13,Inactive,VFX,1217211,1217287,77,,Picture Changed,HOLD,"20250609 Travis: Picture Changed
+20250701 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R1_v64_VFXPlates
+NVX_1745,01:11:47:18,Active,NVX,1538957,1538997,41,,,Turned Over,,IRG_250715_01_R1_v81_Drama
+YGF_0720,01:11:47:18,Inactive,VFX,1009,1074,66,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+GGB_2230,01:11:48:10,Inactive,VFX,1009,1227,219,,,NTO,,
+YGF_0490,01:11:49:11,Active,VFX,1009,1057,49,,,Turned Over,,IRG_250806_01_R1_v84_VFX
+NVX_1750,01:11:51:12,Active,NVX,1499417,1499464,48,,,Turned Over,20250707 Travis: Head extension +4 frames. New counts 1499417-1499464.,IRG_250701_01_R1_v71_Drama
+YGF_0740,01:11:53:12,Active,VFX,1009,1032,24,,,Turned Over,,IRG_250806_01_R1_v84_VFX
+YGF_0760,01:11:54:12,Active,VFX,1009,1064,56,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+NVX_1760,01:11:56:20,Active,NVX,1503008,1503041,34,,,Turned Over,,IRG_250701_01_R1_v71_Drama
+GGB_2240,01:11:57:13,Inactive,VFX,1009,1040,32,,,NTO,,
+YGF_0800,01:11:58:06,Active,VFX,1009,1041,33,,,Turned Over,20250728 Travis: Head extension +1217507 frames. Tail trim -1217507 frames. New counts 1009-1041.,IRG_250730_01_R1_v83_VFX
+GGB_2290,01:11:58:21,Inactive,VFX,1029,1068,40,,,NTO,,
+NVX_1770,01:11:59:15,Active,NVX,1503044,1503077,34,,,Turned Over,20250707 Travis: Tail trim -8 frames. New counts 1503044-1503077.,IRG_250701_01_R1_v71_Drama
+YGF_0900,01:12:01:01,Active,VFX,1009,1052,44,,,Turned Over,20250715 Travis: Head extension +1218431 frames. Tail trim -1218431 frames. New counts 1009-1052.,IRG_250806_01_R1_v84_VFX
+YGF_0960,01:12:01:13,Inactive,VFX,1219569,1219615,47,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+YGF_0940,01:12:02:21,Active,VFX,1009,1065,57,,,Turned Over,20250701 Travis: Tail extension +1 frames. New counts 1009-1065.,IRG_250730_01_R1_v83_VFX
+YGF_1000,01:12:05:06,Active,VFX,1007,1081,75,,Picture Changed,Turned Over,"20250609 Travis: Picture Changed
+20250701 Travis: Head extension +2 frames. Tail trim -49 frames. New counts 1239663-1239737.
+20250805 Travis: Head extension +1238656 frames. Tail trim -1238656 frames. New counts 1007-1081.",IRG_250806_01_R1_v84_VFX
+YGF_1020,01:12:08:09,Active,VFX,1009,1087,79,,Picture Changed,Turned Over,"20250609 Travis: Picture Changed
+20250701 Travis: Tail extension +32 frames. New counts 1557260-1557338.
+20250722 Travis: Head extension +1556251 frames. Tail trim -1556251 frames. New counts 1009-1087.",IRG_250723_01_R1_v82_VFX
+YGF_1030,01:12:11:16,Active,VFX,1009,1101,93,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YGF_1040,01:12:12:10,Inactive,VFX,1092008,1092062,55,,Picture Changed,HOLD,"20250609 Travis: Picture Changed
+20250701 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R1_v64_VFXPlates
+YGF_1060,01:12:14:17,Inactive,VFX,1009,1079,71,,Picture Changed,HOLD,"20250609 Travis: Picture Changed
+20250701 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R1_v64_VFXPlates
+YGF_1100,01:12:15:13,Active,VFX,1009,1131,123,,Picture Changed,Turned Over,20250609 Travis: Picture Changed,IRG_250730_01_R1_v83_VFX
+YGF_1080,01:12:17:16,Inactive,VFX,1092410,1092473,64,,Picture Changed,HOLD,"20250609 Travis: Picture Changed
+20250701 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R1_v64_VFXPlates
+YGF_1120,01:12:20:16,Active,VFX,1009,1107,99,,Picture Changed,Turned Over,"20250609 Travis: Picture Changed
+20250722 Travis: Head extension +1120877 frames. Tail trim -1120877 frames. New counts 1009-1107.",IRG_250730_01_R1_v83_VFX
+YGF_1140,01:12:24:19,Active,VFX,1009,1071,63,,Picture Changed,Turned Over,20250609 Travis: Picture Changed,IRG_250730_01_R1_v83_VFX
+YGF_1160,01:12:27:10,Active,VFX,1009,1278,270,,Picture Changed,Turned Over,"20250609 Travis: Picture Changed
+20250617 Travis: Tail extension +69 frames. New counts 1243692-1243961.
+20250728 Travis: Head extension +1242683 frames. Tail trim -1242683 frames. New counts 1009-1278.",IRG_250730_01_R1_v83_VFX
+YGF_1220,01:12:38:16,Active,VFX,958,1060,103,,Picture Changed,Turned Over,"20250609 Travis: Picture Changed
+20250617 Travis: Head extension +1377708 frames. Tail trim -1377654 frames. New counts 958-1069.
+20250728 Travis: Tail trim -9 frames. New counts 958-1060.",IRG_250730_01_R1_v83_VFX
+YGF_1240,01:12:42:23,Active,VFX,1003,1214,212,,Picture Changed,Turned Over,"20250609 Travis: Picture Changed
+20250617 Travis: Head trim -3 frames. Tail extension +86 frames. New counts 1225766-1225968.
+20250728 Travis: Head extension +1224763 frames. Tail trim -1224754 frames. New counts 1003-1214.",IRG_250730_01_R1_v83_VFX
+NVX_1800,01:12:51:19,Active,NVX,1473617,1473650,34,,,Turned Over,,IRG_250701_01_R1_v71_Drama
+YGF_1280,01:12:53:05,Active,VFX,1011,1070,60,,Picture Changed,Turned Over,"20250609 Travis: Picture Changed
+20250617 Travis: Head extension +1402395 frames. Tail trim -1402397 frames. New counts 1011-1070.",IRG_250820_01_R1_v89_VFX
+YGF_1300,01:12:55:17,Active,VFX,1009,1071,63,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YGF_1320,01:12:58:08,Active,VFX,1009,1079,71,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+GGB_2440,01:12:58:19,Inactive,VFX,1009,1127,119,,,NTO,,
+YGF_1340,01:13:01:07,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YGF_1360,01:13:02:22,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YGF_1380,01:13:04:13,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+YGF_1400,01:13:05:14,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YGF_1420,01:13:07:05,Active,VFX,1009,1181,173,1,OPTICAL Dissolve to GGB_2435 Pt2 72 frms at Tail. Dissolve Range 1110-1181,Turned Over,,IRG_250826_01_R1_v90_VFX
+YGF_1180,01:13:14:13,Inactive,VFX,1378530,1378594,65,,Picture Changed,HOLD,"20250609 Travis: Picture Changed
+20250617 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R1_v64_VFXPlates
+GGB_2510,01:13:15:14,Active,VFX,1005,1088,84,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YGF_1200,01:13:17:06,Inactive,VFX,1223755,1223787,33,,Picture Changed,NTO,20250609 Travis: Picture Changed,
+RCC_1145,01:13:19:02,Active,VFX,1009,1092,84,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1215,01:13:22:14,Active,VFX,1009,1093,85,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1220,01:13:26:03,Active,VFX,1017,1096,80,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+YGF_1260,01:13:26:06,Inactive,VFX,1476230,1476334,105,,Picture Changed,HOLD,"20250609 Travis: Picture Changed
+20250617 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_01_R1_v64_VFXPlates
+RCC_1230,01:13:29:11,Active,VFX,1009,1068,60,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+RCC_1240,01:13:31:23,Active,VFX,1009,1051,43,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1250,01:13:33:18,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1290,01:13:35:14,Active,VFX,1009,1050,42,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1270,01:13:37:08,Active,VFX,1009,1035,27,,,Turned Over,20250617 Travis: Tail trim -12 frames. New counts 1009-1035.,IRG_250820_01_R1_v89_VFX
+RCC_1325,01:13:38:11,Active,VFX,1009,1041,33,,,Turned Over,"20250617 Travis: Out of cut. Status from Turned Over to HOLD.
+20250701 Travis: Tail trim -39 frames. New counts 1009-1041.
+20250701 Travis: Reinstated with counts 1009 to 1080. Status back to Turned Over / Active.",IRG_250701_02_R1_v71_VFX
+RCC_0900,01:13:39:20,Active,VFX,1037,1133,97,,,Turned Over,20250617 Travis: Reinstated with counts 1025 to 1118. Status back to NTO / Active.,IRG_250820_01_R1_v89_VFX
+RCC_0800,01:13:43:06,Inactive,VFX,1009,1048,40,,,NTO,,
+NVX_1860,01:13:43:14,Inactive,NVX,1560558,1560594,37,,Swap to VFX rcc_1385,HOLD,"20250702 Travis: Swap to VFX rcc_1385
+20250707 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250701_01_R1_v71_Drama
+RCC_1360,01:13:43:21,Active,VFX,1005,1178,174,,,Turned Over,20250617 Travis: Head extension +4 frames. New counts 1005-1178.,IRG_250618_01_R1_v67_VFX
+RCC_1370,01:13:51:03,Active,VFX,1009,1030,22,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1380,01:13:52:01,Active,VFX,1010,1076,67,,,Turned Over,20250819 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1076.,IRG_250820_01_R1_v89_VFX
+RCC_1385,01:13:54:20,Active,VFX,1006,1042,37,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1410,01:13:56:09,Active,VFX,1006,1055,50,,,Turned Over,20250722 Travis: Head extension +3 frames. Tail trim -2 frames. New counts 1006-1055.,IRG_250820_01_R1_v89_VFX
+YGF_0040,01:13:56:11,Inactive,VFX,1235318,1235354,37,,,NTO,,
+RCC_1415,01:13:58:11,Active,VFX,1010,1036,27,,,Turned Over,20250722 Travis: Head trim -1 frames. New counts 1010-1036.,IRG_250820_01_R1_v89_VFX
+RCC_1425,01:13:59:14,Active,VFX,1015,1051,37,,,Turned Over,20250722 Travis: Head trim -3 frames. Tail extension +3 frames. New counts 1015-1051.,IRG_250820_01_R1_v89_VFX
+RCC_1430,01:14:01:03,Active,VFX,1010,1098,89,,,Turned Over,"20250610 Travis: Head trim -24 frames. Tail extension +24 frames. New counts 1009-1097.
+20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1098.",IRG_250820_01_R1_v89_VFX
+RCC_1455,01:14:04:20,Active,VFX,1009,1034,26,,,Turned Over,20250722 Travis: Tail extension +3 frames. New counts 1009-1034.,IRG_250820_01_R1_v89_VFX
+YGF_0100,01:14:05:08,Inactive,VFX,1364651,1364696,46,,,NTO,,
+RCC_1460,01:14:05:22,Active,VFX,1011,1076,66,,,Turned Over,20250722 Travis: Head trim -2 frames. Tail trim -1 frames. New counts 1011-1076.,IRG_250820_01_R1_v89_VFX
+YGF_0120,01:14:07:06,Inactive,VFX,1215026,1215109,84,,,NTO,,
+RCC_1470,01:14:08:16,Active,VFX,1033,1064,32,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1500,01:14:10:00,Active,VFX,1009,1088,80,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+RCC_1525,01:14:13:08,Active,VFX,1009,1146,138,,,Turned Over,"20250605 Travis: Head extension +875862 frames. Tail trim -875862 frames. New counts 1009-1138.
+20250701 Travis: Tail extension +8 frames. New counts 1009-1146.",IRG_250820_01_R1_v89_VFX
+RCC_1320,01:14:16:11,Inactive,VFX,1009,1058,50,,,HOLD,20250617 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R1_v64_VFXPlates
+RCC_1527,01:14:19:02,Active,VFX,1009,1061,53,,,Turned Over,20250819 Travis: Head extension +105747 frames. Tail trim -105747 frames. New counts 1009-1061.,IRG_250820_01_R1_v89_VFX
+RCC_1540,01:14:21:07,Active,VFX,1014,1077,64,,,Turned Over,20250701 Travis: Head trim -1463493 frames. Tail extension +1463512 frames. New counts 1464530-1464593.,IRG_250820_01_R1_v89_VFX
+RCC_1465,01:14:23:13,Inactive,VFX,1005,1072,68,,,HOLD,20250701 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R1_v67_VFX
+RCC_1555,01:14:23:23,Active,VFX,1027,1069,43,,,Turned Over,20250701 Travis: Head trim -12 frames. New counts 1027-1069.,IRG_250618_01_R1_v67_VFX
+RCC_1600,01:14:25:18,Active,VFX,1009,1057,49,,,Turned Over,20250610 Travis: Head extension +904964 frames. Tail trim -904964 frames. New counts 1009-1057.,IRG_250820_01_R1_v89_VFX
+NVX_1880,01:14:26:19,Inactive,NVX,835820,835851,32,,Swap to VFX rcc_1755,HOLD,"20250702 Travis: Swap to VFX rcc_1755
+20250707 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250701_01_R1_v71_Drama
+RCC_1624,01:14:27:19,Active,VFX,1009,1034,26,,,Turned Over,20250605 Travis: Head extension +73 frames. Tail trim -73 frames. New counts 1009-1034.,IRG_250820_01_R1_v89_VFX
+RCC_1627,01:14:28:21,Active,VFX,1009,1067,59,,,Turned Over,20250610 Travis: Head extension +905142 frames. Tail trim -905142 frames. New counts 1009-1067.,IRG_250820_01_R1_v89_VFX
+RCC_1740,01:14:31:08,Active,VFX,972,1023,52,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YGF_0300,01:14:31:10,Inactive,VFX,1109511,1109562,52,,,NTO,,
+RCC_1745,01:14:33:12,Active,VFX,1009,1025,17,,,Turned Over,20250610 Travis: Head extension +877574 frames. Tail trim -877574 frames. New counts 1009-1025.,IRG_250820_01_R1_v89_VFX
+YGF_0320,01:14:33:14,Inactive,VFX,1236068,1236108,41,,,NTO,,
+RCC_1747,01:14:34:05,Active,VFX,1009,1034,26,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+NDB_1432,01:14:35:02,Inactive,VFX,1334752,1334852,68,,,NTO,,
+RCC_1750,01:14:35:07,Active,VFX,1009,1074,66,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YGF_0360,01:14:36:21,Inactive,VFX,1516174,1516208,35,,,NTO,,
+RCC_1755,01:14:38:01,Active,VFX,1009,1040,32,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1770,01:14:39:09,Active,VFX,1009,1046,38,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YGF_0400,01:14:40:08,Inactive,VFX,1365196,1365243,48,,,NTO,,
+RCC_1810,01:14:40:23,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1815,01:14:44:01,Active,VFX,1009,1040,32,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1830,01:14:45:09,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+YGF_0460,01:14:45:21,Inactive,VFX,1365251,1365308,58,,,NTO,,
+RCC_1840,01:14:46:22,Active,VFX,1009,1096,88,,3D Note: Version Update expected,Turned Over,20250905 Travis: 3D Note: Version Update expected,IRG_250829_01_R1_v90_VFX
+RCC_1845,01:14:50:14,Active,VFX,1009,1055,47,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1880,01:14:52:13,Active,VFX,1002,1095,94,,,Turned Over,20250722 Travis: Head trim -1 frames. New counts 1002-1095.,IRG_250618_01_R1_v67_VFX
+YGF_0540,01:14:56:02,Inactive,VFX,1199475,1199526,52,,,NTO,,
+RCC_1890,01:14:56:11,Active,VFX,1009,1053,45,,,Turned Over,20250722 Travis: Tail extension +1 frames. New counts 1009-1053.,IRG_250820_01_R1_v89_VFX
+YGF_0560,01:14:58:06,Inactive,VFX,1365072,1365126,55,,,NTO,,
+RCC_1900,01:14:58:08,Active,VFX,1009,1062,54,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1905,01:15:00:14,Active,VFX,1010,1116,107,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1116.,IRG_250820_01_R1_v89_VFX
+YGF_0600,01:15:01:17,Inactive,VFX,1465440,1465479,40,,,NTO,,
+RCC_1930,01:15:05:01,Active,VFX,1010,1081,72,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1081.,IRG_250829_01_R1_v90_VFX
+RCC_1932,01:15:08:01,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_1935,01:15:09:21,Active,VFX,1010,1175,166,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1175.,IRG_250820_01_R1_v89_VFX
+NVX_1900,01:15:10:15,Inactive,NVX,1513875,1513913,39,,Swap to VFX rcc_1995,HOLD,"20250702 Travis: Swap to VFX rcc_1995
+20250707 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250701_01_R1_v71_Drama
+RCC_1990,01:15:16:19,Active,VFX,978,1099,122,,,Turned Over,20250722 Travis: Head trim -2 frames. Tail extension +2 frames. New counts 978-1099.,IRG_250820_01_R1_v89_VFX
+RCC_1995,01:15:21:21,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_2022,01:15:23:12,Active,VFX,901,1255,355,,,Turned Over,20250722 Travis: Head extension +1 frames. Tail trim -1 frames. New counts 901-1255.,IRG_250820_01_R1_v89_VFX
+YGF_0840,01:15:27:09,Inactive,VFX,1219314,1219379,63,,,NTO,,
+YGF_0860,01:15:29:01,Inactive,VFX,1367052,1367139,65,,,NTO,,
+YGF_0920,01:15:36:12,Inactive,VFX,1369656,1369685,30,,,NTO,,
+RCC_2025,01:15:38:07,Active,VFX,1032,1085,54,,,Turned Over,20250605 Travis: Tail trim -9 frames. New counts 1032-1085.,IRG_250820_01_R1_v89_VFX
+RCC_2035,01:15:40:13,Active,VFX,1001,1040,40,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Head extension +8 frames. Tail trim -17 frames. New counts 1001-1040.
+20250707 Travis: Reinstated with counts 1009 to 1057. Status back to Turned Over / Active.",IRG_250812_01_R1_v87_VFX
+RCC_2045,01:15:42:05,Active,VFX,1009,1095,87,,,Turned Over,20250707 Travis: Tail trim -40 frames. New counts 1009-1095.,IRG_250812_01_R1_v87_VFX
+RCC_2120,01:15:45:20,Active,VFX,976,1147,172,,,Turned Over,"20250605 Travis: Head extension +33 frames. Tail extension +65 frames. New counts 976-1147.
+20250610 Travis: Head extension +893744 frames. Tail trim -893744 frames. New counts 976-1147.",IRG_250820_01_R1_v89_VFX
+RCC_1760,01:15:53:00,Active,VFX,1009,1102,94,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+RCC_2305,01:15:56:22,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+RCC_2310,01:15:58:01,Active,VFX,1013,1107,95,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail trim -1 frames. New counts 1013-1107.,IRG_250820_01_R1_v89_VFX
+RCC_2325,01:16:02:00,Active,VFX,1009,1075,67,,,Turned Over,,IRG_250730_01_R1_v83_VFX
+RCC_2320,01:16:02:08,Inactive,VFX,1009,1051,43,,,HOLD,20250722 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R1_v67_VFX
+RCC_2330,01:16:04:19,Active,VFX,1032,1324,293,,,Turned Over,"20250610 Travis: Tail extension +3 frames. New counts 1009-1323.
+20250722 Travis: Head trim -23 frames. Tail extension +1 frames. New counts 1032-1324.",IRG_250820_01_R1_v89_VFX
+RCC_2387,01:16:17:00,Active,VFX,1009,1083,75,,,Turned Over,,IRG_250820_01_R1_v89_VFX
+RCC_2390,01:16:20:03,Active,VFX,1006,1106,101,,,Turned Over,"20250610 Travis: Head extension +4 frames. New counts 1005-1105.
+20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1006-1106.",IRG_250618_01_R1_v67_VFX
+RCC_2400,01:16:24:08,Active,VFX,1011,1120,110,,,Turned Over,"20250605 Travis: Head extension +9 frames. New counts 1011-1120.
+20250610 Travis: Head extension +1395062 frames. Tail trim -1395062 frames. New counts 1011-1120.",IRG_250820_01_R1_v89_VFX
+RCC_2425,01:16:28:22,Active,VFX,1013,1074,62,,,Turned Over,,IRG_250618_01_R1_v67_VFX
+RCC_2430,01:16:31:12,Active,VFX,1009,1070,62,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2450,01:16:34:02,Active,VFX,1009,1030,22,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2460,01:16:35:00,Active,VFX,1009,1130,122,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250826_01_R1_v90_VFX
+RCC_2470,01:16:40:02,Active,VFX,1009,1098,90,,,Turned Over,"20250605 Travis: Head extension +964888 frames. Tail trim -964888 frames. New counts 1009-1098.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250618_01_R2_v63_VFX
+RCC_2500,01:16:43:20,Active,VFX,1009,1105,97,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+NDB_0980,01:16:43:23,Inactive,VFX,1041622,1041849,228,,,HOLD,"20250605 Travis: Head trim -1040673 frames. Tail extension +1040687 frames. New counts 1041682-1041849.
+20250610 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250606_01_R1_v60_VFXPlatesFMP
+RCC_2510,01:16:47:21,Active,VFX,1009,1099,91,,,Turned Over,"20250610 Travis: Head extension +918360 frames. Tail trim -918360 frames. New counts 1009-1099.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250618_01_R2_v63_VFX
+RCC_2520,01:16:51:16,Active,VFX,1009,1144,136,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+NDB_0990,01:16:53:11,Inactive,VFX,1505829,1506017,189,,,HOLD,20250610 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+RCC_2530,01:16:57:08,Active,VFX,1009,1238,230,,,Turned Over,"20250605 Travis: Head extension +923688 frames. Tail trim -923688 frames. New counts 1009-1238.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250618_01_R2_v63_VFX
+NDB_1100,01:17:01:08,Inactive,VFX,1438548,1438574,27,,,NTO,,
+RCC_2532,01:17:06:22,Active,VFX,1009,1082,74,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+NDB_1160,01:17:06:22,Inactive,VFX,1009,1100,92,,,HOLD,20250610 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+RCC_2540,01:17:10:00,Active,VFX,1009,1206,198,,,Turned Over,"20250605 Travis: Tail extension +46 frames. New counts 1056966-1057163.
+20250701 Travis: Head extension +1055957 frames. Tail trim -1055957 frames. New counts 1009-1206.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250701_02_R2_v66_VFX
+RCC_2545,01:17:18:06,Active,VFX,1009,1042,34,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Head extension +949269 frames. Tail trim -949269 frames. New counts 1009-1042.",IRG_250723_01_R1_v82_VFX
+RCC_2592,01:17:19:16,Active,VFX,1049,1084,36,,,Turned Over,"20250605 Travis: Head trim -40 frames. Tail extension +8 frames. New counts 1049-1084.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250827_01_R1_v90_VFX
+RCC_2595,01:17:21:04,Active,VFX,1019,1212,194,,,Turned Over,"20250605 Travis: Head extension +972006 frames. Tail trim -972016 frames. New counts 1019-1212.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250618_01_R2_v63_VFX
+RCC_2600,01:17:29:06,Active,VFX,1009,1257,249,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+NDB_1290,01:17:32:03,Inactive,VFX,1126899,1126955,57,,,HOLD,20250610 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+RCC_2620,01:17:39:15,Active,VFX,1009,1099,91,,,Turned Over,"20250715 Travis: Head extension +949832 frames. Tail trim -949832 frames. New counts 1009-1099.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250827_01_R1_v90_VFX
+RCC_2670,01:17:43:10,Active,VFX,979,1399,421,,,Turned Over,"20250623 Travis: Head extension +949953 frames. Tail trim -949953 frames. New counts 979-1399.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250723_01_R1_v82_VFX
+RCC_2690,01:18:00:23,Active,VFX,1009,1161,153,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Head extension +950344 frames. Tail trim -950344 frames. New counts 1009-1161.",IRG_250723_01_R1_v82_VFX
+RCC_2800,01:18:07:08,Active,VFX,1009,1080,72,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2810,01:18:10:08,Active,VFX,1009,1054,46,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2820,01:18:12:06,Active,VFX,1009,1098,90,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2840,01:18:16:00,Active,VFX,1009,1051,43,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2850,01:18:17:19,Active,VFX,1015,1097,83,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2860,01:18:21:06,Active,VFX,1009,1059,51,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2870,01:18:23:09,Active,VFX,1009,1075,67,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2875,01:18:26:04,Active,VFX,1009,1114,106,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2030,01:18:29:14,Inactive,VFX,1009,1041,33,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+RCC_2900,01:18:30:14,Active,VFX,1009,2610,1602,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2040,01:18:33:00,Inactive,VFX,1009,1177,169,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+RCC_2070,01:18:40:01,Inactive,VFX,1009,1046,38,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+RCC_2080,01:18:41:15,Inactive,VFX,1009,1061,53,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+RCC_2085,01:18:43:20,Inactive,VFX,1009,1095,87,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+RCC_2125,01:18:50:13,Inactive,VFX,1009,1073,65,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+RCC_2903,01:19:37:08,Active,VFX,1009,1073,65,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2927,01:19:40:01,Active,VFX,1074,1717,644,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2929,01:20:06:21,Active,VFX,1004,1166,163,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Head extension +5 frames. Tail trim -5 frames. New counts 1004-1166.",IRG_250820_01_R1_v89_VFX
+RCC_2933,01:20:13:16,Active,VFX,1091,1347,257,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250730_01_R1_v83_VFX
+RCC_2935,01:20:24:09,Active,VFX,1009,1064,56,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2940,01:20:26:17,Active,VFX,1010,1168,159,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1168.",IRG_250820_01_R1_v89_VFX
+RCC_2942,01:20:33:08,Active,VFX,1008,1097,90,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2965,01:20:37:02,Active,VFX,1004,1090,87,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Head extension +5 frames. Tail trim -8 frames. New counts 1004-1090.",IRG_250820_01_R1_v89_VFX
+RCC_2975,01:20:40:17,Active,VFX,1009,1045,37,,,Turned Over,"20250610 Travis: Head trim -24 frames. Tail extension +24 frames. New counts 1009-1040.
+20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Tail extension +5 frames. New counts 1009-1045.",IRG_250820_01_R1_v89_VFX
+RCC_2980,01:20:42:06,Active,VFX,1011,1047,37,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Head trim -2 frames. Tail extension +2 frames. New counts 1011-1047.",IRG_250618_01_R2_v63_VFX
+RCC_2990,01:20:43:19,Active,VFX,1011,1057,47,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Head trim -2 frames. New counts 1011-1059.
+20250728 Travis: Tail trim -2 frames. New counts 1011-1057.",IRG_250618_01_R2_v63_VFX
+RCC_3000,01:20:45:18,Active,VFX,1007,1120,114,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Tail extension +2 frames. New counts 1009-1120.
+20250728 Travis: Head extension +2 frames. New counts 1007-1120.",IRG_250618_01_R2_v63_VFX
+RCC_3010,01:20:50:12,Active,VFX,1011,1053,43,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Head trim -2 frames. Tail extension +2 frames. New counts 1011-1053.",IRG_250618_01_R2_v63_VFX
+RCC_3020,01:20:52:07,Active,VFX,1011,1181,171,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R1
+20250722 Travis: Head trim -2 frames. Tail extension +2 frames. New counts 1011-1181.",IRG_250820_01_R1_v89_VFX
+RCC_3030,01:20:59:10,Active,VFX,1009,1047,39,,,Turned Over,"20250715 Travis: Head extension +1097814 frames. Tail trim -1097814 frames. New counts 1009-1047.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250820_01_R1_v89_VFX
+RCC_3040,01:21:01:01,Active,VFX,1009,1021,13,,,Turned Over,"20250707 Travis: Head extension +1097849 frames. Tail trim -1097849 frames. New counts 1009-1021.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250820_01_R1_v89_VFX
+RCC_3050,01:21:01:14,Active,VFX,1009,1030,22,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_3060,01:21:02:12,Active,VFX,1009,1039,31,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_3070,01:21:03:19,Active,VFX,1009,1054,46,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_3080,01:21:05:17,Active,VFX,1009,1041,33,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_3085,01:21:07:02,Active,VFX,1009,1050,42,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_3090,01:21:08:20,Active,VFX,1009,1039,31,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_3092,01:21:10:03,Active,VFX,1009,1036,28,,,Turned Over,"20250610 Travis: Head extension +1519401 frames. Tail trim -1519401 frames. New counts 1009-1036.
+20250715 Travis: Rebalance Shot Moved to R1",IRG_250820_01_R1_v89_VFX
+RCC_3095,01:21:11:07,Active,VFX,1009,1037,29,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R1,IRG_250820_01_R1_v89_VFX
+RCC_2340,01:23:55:18,Inactive,VFX,985,1066,82,,,HOLD,20250610 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R1_v53_VFXPlatesFMP
+ECP_6000,02:00:08:00,Active,VFX,1081,1133,53,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+RCC_4110,02:00:10:05,Active,VFX,1009,1048,40,,,Turned Over,,IRG_250826_01_R2_v81_VFX
+RCC_4112,02:00:11:21,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+ECP_6020,02:00:13:00,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+RCC_4140,02:00:14:10,Active,VFX,1009,1031,23,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NVX_2200,02:00:15:09,Active,NVX,1471575,1471616,42,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+RCC_4160,02:00:17:03,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250618_01_R2_v63_VFX
+RCC_4215,02:00:18:07,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+RCC_4217,02:00:20:05,Active,VFX,1009,1041,33,,,Turned Over,20250605 Travis: Head extension +1057634 frames. Tail trim -1057634 frames. New counts 1009-1041.,IRG_250618_01_R2_v63_VFX
+RCC_4229,02:00:21:14,Active,VFX,1009,1240,162,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+ECP_6050,02:00:23:00,Active,VFX,1037,1082,46,,,Turned Over,,IRG_250827_01_R2_v81_VFX
+ECP_6100,02:00:26:21,Active,VFX,1009,1068,60,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+ECP_6150,02:00:32:18,Active,VFX,1009,1238,230,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NVX_2220,02:00:42:08,Active,NVX,1471614,1471635,22,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+RCC_4325,02:00:43:06,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250826_01_R2_v81_VFX
+ECP_6170,02:00:44:10,Active,VFX,1009,1090,82,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+RCC_4356,02:00:47:20,Active,VFX,1009,1076,68,,,Turned Over,"20250605 Travis: Head trim -24 frames. Tail extension +24 frames. New counts 1009-1076.
+20250610 Travis: Head extension +24 frames. Tail trim -24 frames. New counts 985-1052.",IRG_250820_01_R2_v80_VFX
+RCC_4340,02:00:50:16,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+ECP_6190,02:00:51:19,Active,VFX,1009,1074,66,,,Turned Over,,IRG_250730_01_R2_v75_VFX
+RCC_2590,02:00:52:20,Inactive,VFX,950198,950243,46,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+RCC_4355,02:00:54:13,Active,VFX,1009,1071,53,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+RCC_4350,02:00:55:09,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250618_01_R2_v63_VFX
+RCC_4360,02:00:57:22,Active,VFX,1009,1068,60,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+RCC_4370,02:01:00:10,Active,VFX,1009,1030,22,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+RCC_4380,02:01:01:08,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NVX_2260,02:01:02:11,Active,NVX,1084501,1084530,30,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+MFC_0500,02:01:03:17,Active,VFX,1009,1093,85,,,Turned Over,"20250605 Travis: Head trim -921125 frames. Tail extension +921125 frames. New counts 922134-922218.
+20250610 Travis: Head extension +921125 frames. Tail trim -921125 frames. New counts 1009-1093.",IRG_250820_01_R2_v80_VFX
+MFC_0510,02:01:07:06,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250701_02_R2_v66_VFX
+MFC_1000,02:01:09:17,Active,VFX,1009,1038,30,,,Turned Over,20250701 Travis: Reinstated with counts 15 to 44. Status back to NTO / Active.,IRG_250708_02_R2_v70_VFX
+MFC_1020,02:01:10:23,Active,VFX,1015,1055,41,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1049. Status back to NTO / Active.,IRG_250730_01_R2_v75_VFX
+MFC_1040,02:01:12:16,Active,VFX,1027,1070,44,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1052. Status back to NTO / Active.,IRG_250723_01_R2_v75_VFX
+MFC_1060,02:01:14:12,Active,VFX,1017,1060,44,,,Turned Over,20250701 Travis: Reinstated with counts 1008 to 1051. Status back to NTO / Active.,IRG_250812_01_R2_v79_VFX
+MFC_1120,02:01:16:08,Active,VFX,1001,1060,60,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1060. Status back to NTO / Active.,IRG_250701_02_R2_v66_VFX
+MFC_1100,02:01:18:20,Active,VFX,1009,1066,58,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1074. Status back to NTO / Active.,IRG_250820_01_R2_v80_VFX
+MFC_1160,02:01:21:06,Active,VFX,1010,1042,33,,,Turned Over,20250701 Travis: Reinstated with counts 1008 to 1041. Status back to NTO / Active.,IRG_250829_01_R2_v81_VFX
+MFC_1180,02:01:22:15,Active,VFX,1009,1033,25,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1042. Status back to NTO / Active.,IRG_250730_01_R2_v75_VFX
+MFC_1200,02:01:23:16,Active,VFX,1009,1028,20,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1028. Status back to NTO / Active.,IRG_250701_02_R2_v66_VFX
+MFC_1220,02:01:24:12,Active,VFX,1009,1035,27,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1035. Status back to NTO / Active.,IRG_250730_01_R2_v75_VFX
+MFC_1240,02:01:25:15,Active,VFX,1009,1028,20,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1028. Status back to NTO / Active.,IRG_250730_01_R2_v75_VFX
+MFC_1260,02:01:26:11,Active,VFX,1009,1026,18,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1026. Status back to NTO / Active.,IRG_250723_01_R2_v75_VFX
+MFC_1280,02:01:27:05,Active,VFX,1017,1041,25,,,Turned Over,"20250701 Travis: Reinstated with counts 1004 to 1028. Status back to NTO / Active.
+20250811 Travis: Head trim -13 frames. Tail extension +13 frames. New counts 1017-1041.",IRG_250820_01_R2_v80_VFX
+MFC_1300,02:01:28:06,Active,VFX,1009,1030,22,,,Turned Over,20250701 Travis: Reinstated with counts 1009 to 1030. Status back to NTO / Active.,IRG_250701_02_R2_v66_VFX
+MFC_1370,02:01:29:04,Active,VFX,1009,1088,80,,,Turned Over,,IRG_250829_01_R2_v81_VFX
+MFC_1320,02:01:29:04,Inactive,VFX,1009,1043,35,,,HOLD,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250701 Travis: Reinstated with counts 1009 to 1043. Status back to Turned Over / Active.
+20250811 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250513_01_R2_v54_VFXPlatesFMP
+MFC_1460,02:01:30:15,Inactive,VFX,1001,1045,45,,,HOLD,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250701 Travis: Head extension +4 frames. New counts 1001-1040.
+20250701 Travis: Reinstated with counts 1005 to 1040. Status back to Turned Over / Active.
+20250715 Travis: Tail extension +5 frames. New counts 1001-1045.
+20250811 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250513_01_R2_v54_VFXPlatesFMP
+MFC_1380,02:01:32:12,Active,VFX,988,1092,105,,,Turned Over,"20250701 Travis: Reinstated with counts 1009 to 1060. Status back to NTO / Active.
+20250805 Travis: Reinstated with counts 1009 to 1060. Status back to NTO / Active.
+20250902 Travis: Head extension +14 frames. Tail extension +2 frames. New counts 992-1068.
+20250908 Travis: Head extension +4 frames. Tail extension +24 frames. New counts 988-1092.",IRG_250829_01_R2_v81_VFX
+SFE_5000,02:01:36:21,Active,VFX,1010,1163,154,,,Turned Over,"20250618 Travis: Head extension +1 frames. Tail trim -1 frames. New counts 1009-1162.
+20250701 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1163.",IRG_250723_01_R2_v75_VFX
+SFE_5020,02:01:43:07,Active,VFX,1000,1069,70,,,Turned Over,"20250618 Travis: Head trim -9 frames. Tail extension +9 frames. New counts 1009-1078.
+20250701 Travis: Head extension +9 frames. Tail trim -9 frames. New counts 1000-1069.",IRG_250701_02_R2_v66_VFX
+SFE_5030,02:01:46:05,Active,VFX,1009,1075,67,,,Turned Over,20250605 Travis: Head extension +1322798 frames. Tail trim -1322798 frames. New counts 1009-1075.,IRG_250618_01_R2_v63_VFX
+NVX_2100,02:01:46:20,Inactive,NVX,1265474,1265519,46,,Swap to VFX rcc_2810,HOLD,"20250702 Travis: Swap to VFX rcc_2810
+20250707 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250701_01_R2_v66_Drama
+SFE_5040,02:01:49:00,Active,VFX,1009,1125,117,,,Turned Over,,IRG_250827_01_R2_v81_VFX
+SFE_5050,02:01:53:21,Active,VFX,1009,1065,57,,,Turned Over,20250605 Travis: Head extension +1472329 frames. Tail trim -1472329 frames. New counts 1009-1065.,IRG_250701_02_R2_v66_VFX
+SFE_5060,02:01:56:06,Active,VFX,1009,1097,89,,,Turned Over,,IRG_250701_02_R2_v66_VFX
+SFE_5070,02:01:59:23,Active,VFX,1009,1096,88,,,Turned Over,,IRG_250618_01_R2_v63_VFX
+SFE_5100,02:02:03:15,Active,VFX,717,1222,506,,,Turned Over,"20250605 Travis: Head extension +1424593 frames. Tail trim -1424593 frames. New counts 933-1222.
+20250618 Travis: Head trim -76 frames. Tail extension +292 frames. New counts 1009-1514.
+20250707 Travis: Head extension +292 frames. Tail trim -292 frames. New counts 717-1222.",IRG_250826_01_R2_v81_VFX
+SFE_5110,02:02:24:17,Active,VFX,1009,1066,58,,,Turned Over,20250605 Travis: Head extension +1481055 frames. Tail trim -1481055 frames. New counts 1009-1066.,IRG_250701_02_R2_v66_VFX
+SFE_5120,02:02:27:03,Active,VFX,1009,1490,482,,,Turned Over,,IRG_250618_01_R2_v63_VFX
+SFE_5130,02:02:47:05,Active,VFX,1196,1277,82,,,Turned Over,"20250618 Travis: Head extension +186 frames. Tail trim -186 frames. New counts 1010-1091.
+20250701 Travis: Head trim -186 frames. Tail extension +186 frames. New counts 1196-1277.",IRG_250701_02_R2_v66_VFX
+SFE_5140,02:02:50:15,Active,VFX,1009,1149,141,,,Turned Over,,IRG_250618_01_R2_v63_VFX
+BAG_1020,02:02:55:23,Inactive,VFX,201822,201835,14,,Swap to Drama nvx_2365,NTO,20250721 Travis: Swap to Drama nvx_2365,
+BAG_1010,02:02:56:12,Active,VFX,1018,1109,92,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NVX_2365,02:03:00:08,Active,NVX,1767496,1767509,14,,,Turned Over,,IRG_250724_01_R2_v75_Drama
+BAG_1050,02:03:00:10,Inactive,VFX,1047,1068,22,,Name Changed to bag_1030 Pt2,HOLD,"20250819 Travis: Head trim -38 frames. Tail extension +38 frames. New counts 1047-1068.
+20250819 Travis: Name Changed to bag_1030 Pt2
+20250825 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250730_01_R2_v75_VFX
+BAG_1030,02:03:00:22,Active,VFX,1009,1068,32,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NVX_2370,02:03:01:08,Active,NVX,1767991,1768012,22,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+BAG_1060,02:03:03:04,Active,VFX,1009,1725,378,,bag_1060 Pt2 Name Changed to bag_1118,Turned Over,20250804 Travis: bag_1060 Pt2 Name Changed to bag_1118,IRG_250812_01_R2_v79_VFX
+BAG_1070,02:03:15:02,Active,VFX,1009,1069,61,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+DFG_8905,02:03:21:11,Active,VFX,1009,1089,81,,,Turned Over,,IRG_250829_01_R2_v81_VFX
+DFG_8910,02:03:24:20,Active,VFX,1009,1097,89,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+DFG_8915,02:03:28:13,Active,VFX,1009,1119,111,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NVX_2390,02:03:33:04,Active,NVX,1772886,1772967,82,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+DFG_8940,02:03:36:14,Active,VFX,1009,1155,147,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+BAG_1110,02:03:42:17,Active,VFX,1002,1069,68,,,Turned Over,"20250707 Travis: Head trim -95 frames. Tail extension +95 frames. New counts 1097-1164.
+20250715 Travis: Head extension +95 frames. Tail trim -95 frames. New counts 1002-1069.",IRG_250701_02_R2_v66_VFX
+BAG_1100,02:03:45:13,Active,VFX,1009,1069,61,,,Turned Over,,IRG_250829_01_R2_v81_VFX
+BAG_1118,02:03:48:02,Active,VFX,1009,1075,67,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+BAG_1115,02:03:50:21,Active,VFX,1009,1121,113,1,OPTICAL Dissolve to NDB_1260 72 frms at Tail. Dissolve Range 1122-1193,Turned Over,20250805 Travis: Tail trim -72 frames. New counts 1009-1121.,IRG_250730_01_R2_v75_VFX
+NDB_1260,02:03:55:14,Active,VFX,1009,1124,116,1,OPTICAL Dissolve from BAG_1115 72 frms at Head Dissolve Range TBD (Current temp shot),Turned Over,"20250618 Travis: Head extension +1553204 frames. Tail trim -1553194 frames. New counts 1009-1124.
+20250701 Travis: Head trim -61 frames. New counts 1070-1124.
+20250707 Travis: Head extension +61 frames. New counts 1009-1124.",IRG_250829_01_R2_v81_VFX
+NDB_1270,02:04:00:10,Active,VFX,1025,1132,108,,,Turned Over,"20250610 Travis: Head trim -16 frames. New counts 1025-1132.
+20250610 Travis: Reinstated Reel 2. Status back to Turned Over / Active.
+20250701 Travis: Head trim -26 frames. New counts 1051-1132.
+20250707 Travis: Head extension +26 frames. New counts 1025-1132.",IRG_250806_01_R2_v75_VFX
+NVX_2410,02:04:04:22,Active,NVX,1443108,1443213,106,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NVX_2420,02:04:09:08,Active,NVX,1211017,1211049,33,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NVX_2160,02:04:09:20,Inactive,NVX,1510793,1510884,92,,Swap to VFX rcc_2942,HOLD,"20250702 Travis: Swap to VFX rcc_2942
+20250707 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250701_01_R2_v66_Drama
+NVX_2430,02:04:10:17,Active,NVX,1444085,1444131,47,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NVX_2440,02:04:12:16,Active,NVX,1127104,1127168,65,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NVX_2450,02:04:15:09,Active,NVX,1211441,1211482,42,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NVX_2460,02:04:17:03,Active,NVX,1443888,1444001,114,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NDB_1390,02:04:21:21,Active,VFX,1009,1151,143,,,Turned Over,"20250610 Travis: Reinstated Reel 2 with counts 1009 to 1156. Status back to Turned Over / Active.
+20250722 Travis: Tail trim -5 frames. New counts 1009-1151.",IRG_250820_01_R2_v80_VFX
+NDB_1410,02:04:27:20,Active,VFX,1004,1180,177,,,Turned Over,"20250610 Travis: Reinstated Reel 2 with counts 1017 to 1188. Status back to Turned Over / Active.
+20250722 Travis: Head extension +13 frames. Tail trim -8 frames. New counts 1004-1180.",IRG_250723_01_R2_v75_VFX
+NVX_2470,02:04:35:05,Active,NVX,1194172,1194253,82,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NDB_1430,02:04:38:15,Active,VFX,1009,1057,49,,,Turned Over,"20250610 Travis: Reinstated Reel 2 with counts 1009 to 1089. Status back to Turned Over / Active.
+20250707 Travis: Tail trim -32 frames. New counts 1009-1057.",IRG_250730_01_R2_v75_VFX
+NDB_1490,02:04:40:16,Active,VFX,1011,1177,167,,VFX Plate no longer req. Split Screen,Turned Over,"20250605 Travis: Head trim -1 frames. Tail extension +54 frames. New counts 1010-1175.
+20250606 Travis: VFX Plate no longer req. Split Screen
+20250610 Travis: Reinstated Reel 2 with counts 1009 to 1121. Status back to Turned Over / Active.
+20250618 Travis: Head trim -184658 frames. Tail extension +184631 frames. New counts 185668-185806.
+20250707 Travis: Head extension +184659 frames. Tail trim -184631 frames. New counts 1009-1175.
+20250715 Travis: Head trim -2 frames. Tail extension +2 frames. New counts 1011-1177.",IRG_250716_01_R2_v74_VFX
+NDB_1520,02:04:47:15,Active,VFX,1018,1035,18,,,Turned Over,,IRG_250716_01_R2_v74_VFX
+NVX_2480,02:04:48:09,Active,NVX,1368004,1368064,61,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NDB_1535,02:04:50:22,Active,VFX,1009,1063,55,,,Turned Over,"20250610 Travis: Reinstated Reel 2 with counts 1016 to 1070. Status back to Turned Over / Active.
+20250819 Travis: Head extension +7 frames. Tail trim -7 frames. New counts 1009-1063.",IRG_250820_01_R2_v80_VFX
+NDB_1537,02:04:53:05,Active,VFX,1009,1048,40,,,Turned Over,20250610 Travis: Reinstated Reel 2 with counts 1009 to 1048. Status back to Turned Over / Active.,IRG_250723_01_R2_v75_VFX
+NDB_1540,02:04:54:21,Active,VFX,1009,1128,90,,,Turned Over,"20250610 Travis: Multi-cut range change to 1009-1053, 1084-1128.
+20250610 Travis: Reinstated Reel 2. Status back to Turned Over / Active.",IRG_250812_01_R2_v79_VFX
+NDB_1580,02:04:56:18,Active,VFX,1009,1364,347,,,Turned Over,"20250610 Travis: Multi-cut range change to 1009-1068, 1078-1364.
+20250610 Travis: Reinstated Reel 2. Status back to Turned Over / Active.",IRG_250701_02_R2_v66_VFX
+NDB_1582,02:05:13:02,Active,VFX,1009,1173,165,,,Turned Over,"20250610 Travis: Reinstated Reel 2 with counts 1328522 to 1328686. Status back to Turned Over / Active.
+20250805 Travis: Head extension +1327513 frames. Tail trim -1327513 frames. New counts 1009-1173.",IRG_250812_01_R2_v79_VFX
+NVX_2490,02:05:19:23,Active,NVX,1368722,1368757,36,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NDB_1620,02:05:21:11,Active,VFX,1009,1082,74,,,Turned Over,20250610 Travis: Reinstated with counts 1009 to 1082. Status back to Turned Over / Active.,IRG_250708_02_R2_v70_VFX
+NDB_1650,02:05:24:13,Active,VFX,1009,1156,148,,,Turned Over,"20250610 Travis: Tail trim -43 frames. New counts 1009-1113.
+20250610 Travis: Reinstated Reel 2. Status back to Turned Over / Active.
+20250618 Travis: Head trim -3 frames. Tail extension +2 frames. New counts 1012-1115.
+20250701 Travis: Head extension +3 frames. Tail extension +41 frames. New counts 1009-1156.",IRG_250820_01_R2_v80_VFX
+NDB_1660,02:05:30:17,Active,VFX,1009,1101,93,,,Turned Over,"20250610 Travis: Out of cut. Status from Turned Over to HOLD.
+20250701 Travis: Reinstated with counts 1009 to 1101. Status back to Turned Over / Active.",IRG_250730_01_R2_v75_VFX
+NDB_1675,02:05:34:14,Active,VFX,1009,1129,121,,,Turned Over,"20250610 Travis: Out of cut. Status from Turned Over to HOLD.
+20250701 Travis: Tail extension +2 frames. New counts 1445240-1445371.
+20250701 Travis: Reinstated with counts 1445240 to 1445369. Status back to Turned Over / Active.
+20250707 Travis: Tail trim -11 frames. New counts 1445240-1445360.
+20250728 Travis: Head extension +1444231 frames. Tail trim -1444231 frames. New counts 1009-1129.",IRG_250730_01_R2_v75_VFX
+NDB_1750,02:05:39:15,Active,VFX,946,1291,346,,,Turned Over,"20250610 Travis: Out of cut. Status from Turned Over to HOLD.
+20250701 Travis: Head trim -1046195 frames. Tail extension +1046247 frames. New counts 1047204-1047538.
+20250701 Travis: Reinstated with counts 1009 to 1291. Status back to Turned Over / Active.
+20250707 Travis: Head extension +1046258 frames. Tail trim -1046247 frames. New counts 946-1291.",IRG_250730_01_R2_v75_VFX
+NVX_2500,02:05:54:01,Active,NVX,1220680,1220744,65,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+NVX_2510,02:05:56:18,Active,NVX,1446019,1446072,54,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+MFC_1080,02:05:57:16,Inactive,VFX,1005,1067,63,,,NTO,,
+NVX_2520,02:05:59:00,Active,NVX,1220873,1220944,72,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+OPT_2200,02:06:02:00,Active,VFX,1009,1152,144,1,OPTICAL Rescale 100 to 102%,Turned Over,,IRG_250829_01_R2_v81_VFX
+MFC_1140,02:06:05:05,Inactive,VFX,1009,1029,21,,,NTO,,
+BRT_1000,02:06:08:00,Active,VFX,1009,1130,122,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+MFC_1340,02:06:11:15,Inactive,VFX,1009,1028,20,,,HOLD,"20250701 Travis: Reinstated with counts 1009 to 1028. Status back to NTO / Active.
+20250707 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250701_02_R2_v66_VFX
+BRT_1100,02:06:13:02,Active,VFX,1009,1157,149,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+MFC_1360,02:06:16:17,Inactive,VFX,1009,1048,40,,,NTO,,
+SFE_5080,02:06:17:11,Inactive,VFX,1009,1137,129,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R2_v60_VFXPlates
+BRT_1200,02:06:19:07,Active,VFX,1009,1136,128,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+MFC_1400,02:06:20:13,Inactive,VFX,1004,1049,46,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+MFC_1420,02:06:22:11,Inactive,VFX,1013,1082,70,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+RCC_2610,02:06:22:20,Inactive,VFX,950488,950557,70,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R2_v60_VFXPlates
+BRT_1400,02:06:24:15,Active,VFX,1017,1123,107,,,Turned Over,,IRG_250827_01_R2_v81_VFX
+MFC_1440,02:06:25:09,Inactive,VFX,1009,1041,33,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+MFC_1480,02:06:28:06,Inactive,VFX,1009,1130,122,,,NTO,,
+NVX_2540,02:06:29:02,Active,NVX,1311359,1311518,160,,,Turned Over,,IRG_250701_01_R2_v66_Drama
+MFC_1500,02:06:33:08,Inactive,VFX,1009,1035,27,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+MFC_1520,02:06:34:11,Inactive,VFX,1009,1097,89,,,NTO,,
+BRT_1500,02:06:35:18,Active,VFX,1009,1164,156,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+MFC_1540,02:06:38:04,Inactive,VFX,1004,1051,48,,,NTO,,
+MFC_1560,02:06:40:04,Inactive,VFX,1009,1042,34,,,NTO,,
+MFC_1580,02:06:41:14,Inactive,VFX,1015,1049,35,,,NTO,,
+BRT_1600,02:06:42:06,Active,VFX,1009,1093,85,,,Turned Over,,IRG_250827_01_R2_v81_VFX
+MFC_1600,02:06:43:01,Inactive,VFX,1009,1073,65,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+BRT_1700,02:06:45:19,Active,VFX,1009,1161,153,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+BRT_1800,02:06:52:04,Active,VFX,1009,1102,94,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+BRT_1900,02:06:56:02,Active,VFX,1009,1057,49,,,Turned Over,,IRG_250730_01_R2_v75_VFX
+BRT_2000,02:06:58:03,Active,VFX,1009,1101,93,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+BRT_2300,02:07:02:00,Active,VFX,1019,1115,97,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+BRT_2200,02:07:06:01,Active,VFX,1036,1147,112,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+BRT_2700,02:07:10:17,Active,VFX,1009,1083,75,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+BRT_2800,02:07:13:20,Active,VFX,1009,1255,247,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_0100,02:07:24:03,Active,VFX,1027,1166,140,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Reinstated with counts 1009 to 1166. Status back to Turned Over / Active.",IRG_250827_01_R2_v81_VFX
+NPH_0300,02:07:29:23,Active,VFX,1009,1126,118,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Reinstated with counts 1009 to 1126. Status back to Turned Over / Active.",IRG_250820_01_R2_v80_VFX
+NPH_0320,02:07:34:21,Active,VFX,1009,1088,80,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Reinstated with counts 1009 to 1088. Status back to Turned Over / Active.",IRG_250820_01_R2_v80_VFX
+NPH_0340,02:07:38:05,Active,VFX,1037,1088,52,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Reinstated with counts 1037 to 1088. Status back to Turned Over / Active.",IRG_250820_01_R2_v80_VFX
+NPH_0235,02:07:40:09,Active,VFX,1009,1119,111,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Reinstated with counts 1020 to 1130. Status back to Turned Over / Active.",IRG_250618_01_R2_v63_VFX
+NPH_0225,02:07:45:00,Active,VFX,1145,1219,75,,,Turned Over,"20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250707 Travis: Reinstated with counts 1145 to 1219. Status back to Turned Over / Active.",IRG_250827_01_R2_v81_VFX
+NPH_0900,02:07:48:03,Active,VFX,1009,1163,155,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1010,02:07:54:14,Active,VFX,1009,1116,108,,,Turned Over,"20250610 Travis: Tail trim -72 frames. New counts 1009-1090.
+20250618 Travis: Tail extension +26 frames. New counts 1009-1116.",IRG_250820_01_R2_v80_VFX
+NPH_1085,02:07:59:02,Active,VFX,1009,1092,84,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1105,02:08:02:14,Active,VFX,1040,1104,65,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250618 Travis: Tail extension +1 frames. New counts 1040-1104.
+20250618 Travis: Reinstated with counts 1040 to 1103. Status back to Turned Over / Active.",IRG_250812_01_R2_v79_VFX
+NPH_1120,02:08:05:07,Active,VFX,953,987,35,,nph_1120 Pt2 Name Changed to nph_1121,Turned Over,"20250605 Travis: Head trim -36 frames. Tail trim -1 frames. New counts 988-1017.
+20250618 Travis: Multi-cut range change to 953-987, 979-1025.
+20250819 Travis: nph_1120 Pt2 Name Changed to nph_1121",IRG_250820_01_R2_v80_VFX
+NPH_1116,02:08:06:18,Active,VFX,1009,1073,65,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NVX_5420,02:08:07:10,Inactive,NVX,1011657,1011704,48,,STOCK FTG,NTO,,
+LCR_2620,02:08:09:10,Inactive,VFX,1009,1051,43,,STOCK FTG,NTO,,
+NPH_4110,02:08:09:11,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NVX_5440,02:08:11:05,Inactive,NVX,1011723,1011790,68,,STOCK FTG,NTO,,
+NPH_1121,02:08:11:22,Active,VFX,979,1025,47,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+IEG_1130,02:08:11:22,Inactive,VFX,1009,1048,40,,,NTO,,
+NPH_4130,02:08:13:21,Active,VFX,1009,1100,92,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+LCR_2640,02:08:14:01,Inactive,VFX,1009,1076,68,,STOCK FTG,NTO,,
+NVX_5460,02:08:16:21,Inactive,NVX,1011846,1011995,150,,STOCK FTG,NTO,,
+NPH_1142,02:08:17:17,Active,VFX,1033,1172,140,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+LCR_2660,02:08:23:03,Inactive,VFX,1009,1114,106,,STOCK FTG,NTO,,
+NPH_4160,02:08:23:13,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1495,02:08:24:14,Active,VFX,1009,1076,68,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_4510,02:08:27:10,Active,VFX,951,1071,121,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NVX_5480,02:08:27:13,Inactive,NVX,1012148,1012213,66,,STOCK FTG,NTO,,
+SFE_5160,02:08:30:07,Inactive,VFX,1443784,1443894,111,,,NTO,,
+NPH_1150,02:08:32:11,Active,VFX,1016,1053,38,,,Turned Over,20250605 Travis: Head trim -7 frames. New counts 1016-1053.,IRG_250820_01_R2_v80_VFX
+NPH_1903,02:08:34:01,Active,VFX,1009,1102,94,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+BAG_1120,02:08:35:04,Inactive,VFX,1009,1083,75,,,NTO,20250701 Travis: Reinstated with counts 1009 to 1087. Status back to NTO / Active.,
+NPH_1170,02:08:37:23,Active,VFX,1007,1045,39,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NDB_1000,02:08:38:10,Inactive,VFX,1006,1115,110,,,NTO,,
+NPH_1175,02:08:39:14,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1200,02:08:41:03,Active,VFX,1054,1110,57,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1210,02:08:43:12,Active,VFX,1017,1162,146,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1220,02:08:49:14,Active,VFX,1109,1253,145,,,Turned Over,"20250618 Travis: Tail extension +31 frames. New counts 1109-1237.
+20250722 Travis: Tail extension +16 frames. New counts 1109-1253.",IRG_250829_01_R2_v81_VFX
+NPH_1310,02:08:55:15,Active,VFX,1030,1061,32,,,Turned Over,"20250618 Travis: Head trim -13 frames. New counts 1030-1060.
+20250722 Travis: Tail extension +1 frames. New counts 1030-1061.",IRG_250812_01_R2_v79_VFX
+NPH_1320,02:08:56:23,Active,VFX,1016,1125,110,,,Turned Over,20250722 Travis: Head extension +4 frames. Tail trim -1 frames. New counts 1016-1125.,IRG_250812_01_R2_v79_VFX
+NPH_1330,02:09:01:13,Active,VFX,1036,1201,166,,,Turned Over,"20250610 Travis: Head trim -1109247 frames. Tail extension +1109221 frames. New counts 1110256-1110330.
+20250701 Travis: Head extension +1109247 frames. Tail trim -1109247 frames. New counts 1009-1083.
+20250707 Travis: Head trim -1109247 frames. Tail extension +1109365 frames. New counts 1110256-1110448.
+20250715 Travis: Head extension +1109247 frames. Tail trim -1109247 frames. New counts 1009-1201.
+20250722 Travis: Head trim -27 frames. New counts 1036-1201.",IRG_250820_01_R2_v80_VFX
+NPH_1337,02:09:08:11,Active,VFX,1048,1141,94,,Name Changed to nph_1330,Turned Over,"20250630 Travis: Name Changed to nph_1330
+20250701 Travis: Out of cut. Status from Turned Over to HOLD.
+20250819 Travis: Head extension +7 frames. New counts 1048-1141.
+20250819 Travis: Reinstated with counts 1055 to 1141. Status back to Turned Over / Active.
+20250826 Travis: Head trim -46 frames. Tail extension +46 frames. New counts 1048-1141.",IRG_250820_01_R2_v80_VFX
+NPH_1340,02:09:12:09,Active,VFX,1011,1060,50,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1370,02:09:14:11,Active,VFX,1004,1055,52,,,Turned Over,"20250609 Travis: Flop Picture
+20250610 Travis: Head extension +5 frames. New counts 1004-1055.",IRG_250820_01_R2_v80_VFX
+BRT_1300,02:09:15:23,Inactive,VFX,1009,1085,77,,,NTO,,
+NPH_1375,02:09:16:15,Active,VFX,1009,1063,55,,,Turned Over,20250722 Travis: Head extension +1502663 frames. Tail trim -1502663 frames. New counts 1009-1063.,IRG_250820_01_R2_v80_VFX
+NPH_1390,02:09:18:22,Active,VFX,1016,1075,60,,,Turned Over,20250610 Travis: Head extension +11 frames. New counts 1016-1075.,IRG_250820_01_R2_v80_VFX
+NPH_1400,02:09:21:10,Active,VFX,997,1039,43,,Pt1 Acitve. Pt2 Name Changed to NPH_1401,Turned Over,"20250603 Travis: Pt1 Acitve. Pt2 Name Changed to NPH_1401
+20250605 Travis: Tail trim -67 frames. New counts 1010-1041.
+20250610 Travis: Head extension +13 frames. Tail trim -2 frames. New counts 1549070-1549112.",IRG_250820_01_R2_v80_VFX
+NPH_1405,02:09:23:05,Active,VFX,1020,1089,70,,,Turned Over,,IRG_250730_01_R2_v75_VFX
+NPH_1401,02:09:26:03,Active,VFX,1063,1108,46,,,Turned Over,20250610 Travis: Head extension +1548073 frames. Tail trim -1548073 frames. New counts 1063-1108.,IRG_250820_01_R2_v80_VFX
+NPH_1420,02:09:28:01,Active,VFX,1041,1189,149,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1423,02:09:34:06,Active,VFX,1009,1079,71,,,Turned Over,,IRG_250730_01_R2_v75_VFX
+NPH_1425,02:09:37:05,Active,VFX,1039,1214,176,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1430,02:09:44:13,Active,VFX,1209,1333,125,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1350,02:09:49:00,Inactive,VFX,1009,1059,51,,,NTO,,
+NPH_1440,02:09:49:18,Active,VFX,1009,2056,1048,,,Turned Over,"20250605 Travis: Tail extension +333 frames. New counts 1009-2056.
+20250610 Travis: Head extension +1581066 frames. Tail trim -1581066 frames. New counts 1009-2056.",IRG_250829_01_R2_v81_VFX
+NPH_1360,02:09:55:07,Inactive,VFX,1028,1089,62,,,HOLD,"20250605 Travis: Head trim -1 frames. New counts 1028-1089.
+20250610 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250513_01_R2_v54_VFXPlatesFMP
+NPH_1380,02:09:59:20,Inactive,VFX,1026,1091,66,,,HOLD,20250610 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+BRT_2100,02:10:00:21,Inactive,VFX,1009,1061,53,,,NTO,,
+BRT_2400,02:10:08:20,Inactive,VFX,1009,1120,112,,,NTO,,
+NPH_1485,02:10:33:10,Active,VFX,1009,1097,89,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1490,02:10:37:03,Active,VFX,1009,1442,434,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1118,02:10:47:21,Inactive,VFX,1009,1045,37,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+NPH_1135,02:10:51:11,Inactive,VFX,1009,1041,33,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+NPH_1140,02:10:52:20,Inactive,VFX,1009,1084,76,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+NPH_1520,02:10:55:05,Active,VFX,1010,1115,106,,,Turned Over,,IRG_250829_01_R2_v81_VFX
+NPH_1530,02:10:59:15,Active,VFX,1037,1201,165,,,Turned Over,20250902 Travis: Tail extension +18 frames. New counts 1037-1201.,IRG_250829_01_R2_v81_VFX
+NPH_1535,02:11:06:12,Active,VFX,1027,1130,104,,,Turned Over,20250902 Travis: Head trim -18 frames. New counts 1027-1130.,IRG_250812_01_R2_v79_VFX
+NPH_1550,02:11:10:13,Inactive,VFX,1009,1063,55,,Name Changed to nph_1552,HOLD,"20250812 Travis: Name Changed to nph_1552
+20250819 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R2_v60_VFXPlates
+NPH_1560,02:11:10:20,Active,VFX,1091,1127,37,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1552,02:11:12:09,Active,VFX,1009,1063,55,,,Turned Over,,IRG_250829_01_R2_v81_VFX
+NPH_1580,02:11:14:16,Active,VFX,1076,1154,79,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1600,02:11:17:23,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1610,02:11:21:01,Active,VFX,1003,1097,95,,,Turned Over,20250811 Travis: Head extension +6 frames. Tail trim -6 frames. New counts 1003-1097.,IRG_250812_01_R2_v79_VFX
+NPH_1905,02:11:22:00,Inactive,VFX,1009,1136,128,,,NTO,,
+NPH_1620,02:11:25:00,Active,VFX,1009,1090,82,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1960,02:11:27:08,Inactive,VFX,1004,1053,50,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+NPH_1630,02:11:28:10,Active,VFX,1009,1062,54,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1962,02:11:29:10,Inactive,VFX,1009,1053,45,,,NTO,,
+NPH_1635,02:11:30:16,Active,VFX,1009,1140,132,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1640,02:11:36:04,Active,VFX,1009,1054,46,,Pt1 Active. Pt2 Name Changed to NPH_1641,Turned Over,"20250603 Travis: Pt1 Active. Pt2 Name Changed to NPH_1641
+20250605 Travis: Tail trim -103 frames. New counts 1009-1054.
+20250610 Travis: Head extension +1617381 frames. Tail trim -1617381 frames. New counts 1009-1054.",IRG_250820_01_R2_v80_VFX
+NPH_1637,02:11:38:02,Active,VFX,1009,1061,53,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1641,02:11:40:07,Active,VFX,1108,1157,50,,,Turned Over,20250610 Travis: Head extension +1617381 frames. Tail trim -1617381 frames. New counts 1108-1157.,IRG_250820_01_R2_v80_VFX
+NPH_1647,02:11:42:09,Active,VFX,1009,1091,83,,,Turned Over,,IRG_250829_01_R2_v81_VFX
+NPH_1650,02:11:45:20,Active,VFX,1125,1252,128,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1652,02:11:51:04,Active,VFX,1009,1125,117,,,Turned Over,"20250605 Travis: Tail extension +74 frames. New counts 1009-1125.
+20250610 Travis: Head extension +1228682 frames. Tail trim -1228682 frames. New counts 1009-1125.",IRG_250829_01_R2_v81_VFX
+NPH_1657,02:11:56:01,Active,VFX,1009,1074,66,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1660,02:11:58:19,Active,VFX,1009,1096,88,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1670,02:12:02:11,Active,VFX,1009,1058,50,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1680,02:12:04:13,Active,VFX,1009,1173,165,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1690,02:12:11:10,Active,VFX,1011,1110,100,,,Turned Over,,IRG_250829_01_R2_v81_VFX
+NPH_1700,02:12:15:14,Active,VFX,1008,1099,92,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1720,02:12:19:10,Active,VFX,872,1084,213,,,Turned Over,"20250605 Travis: Head extension +144 frames. Tail extension +38 frames. New counts 872-1122.
+20250610 Travis: Head extension +924357 frames. Tail trim -924395 frames. New counts 872-1084.",IRG_250820_01_R2_v80_VFX
+NPH_1715,02:12:28:07,Active,VFX,1033,1153,121,,,Turned Over,,IRG_250730_01_R2_v75_VFX
+NPH_1767,02:12:33:08,Active,VFX,1009,1080,72,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1735,02:12:36:08,Active,VFX,1007,1165,159,,,Turned Over,"20250707 Travis: Head trim -1597383 frames. Tail extension +1597433 frames. New counts 1598390-1598548.
+20250715 Travis: Head extension +1597383 frames. Tail trim -1597383 frames. New counts 1007-1165.",IRG_250820_01_R2_v80_VFX
+NPH_1745,02:12:42:23,Active,VFX,1064,1152,89,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1750,02:12:46:16,Active,VFX,1009,1072,64,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1760,02:12:49:08,Active,VFX,1009,1177,169,,,Turned Over,,IRG_250716_01_R2_v74_VFX
+NPH_1800,02:12:56:09,Active,VFX,1014,1063,50,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1820,02:12:58:11,Active,VFX,1003,1031,29,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1802,02:12:59:16,Active,VFX,1009,1041,33,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1815,02:13:01:01,Active,VFX,1009,1084,76,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1840,02:13:04:05,Active,VFX,994,1042,49,,,Turned Over,20250805 Travis: Tail trim -5 frames. New counts 994-1042.,IRG_250812_01_R2_v79_VFX
+NPH_1830,02:13:06:06,Active,VFX,1110,1179,70,,,Turned Over,20250805 Travis: Head extension +5 frames. Tail extension +8 frames. New counts 1110-1179.,IRG_250820_01_R2_v80_VFX
+NPH_1860,02:13:09:04,Active,VFX,1014,1084,71,,,Turned Over,"20250605 Travis: Head extension +32 frames. New counts 1021-1090.
+20250610 Travis: Head extension +1537189 frames. Tail trim -1537189 frames. New counts 1021-1090.
+20250805 Travis: Head extension +7 frames. Tail trim -6 frames. New counts 1014-1084.",IRG_250730_01_R2_v75_VFX
+NPH_1880,02:13:12:03,Active,VFX,1003,1185,183,,VFX Plate no longer req.,Turned Over,"20250605 Travis: Tail extension +120 frames. New counts 1009-1185.
+20250606 Travis: VFX Plate no longer req.
+20250805 Travis: Head extension +6 frames. New counts 1003-1185.",IRG_250820_01_R2_v80_VFX
+NPH_1450,02:13:16:21,Inactive,VFX,1009,1087,79,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+NPH_1890,02:13:19:18,Active,VFX,1069,1140,72,,,Turned Over,20250605 Travis: Head trim -1 frames. Tail trim -15 frames. New counts 1069-1140.,IRG_250730_01_R2_v75_VFX
+NPH_1900,02:13:22:18,Active,VFX,1009,1077,69,,,Turned Over,20250605 Travis: Tail trim -1 frames. New counts 1009-1077.,IRG_250820_01_R2_v80_VFX
+NPH_1335,02:13:23:19,Inactive,VFX,1021,1106,86,,,NTO,,
+NPH_1480,02:13:25:10,Inactive,VFX,1009,1136,128,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+NPH_1805,02:13:25:15,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1336,02:13:27:09,Inactive,VFX,1110383,1110410,28,,,NTO,,
+NPH_1910,02:13:27:13,Active,VFX,1027,1051,25,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1920,02:13:28:14,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1950,02:13:30:00,Active,VFX,983,1029,47,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_1930,02:13:31:23,Active,VFX,1017,1047,31,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1951,02:13:33:06,Active,VFX,1049,1147,99,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1952,02:13:37:09,Active,VFX,1009,1056,48,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1954,02:13:39:09,Active,VFX,1159,1203,45,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1765,02:13:41:06,Active,VFX,1009,1093,85,,,Turned Over,,IRG_250829_01_R2_v81_VFX
+NPH_1970,02:13:44:19,Active,VFX,1055,1101,47,,,Turned Over,,IRG_250829_01_R2_v81_VFX
+NPH_1708,02:13:46:18,Active,VFX,1010,1053,44,,,Turned Over,,IRG_250820_01_R2_v80_VFX
+NPH_1990,02:13:48:14,Active,VFX,984,1010,27,,,Turned Over,,IRG_250730_01_R2_v75_VFX
+NPH_2000,02:13:49:17,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250730_01_R2_v75_VFX
+NPH_2010,02:13:50:21,Active,VFX,1021,1045,25,,,Turned Over,,IRG_250730_01_R2_v75_VFX
+NPH_2030,02:13:51:22,Active,VFX,1015,1199,185,,,Turned Over,"20250605 Travis: Tail extension +60 frames. New counts 1015-1191.
+20250610 Travis: Head extension +1376408 frames. Tail trim -1376408 frames. New counts 1015-1191.
+20250707 Travis: Tail extension +8 frames. New counts 1015-1199.",IRG_250829_01_R2_v81_VFX
+NPH_2052,02:13:59:15,Active,VFX,1009,1073,65,,,Turned Over,,IRG_250812_01_R2_v79_VFX
+NPH_2057,02:14:02:08,Active,VFX,1043,1110,68,,,Turned Over,20250707 Travis: Head trim -34 frames. New counts 1043-1110.,IRG_250820_01_R2_v80_VFX
+TMT_0010,02:14:05:04,Active,VFX,1009,1027,19,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+NVX_3010,02:14:05:23,Active,NVX,949771,949821,51,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+NVX_3020,02:14:08:02,Active,NVX,760501,760568,68,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+NVX_3030,02:14:10:22,Active,NVX,950063,950097,35,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+NVX_3040,02:14:12:09,Active,NVX,709497,709540,44,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+NVX_3050,02:14:14:05,Active,NVX,950209,950267,59,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0120,02:14:16:16,Active,VFX,1009,1232,224,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250730_01_R2_v75_VFX
+TMT_0130,02:14:26:00,Active,VFX,906,1035,130,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_02_R3_v58_VFX
+NVX_3060,02:14:31:10,Active,NVX,1066685,1066753,69,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0150,02:14:34:07,Active,VFX,1009,1063,55,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_0160,02:14:36:14,Active,VFX,1009,1080,72,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+NVX_3070,02:14:39:14,Active,NVX,1067033,1067085,53,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0180,02:14:41:19,Active,VFX,1009,1116,108,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+NVX_3080,02:14:46:07,Active,NVX,1055271,1055310,40,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0210,02:14:47:23,Active,VFX,1009,1085,77,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250806_01_R2_v75_VFX
+NVX_3090,02:14:51:04,Active,NVX,726537,726588,52,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0230,02:14:53:08,Active,VFX,1009,1067,59,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250730_01_R2_v75_VFX
+TMT_0240,02:14:55:19,Active,VFX,1009,1132,124,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250730_01_R2_v75_VFX
+NVX_3100,02:15:00:23,Active,NVX,1067902,1068007,106,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+NVX_3110,02:15:05:09,Active,NVX,951498,951535,38,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+NVX_3120,02:15:06:23,Active,NVX,1068082,1068160,79,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0280,02:15:10:06,Active,VFX,1009,1091,83,,,Turned Over,"20250707 Travis: Head extension +8 frames. Tail trim -8 frames. New counts 1001-1083.
+20250715 Travis: Rebalance Shot Moved to R2
+20250811 Travis: Head trim -8 frames. Tail extension +8 frames. New counts 1009-1091.",IRG_250701_02_R3_v56_VFX
+NVX_3130,02:15:13:17,Active,NVX,972348,972508,161,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0310,02:15:20:10,Active,VFX,1009,1126,118,,,Turned Over,"20250605 Travis: Tail extension +58 frames. New counts 1599193-1599310.
+20250623 Travis: Head extension +1598184 frames. Tail trim -1598184 frames. New counts 1009-1126.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250701_02_R3_v56_VFX
+TMT_0320,02:15:25:08,Active,VFX,1021,1052,32,,,Turned Over,"20250605 Travis: Tail trim -19 frames. New counts 1009-1040.
+20250701 Travis: Head trim -12 frames. Tail extension +12 frames. New counts 1021-1052.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250701_02_R3_v56_VFX
+TMT_0330,02:15:26:16,Active,VFX,984,1035,52,,,Turned Over,"20250605 Travis: Head extension +25 frames. Tail trim -4 frames. New counts 1009-1060.
+20250611 Travis: Head extension +1443249 frames. Tail trim -1443249 frames. New counts 1009-1060.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250730_01_R2_v75_VFX
+TMT_0340,02:15:28:20,Active,VFX,1009,1129,121,,,Turned Over,"20250715 Travis: Head trim -13 frames. Tail extension +8 frames. New counts 1022-1137.
+20250715 Travis: Rebalance Shot Moved to R2
+20250722 Travis: Head extension +13 frames. Tail trim -8 frames. New counts 1009-1129.",IRG_250730_01_R2_v75_VFX
+TMT_0350,02:15:33:21,Active,VFX,1009,1144,136,,,Turned Over,"20250715 Travis: Head trim -45 frames. New counts 1054-1144.
+20250715 Travis: Rebalance Shot Moved to R2
+20250722 Travis: Head extension +45 frames. New counts 1009-1144.",IRG_250730_01_R2_v75_VFX
+TMT_0355,02:15:39:13,Active,VFX,1009,1057,49,,,Turned Over,"20250715 Travis: Tail trim -7 frames. New counts 1009-1050.
+20250715 Travis: Rebalance Shot Moved to R2
+20250722 Travis: Tail extension +7 frames. New counts 1009-1057.",IRG_250812_01_R2_v79_VFX
+TMT_0370,02:15:41:14,Active,VFX,1009,1056,48,,,Turned Over,"20250715 Travis: Head trim -5 frames. New counts 1014-1056.
+20250715 Travis: Rebalance Shot Moved to R2
+20250722 Travis: Head extension +5 frames. New counts 1009-1056.",IRG_250820_01_R2_v80_VFX
+TMT_0380,02:15:43:14,Active,VFX,1022,1074,53,,,Turned Over,"20250605 Travis: Head trim -13 frames. New counts 1022-1074.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250716_01_R2_v74_VFX
+TMT_0390,02:15:45:19,Active,VFX,1009,1075,67,,,Turned Over,"20250618 Travis: Tail trim -6 frames. New counts 1444844-1444910.
+20250623 Travis: Head extension +1443835 frames. Tail trim -1443835 frames. New counts 1009-1075.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250806_01_R2_v75_VFX
+TMT_0400,02:15:48:14,Active,VFX,1071,1122,52,,,Turned Over,"20250605 Travis: Head trim -68 frames. New counts 1077-1128.
+20250618 Travis: Head extension +6 frames. Tail trim -6 frames. New counts 1071-1122.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250701_02_R3_v56_VFX
+NPH_2520,02:15:50:00,Inactive,VFX,1424941,1424994,54,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R2_v54_VFXPlatesFMP
+TMT_0410,02:15:50:18,Active,VFX,1003,1047,45,,,Turned Over,"20250618 Travis: Head extension +6 frames. New counts 1445038-1445082.
+20250623 Travis: Head extension +1444035 frames. Tail trim -1444035 frames. New counts 1003-1047.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250701_02_R3_v56_VFX
+TMT_0420,02:15:52:15,Active,VFX,1009,1053,45,,,Turned Over,"20250605 Travis: Tail extension +7 frames. New counts 1009-1053.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250708_02_R3_v58_VFX
+TMT_0430,02:15:54:12,Active,VFX,1003,1062,60,,,Turned Over,"20250605 Travis: Head extension +6 frames. Tail trim -8 frames. New counts 1003-1062.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250701_02_R3_v56_VFX
+NPH_2540,02:15:55:17,Inactive,VFX,1027,1060,35,,,NTO,,
+TMT_0440,02:15:57:00,Active,VFX,1001,1093,93,,,Turned Over,"20250605 Travis: Head extension +8 frames. New counts 1001-1093.
+20250611 Travis: Head extension +932374 frames. Tail trim -932374 frames. New counts 1001-1093.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250723_01_R2_v75_VFX
+TMT_0450,02:16:00:21,Active,VFX,1009,1049,41,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250806_01_R2_v75_VFX
+TMT_0460,02:16:02:14,Active,VFX,1009,1115,107,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_0470,02:16:07:01,Active,VFX,1009,1050,42,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250701_02_R3_v56_VFX
+TMT_0480,02:16:08:19,Active,VFX,1009,1067,59,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_0490,02:16:11:06,Active,VFX,1009,1082,74,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_0495,02:16:14:08,Active,VFX,1009,1060,52,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250811 Travis: Head extension +1069828 frames. Tail trim -1069828 frames. New counts 1009-1060.",IRG_250812_01_R2_v79_VFX
+TMT_0510,02:16:16:12,Active,VFX,1009,1125,117,,,Turned Over,"20250611 Travis: Head trim -996493 frames. Tail extension +996533 frames. New counts 997502-997618.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250806_01_R2_v75_VFX
+NVX_3140,02:16:21:09,Active,NVX,1071865,1072013,149,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0570,02:16:27:14,Active,VFX,1001,1060,60,,,Turned Over,"20250605 Travis: Head extension +8 frames. Tail trim -2 frames. New counts 1001-1062.
+20250611 Travis: Head extension +996818 frames. Tail trim -996820 frames. New counts 1001-1060.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250806_01_R2_v75_VFX
+TMT_0580,02:16:30:02,Active,VFX,1009,1043,35,,,Turned Over,"20250605 Travis: Head extension +9 frames. New counts 1084171-1084208.
+20250618 Travis: Tail trim -3 frames. New counts 1084171-1084205.
+20250623 Travis: Head extension +1083162 frames. Tail trim -1083162 frames. New counts 1009-1043.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250701_02_R3_v56_VFX
+TMT_0582,02:16:31:13,Active,VFX,1009,1058,50,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+NVX_3150,02:16:33:15,Active,NVX,1072182,1072376,195,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0586,02:16:41:18,Active,VFX,1009,1074,66,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_0630,02:16:44:12,Active,VFX,1003,1070,68,,,Turned Over,"20250605 Travis: Head extension +1071463 frames. Tail trim -1071463 frames. New counts 1009-1056.
+20250618 Travis: Head trim -1071457 frames. Tail extension +1071477 frames. New counts 1072466-1072533.
+20250623 Travis: Head extension +1071463 frames. Tail trim -1071463 frames. New counts 1003-1070.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250701_02_R3_v56_VFX
+NVX_3160,02:16:47:08,Active,NVX,1629461,1629544,84,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_0661,02:16:50:20,Active,VFX,1009,1056,48,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250826_01_R2_v81_VFX
+TMT_0670,02:16:52:20,Active,VFX,1009,1095,87,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_0690,02:16:56:11,Active,VFX,1009,1175,167,,,Turned Over,"20250707 Travis: Head extension +1071802 frames. Tail trim -1071802 frames. New counts 1009-1175.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250708_02_R3_v58_VFX
+TMT_0730,02:17:03:10,Active,VFX,1009,1216,208,,,Turned Over,"20250701 Travis: Head extension +1071983 frames. Tail trim -1071983 frames. New counts 1009-1216.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250701_02_R3_v56_VFX
+ODP_1850,02:17:12:02,Active,VFX,969,1140,172,,STOCK FTG Note 7 frms short at tail,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250829_01_R2_v81_VFX
+TMT_0740,02:17:19:06,Active,VFX,1009,1169,161,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250806_01_R2_v75_VFX
+ODP_1861,02:17:25:23,Active,VFX,1001,1115,115,,250825 No Longer Stock Footage. Version updated to _v1002 (STOCK FTG Note 46 frms short at tail),Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250826_01_R2_v81_VFX
+TMT_0750,02:17:30:18,Active,VFX,1009,1073,65,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250805 Travis: Head extension +1072690 frames. Tail trim -1072690 frames. New counts 1009-1073.",IRG_250812_01_R2_v79_VFX
+TMT_0760,02:17:33:11,Active,VFX,1009,1055,47,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250806_01_R2_v75_VFX
+TMT_0770,02:17:35:10,Active,VFX,1009,1032,24,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250805 Travis: Head extension +1065912 frames. Tail trim -1065912 frames. New counts 1009-1032.",IRG_250812_01_R2_v79_VFX
+TMT_0780,02:17:36:10,Active,VFX,1017,1091,75,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_0785,02:17:39:13,Active,VFX,1009,1077,69,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250730_01_R2_v75_VFX
+TMT_0810,02:17:42:10,Active,VFX,1009,1124,116,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_0820,02:17:47:06,Active,VFX,1009,1069,61,,250905 TMT_0820 Pt2 Name Changed to TMT_2875,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250905 Travis: TMT_0820 Pt2 Name Changed to TMT_2875",IRG_250716_01_R2_v74_VFX
+TMT_0830,02:17:49:19,Active,VFX,1009,1045,37,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_1900,02:17:51:08,Active,VFX,1113,1156,44,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_1910,02:17:53:04,Active,VFX,1009,1099,91,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_1920,02:17:56:23,Active,VFX,1009,1106,98,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_1940,02:18:01:01,Active,VFX,1008,1051,44,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250716_01_R2_v74_VFX
+TMT_1950,02:18:02:21,Active,VFX,1009,1071,63,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2040,02:18:05:12,Active,VFX,919,1060,118,,,Turned Over,"20250618 Travis: Multi-cut range change to 919-984, 1009-1060.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250827_01_R2_v81_VFX
+TMT_2030,02:18:08:06,Active,VFX,1178,1317,140,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2050,02:18:16:06,Active,VFX,1009,1051,43,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2060,02:18:18:01,Active,VFX,1009,1060,52,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_02_R3_v58_VFX
+NPH_2040,02:18:19:01,Inactive,VFX,1012,1095,84,,,NTO,,
+TMT_2065,02:18:20:05,Active,VFX,1009,1075,67,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2090,02:18:23:00,Active,VFX,1009,1274,266,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250701_02_R3_v56_VFX
+NPH_2580,02:18:25:07,Inactive,VFX,1003,1049,47,,,NTO,,
+TMT_2100,02:18:34:02,Active,VFX,1009,1084,76,,,Turned Over,"20250618 Travis: Head extension +24 frames. Tail trim -24 frames. New counts 1009-1084.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250812_01_R2_v79_VFX
+TMT_2110,02:18:37:06,Active,VFX,1009,1154,146,,,Turned Over,"20250707 Travis: Head extension +1484870 frames. Tail trim -1484870 frames. New counts 1009-1154.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250812_01_R2_v79_VFX
+TMT_2140,02:18:43:08,Active,VFX,1009,1080,72,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2150,02:18:46:08,Active,VFX,1009,1080,72,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2170,02:18:49:08,Active,VFX,1009,1038,30,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2180,02:18:50:14,Active,VFX,1009,1053,45,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250722 Travis: Head extension +873775 frames. Tail trim -873775 frames. New counts 1009-1053.",IRG_250812_01_R2_v79_VFX
+TMT_2190,02:18:52:11,Active,VFX,1009,1071,53,,,Turned Over,"20250618 Travis: Multi-cut range change to 1009-1047, 1058-1071.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250618_01_R3_v53_VFX
+TMT_2200,02:18:54:02,Active,VFX,1009,1092,85,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250730_01_R2_v75_VFX
+TMT_2220,02:18:58:05,Active,VFX,1009,1042,34,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2230,02:18:59:15,Active,VFX,1009,1073,65,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2240,02:19:02:08,Active,VFX,1009,1078,70,,,Turned Over,"20250715 Travis: Tail trim -49 frames. New counts 1009-1078.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250618_01_R3_v53_VFX
+TMT_2245,02:19:05:06,Active,VFX,980,1041,62,,,Turned Over,"20250618 Travis: Head extension +1485579 frames. Tail trim -1485572 frames. New counts 1009-1041.
+20250715 Travis: Head extension +29 frames. New counts 980-1041.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250812_01_R2_v79_VFX
+TMT_2250,02:19:07:20,Active,VFX,1011,1052,42,,,Turned Over,"20250618 Travis: Reinstated with counts 1126502 to 1126557. Status back to NTO / Active.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250618_01_R3_v53_VFX
+TMT_2255,02:19:09:14,Active,VFX,1011,1053,43,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2270,02:19:11:09,Active,VFX,1009,1068,60,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2290,02:19:13:21,Active,VFX,1009,1036,28,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2310,02:19:15:01,Active,VFX,1009,1227,219,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2320,02:19:24:04,Active,VFX,1009,1054,46,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2330,02:19:26:02,Active,VFX,1009,1145,137,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2350,02:19:31:19,Active,VFX,1009,1061,53,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2355,02:19:34:00,Active,VFX,1009,1115,107,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_2370,02:19:38:11,Active,VFX,1009,1210,202,,,Turned Over,"20250618 Travis: Head extension +58 frames. Tail trim -58 frames. New counts 1009-1210.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250618_01_R3_v53_VFX
+TMT_2375,02:19:46:21,Active,VFX,1009,1065,57,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+OPT_2300,02:19:49:06,Active,VFX,1009,1057,49,1,"OPTICAL Rescale 130% scale, Repo 149 Avid units West, 80 Avid units South.",Turned Over,,IRG_250829_01_R2_v81_VFX
+TMT_2400,02:19:51:07,Active,VFX,1009,1068,60,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2410,02:19:53:19,Active,VFX,1009,1094,86,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250826_01_R2_v81_VFX
+TMT_2420,02:19:57:09,Active,VFX,1009,1152,144,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250723_01_R2_v75_VFX
+TMT_2450,02:20:03:09,Active,VFX,1009,1037,29,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250730_01_R2_v75_VFX
+TMT_2460,02:20:04:14,Active,VFX,1009,1029,21,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2470,02:20:05:11,Active,VFX,1009,1064,56,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_2480,02:20:07:19,Active,VFX,1009,1055,47,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250701_02_R3_v56_VFX
+TMT_2495,02:20:09:18,Active,VFX,1003,1093,91,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250806_01_R2_v75_VFX
+TMT_2520,02:20:13:13,Active,VFX,1009,1047,39,,,Turned Over,"20250618 Travis: Head extension +2 frames. Tail trim -2 frames. New counts 1009-1047.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250618_01_R3_v53_VFX
+TMT_2530,02:20:15:04,Active,VFX,1009,1165,131,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250723_01_R2_v75_VFX
+TMT_2540,02:20:16:22,Active,VFX,1009,1068,60,,,Turned Over,"20250618 Travis: Head trim -4 frames. Tail extension +4 frames. New counts 1009-1068.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250618_01_R3_v53_VFX
+TMT_2550,02:20:19:10,Active,VFX,1009,1062,54,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2570,02:20:25:09,Active,VFX,1009,1056,48,,,Turned Over,"20250618 Travis: Head extension +17 frames. Tail trim -17 frames. New counts 1009-1056.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250618_01_R3_v53_VFX
+TMT_2575,02:20:27:09,Active,VFX,1009,1054,46,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250829_01_R2_v81_VFX
+TMT_2580,02:20:29:07,Active,VFX,1009,1130,88,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250826 Travis: Multi-cut range change to 1009-1054, 1089-1130.",IRG_250730_01_R2_v75_VFX
+TMT_2585,02:20:31:05,Active,VFX,1009,1045,37,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2600,02:20:34:12,Active,VFX,1009,1043,35,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2610,02:20:35:23,Active,VFX,1009,1058,50,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_2620,02:20:38:01,Active,VFX,1009,1062,54,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250722 Travis: Head trim -8 frames. Tail extension +8 frames. New counts 1009-1062.",IRG_250723_01_R2_v75_VFX
+TMT_2630,02:20:40:07,Active,VFX,1009,1048,40,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250716_01_R2_v74_VFX
+TMT_2640,02:20:41:23,Active,VFX,1009,1121,82,,,Turned Over,"20250623 Travis: Multi-cut range change to 1009-1032, 1001-1058.
+20250715 Travis: Rebalance Shot Moved to R2
+20250826 Travis: Multi-cut range change to 1009-1032, 1064-1121.",IRG_250611_02_R3_v51_VFXPlates
+TMT_2650,02:20:42:23,Active,VFX,1009,1039,31,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2670,02:20:46:16,Active,VFX,1009,1036,28,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2680,02:20:47:20,Active,VFX,1009,1037,29,,,Turned Over,"20250715 Travis: Head extension +1591619 frames. Tail trim -1591619 frames. New counts 1009-1037.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250716_01_R2_v74_VFX
+TMT_2690,02:20:49:01,Active,VFX,1009,1046,38,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2700,02:20:50:15,Active,VFX,1009,1023,15,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250730_01_R2_v75_VFX
+TMT_2720,02:20:51:06,Active,VFX,1009,1170,129,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2725,02:20:54:15,Active,VFX,1009,1041,33,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250723_01_R2_v75_VFX
+TMT_2730,02:20:58:00,Active,VFX,1009,1030,22,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_2740,02:20:58:22,Active,VFX,1009,1369,235,,,Turned Over,"20250618 Travis: Multi-cut range change to 1009-1158, 1280-1328, 1334-1369.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250701_02_R3_v56_VFX
+TMT_2750,02:21:05:04,Active,VFX,1009,1057,49,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250730_01_R2_v75_VFX
+TMT_2752,02:21:07:05,Active,VFX,1009,1057,49,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250829_01_R2_v81_VFX
+TMT_2754,02:21:11:07,Active,VFX,1009,1054,46,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250730_01_R2_v75_VFX
+TMT_2795,02:21:14:17,Active,VFX,981,1040,60,,,Turned Over,"20250618 Travis: Head extension +27 frames. New counts 981-1040.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250730_01_R2_v75_VFX
+TMT_2810,02:21:17:05,Active,VFX,1009,1045,37,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250716_01_R2_v74_VFX
+TMT_2820,02:21:18:18,Active,VFX,1009,1057,49,,,Turned Over,"20250618 Travis: Head extension +14 frames. Tail trim -14 frames. New counts 1009-1057.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250730_01_R2_v75_VFX
+TMT_2830,02:21:20:19,Active,VFX,1009,1058,50,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250805 Travis: Head extension +1248059 frames. Tail trim -1248059 frames. New counts 1009-1058.",IRG_250812_01_R2_v79_VFX
+TMT_2860,02:21:22:21,Active,VFX,1009,1237,145,,Part 4 Picture Slipped 1 frame,Turned Over,"20250618 Travis: Multi-cut range change to 1009-1047, 1257751-1257800, 1257830-1257853, 1257867-1257898.
+20250715 Travis: Rebalance Shot Moved to R2
+20250819 Travis: Multi-cut range change to 1009-1047, 1090-1139, 1169-1192, 1206-1237.
+20250911 Travis: Part 4 Picture Slipped 1 frame",IRG_250820_01_R2_v80_VFX
+TMT_2870,02:21:24:12,Active,VFX,1009,1050,42,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2875,02:21:28:08,Active,VFX,1035,1063,29,,250905 TMT_0820 Pt2 Name Changed to TMT_2875,Turned Over,,IRG_250910_01_R2_v85_VFX
+NVX_3210,02:21:30:13,Active,NVX,975539,975551,13,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_2880,02:21:32:10,Active,VFX,1009,1028,20,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250805 Travis: Head extension +1578782 frames. Tail trim -1578782 frames. New counts 1009-1028.",IRG_250812_01_R2_v79_VFX
+NVX_3220,02:21:33:06,Active,NVX,1338619,1338683,65,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250708_01_R3_v58_Drama
+TMT_2890,02:21:35:23,Active,VFX,1015,1037,23,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2900,02:21:36:22,Active,VFX,1009,1021,13,,,Turned Over,"20250715 Travis: Rebalance Shot Moved to R2
+20250826 Travis: Head extension +1121365 frames. Tail trim -1121365 frames. New counts 1009-1021.",IRG_250829_01_R2_v81_VFX
+TMT_2910,02:21:37:11,Active,VFX,1009,1123,95,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_2920,02:21:38:23,Active,VFX,1009,1028,20,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250820_01_R2_v80_VFX
+TMT_2925,02:21:42:06,Active,VFX,1009,1023,15,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250812_01_R2_v79_VFX
+TMT_1960,02:21:42:21,Active,VFX,1009,1027,19,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250618_01_R3_v53_VFX
+TMT_2950,02:21:43:16,Active,VFX,1009,1158,150,,,Turned Over,"20250715 Travis: Head extension +1257160 frames. Tail trim -1257160 frames. New counts 1009-1158.
+20250715 Travis: Rebalance Shot Moved to R2",IRG_250730_01_R2_v75_VFX
+TMT_2960,02:21:49:22,Active,VFX,1009,1042,34,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250829_01_R2_v81_VFX
+TMT_2970,02:21:51:08,Active,VFX,1009,1285,277,,,Turned Over,20250715 Travis: Rebalance Shot Moved to R2,IRG_250716_01_R2_v74_VFX
+TMT_2980,03:00:08:00,Active,VFX,1009,1096,88,,,Turned Over,20250707 Travis: Head extension +1361503 frames. Tail trim -1361503 frames. New counts 1009-1096.,IRG_250708_02_R3_v58_VFX
+TMT_2990,03:00:11:16,Active,VFX,1009,1079,71,,,Turned Over,20250825 Travis: Head extension +1257767 frames. Tail trim -1257767 frames. New counts 1009-1079.,IRG_250829_01_R3_v67_VFX
+TMT_5240,03:00:14:15,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250723_01_R3_v61_VFX
+TMT_5250,03:00:16:01,Active,VFX,1009,1204,196,,,Turned Over,20250715 Travis: Head extension +1361715 frames. Tail trim -1361715 frames. New counts 1009-1204.,IRG_250812_01_R3_v65_VFX
+TMT_0060,03:00:17:01,Inactive,VFX,1001,1095,95,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+TMT_0070,03:00:21:00,Inactive,VFX,1005,1077,73,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+TMT_0080,03:00:24:01,Inactive,VFX,1009,1179,171,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+TMT_5260,03:00:24:05,Active,VFX,1009,1131,123,,,Turned Over,,IRG_250826_01_R3_v67_VFX
+TMT_5270,03:00:29:08,Active,VFX,1009,1133,125,,,Turned Over,20250623 Travis: Head extension +1362184 frames. Tail trim -1362184 frames. New counts 1009-1133.,IRG_250812_01_R3_v65_VFX
+TMT_5280,03:00:34:13,Active,VFX,1009,1099,91,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5290,03:00:38:08,Active,VFX,1009,1036,28,,,Turned Over,20250728 Travis: Head extension +1258542 frames. Tail trim -1258542 frames. New counts 1009-1036.,IRG_250826_01_R3_v67_VFX
+TMT_5300,03:00:39:12,Active,VFX,1009,1185,177,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+TMT_5310,03:00:46:21,Active,VFX,1013,1033,21,,,Turned Over,20250819 Travis: Head extension +1258761 frames. Tail trim -1258761 frames. New counts 1013-1033.,IRG_250820_01_R3_v66_VFX
+TMT_5320,03:00:47:18,Active,VFX,1009,1059,51,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+TMT_5330,03:00:49:21,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5340,03:00:52:23,Active,VFX,1009,1073,65,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+TMT_5390,03:00:55:16,Active,VFX,1009,1048,40,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5400,03:00:57:08,Active,VFX,951,1106,156,,,Turned Over,20250819 Travis: Head extension +58 frames. Tail trim -58 frames. New counts 951-1106.,IRG_250820_01_R3_v66_VFX
+TMT_5410,03:01:03:20,Active,VFX,1009,1041,33,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5420,03:01:05:05,Active,VFX,1009,1187,179,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5430,03:01:12:16,Active,VFX,1009,1098,90,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+TMT_5440,03:01:16:10,Active,VFX,1009,1188,180,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5450,03:01:23:22,Active,VFX,1009,1077,69,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5500,03:01:26:19,Active,VFX,1009,1041,33,,,Turned Over,20250805 Travis: Head extension +1431453 frames. Tail trim -1431453 frames. New counts 1009-1041.,IRG_250812_01_R3_v65_VFX
+TMT_5510,03:01:28:04,Active,VFX,1009,1095,87,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5520,03:01:31:19,Active,VFX,1009,1048,40,,,Turned Over,20250811 Travis: Head extension +1431625 frames. Tail trim -1431625 frames. New counts 1009-1048.,IRG_250812_01_R3_v65_VFX
+TMT_5530,03:01:33:11,Active,VFX,1009,1053,45,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5540,03:01:35:08,Active,VFX,1009,1054,46,,,Turned Over,20250805 Travis: Head extension +1431721 frames. Tail trim -1431721 frames. New counts 1009-1054.,IRG_250826_01_R3_v67_VFX
+TMT_5550,03:01:37:06,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5560,03:01:38:21,Active,VFX,1009,1039,31,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5570,03:01:40:04,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250716_01_R3_v60_VFX
+TMT_5580,03:01:41:05,Active,VFX,1009,1045,37,,,Turned Over,20250715 Travis: Tail extension +8 frames. New counts 1009-1045.,IRG_250716_01_R3_v60_VFX
+TMT_5600,03:01:42:18,Active,VFX,1009,1034,26,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5610,03:01:43:20,Active,VFX,984,1032,49,,,Turned Over,20250715 Travis: Tail extension +8 frames. New counts 984-1032.,IRG_250820_01_R3_v66_VFX
+TMT_5615,03:01:45:21,Active,VFX,1010,1098,89,,,Turned Over,20250715 Travis: Head trim -1 frames. New counts 1010-1098.,IRG_250812_01_R3_v65_VFX
+TMT_5620,03:01:49:14,Active,VFX,982,1042,61,,,Turned Over,"20250715 Travis: Head extension +195 frames. Tail trim -195 frames. New counts 985-1045.
+20250805 Travis: Head extension +3 frames. Tail trim -3 frames. New counts 982-1042.",IRG_250826_01_R3_v67_VFX
+TMT_5630,03:01:52:03,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250716_01_R3_v60_VFX
+ODP_1860,03:01:53:12,Inactive,VFX,1067163,1067277,115,,STOCK FTG 250603 Name Changed to ODP_1861,NTO,20250603 Travis: Name Changed to ODP_1861,
+TMT_5640,03:01:53:15,Active,VFX,1009,1084,76,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5650,03:01:56:19,Active,VFX,1009,1039,31,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+TMT_5660,03:01:58:02,Active,VFX,1009,1101,93,,,Turned Over,20250715 Travis: Head extension +1550655 frames. Tail trim -1550655 frames. New counts 1009-1101.,IRG_250826_01_R3_v67_VFX
+TMT_5670,03:02:01:23,Active,VFX,1009,1214,206,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+NVX_3410,03:02:10:13,Active,NVX,1737578,1737602,25,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+TMT_5690,03:02:11:14,Active,VFX,988,1066,79,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+TMT_5695,03:02:14:21,Active,VFX,1009,1045,37,,,Turned Over,20250715 Travis: Head extension +1468738 frames. Tail trim -1468735 frames. New counts 1009-1045.,IRG_250820_01_R3_v66_VFX
+NVX_3420,03:02:16:10,Active,NVX,1737738,1737770,33,,,Turned Over,20250715 Travis: Head trim -3 frames. New counts 1737738-1737770.,IRG_250708_01_R3_v58_Drama
+TMT_5700,03:02:17:19,Active,VFX,1068,1091,24,,,Turned Over,,IRG_250826_01_R3_v67_VFX
+NVX_3430,03:02:18:19,Active,NVX,1737795,1737815,21,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+TMT_5745,03:02:19:16,Active,VFX,1009,1095,87,,,Turned Over,20250805 Travis: Head extension +1468867 frames. Tail trim -1468867 frames. New counts 1009-1095.,IRG_250812_01_R3_v65_VFX
+TMT_5750,03:02:23:07,Active,VFX,1009,1162,154,,,Turned Over,,IRG_250716_01_R3_v60_VFX
+TMT_0515,03:02:24:17,Inactive,VFX,1071728,1071752,25,,,HOLD,20250611 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+TMT_0530,03:02:25:18,Inactive,VFX,1009,1063,55,,,HOLD,20250611 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+TMT_5760,03:02:29:17,Active,VFX,1100,1215,116,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+WHN_1000,03:02:34:13,Active,VFX,1009,1064,56,,,Turned Over,,IRG_250701_02_R3_v56_VFX
+TMT_0590,03:02:36:16,Inactive,VFX,1009,1053,87,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+WHN_1010,03:02:36:21,Active,VFX,1009,1268,260,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+EFO_0900,03:02:47:17,Active,VFX,1009,1063,55,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+TMT_0620,03:02:48:15,Inactive,VFX,1072447,1072473,27,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+EFO_1000,03:02:50:00,Active,VFX,1013,1087,75,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+EFO_1010,03:02:53:03,Active,VFX,987,1054,68,,efo_1010 Pt2 Name Changed to efo_1015,Turned Over,"20250618 Travis: Multi-cut range change to 987-1054, 1034-1082.
+20250715 Travis: Multi-cut range change to 987-1054, 1044-1082.
+20250728 Travis: efo_1010 Pt2 Name Changed to efo_1015",IRG_250820_01_R3_v66_VFX
+TMT_0660,03:02:53:16,Inactive,VFX,1072647,1072694,48,,Picture Changed,HOLD,"20250605 Travis: Head extension +1071638 frames. Tail trim -1071638 frames. New counts 1009-1056.
+20250616 Travis: Picture Changed
+20250715 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R3_v51_VFXPlates
+EVG_2015,03:02:55:23,Active,VFX,1009,1130,122,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+EVG_2017,03:03:01:01,Active,VFX,1009,1075,67,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WHN_1050,03:03:03:20,Active,VFX,1007,1047,41,,,Turned Over,20250728 Travis: Head extension +2 frames. New counts 1007-1047.,IRG_250618_01_R3_v53_VFX
+WHN_1030,03:03:05:13,Active,VFX,1009,1038,30,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WHN_1052,03:03:06:19,Active,VFX,1007,1045,39,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WHN_1040,03:03:08:10,Active,VFX,1009,1037,29,,,Turned Over,20250623 Travis: Head extension +17 frames. Tail trim -17 frames. New counts 1009-1037.,IRG_250716_01_R3_v60_VFX
+WHN_1042,03:03:09:15,Active,VFX,1009,1040,32,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+WHN_1045,03:03:10:23,Active,VFX,1011,1060,50,,,Turned Over,20250902 Travis: Head trim -8 frames. Tail extension +8 frames. New counts 1011-1060.,IRG_250829_01_R3_v67_VFX
+EVG_2020,03:03:13:01,Active,VFX,1092,1162,71,,Part 2 Name Changed to evg_2021,Turned Over,"20250611 Travis: Multi-cut range change to 1100-1170, 1245-1336.
+20250616 Travis: Picture Changed. VFX Plate N/A
+20250618 Travis: Multi-cut range change to 1092-1162, 1245-1317.
+20250623 Travis: Multi-cut range change to 1092-1162, 1237-1309.
+20250729 Travis: Part 2 Name Changed to evg_2021",IRG_250829_01_R3_v67_VFX
+WHN_1080,03:03:16:00,Active,VFX,1021,1075,55,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+EFO_8000,03:03:18:07,Active,VFX,1015,1082,68,,,Turned Over,"20250618 Travis: Reinstated with counts 1009 to 1086. Status back to NTO / Active.
+20250715 Travis: Tail trim -10 frames. New counts 1015-1082.",IRG_250820_01_R3_v66_VFX
+WGA_2985,03:03:21:03,Active,VFX,1009,1076,68,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+WHN_1100,03:03:23:23,Active,VFX,1057,1145,89,,,Turned Over,20250715 Travis: Head extension +198457 frames. Tail trim -198472 frames. New counts 1057-1145.,IRG_250730_01_R3_v62_VFX
+WHN_1200,03:03:27:16,Active,VFX,1009,1064,56,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+EFO_1015,03:03:30:00,Active,VFX,1044,1082,39,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+EFO_1020,03:03:31:15,Active,VFX,1009,1084,76,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+EFO_1030,03:03:34:19,Active,VFX,1009,1078,70,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+EVG_2021,03:03:37:17,Active,VFX,1237,1309,73,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+EVG_2022,03:03:40:18,Active,VFX,1009,1025,17,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+EVG_2180,03:03:41:11,Active,VFX,1016,1119,104,,,Turned Over,"20250605 Travis: Head trim -1 frames. Tail trim -45 frames. New counts 1010-1073.
+20250611 Travis: Head trim -8 frames. Tail extension +46 frames. New counts 1018-1119.
+20250618 Travis: Head extension +2 frames. New counts 1016-1119.",IRG_250820_01_R3_v66_VFX
+EVG_2185,03:03:45:19,Active,VFX,1009,1086,78,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+EVG_2220,03:03:49:01,Active,VFX,1056,1603,548,,,Turned Over,"20250605 Travis: Head extension +61 frames. Tail extension +8 frames. New counts 948-1611.
+20250611 Travis: Head extension +1075356 frames. Tail trim -1075600 frames. New counts 1184-1603.
+20250618 Travis: Head extension +128 frames. New counts 1056-1603.",IRG_250812_01_R3_v65_VFX
+EVG_2230,03:04:11:21,Active,VFX,1009,1039,31,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+EVG_2240,03:04:13:04,Active,VFX,1009,1060,52,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+EVG_2250,03:04:15:08,Active,VFX,1009,1046,38,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+EVG_2260,03:04:16:22,Active,VFX,1009,1081,73,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+TMT_2430,03:04:18:22,Inactive,VFX,1140015,1140046,32,,,NTO,,
+EVG_2270,03:04:19:23,Active,VFX,1009,1121,113,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+TMT_2440,03:04:20:06,Inactive,VFX,1009,1089,81,,,NTO,,
+EVG_2280,03:04:24:16,Active,VFX,1009,1095,87,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+EVG_2290,03:04:28:07,Active,VFX,1009,1065,57,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+EVG_2300,03:04:30:16,Active,VFX,1009,1143,135,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+EVG_2310,03:04:36:07,Active,VFX,1009,1087,79,,,Turned Over,20250722 Travis: Head extension +1457842 frames. Tail trim -1457842 frames. New counts 1009-1087.,IRG_250730_01_R3_v62_VFX
+EVG_2320,03:04:39:14,Active,VFX,1009,1050,42,,,Turned Over,20250715 Travis: Tail trim -17 frames. New counts 1009-1050.,IRG_250820_01_R3_v66_VFX
+EVG_2330,03:04:41:08,Active,VFX,959,1050,92,,,Turned Over,"20250611 Travis: Head extension +1458022 frames. Tail trim -1458022 frames. New counts 1009-1050.
+20250715 Travis: Head trim -1457972 frames. Tail extension +1458022 frames. New counts 1458981-1459072.
+20250722 Travis: Head extension +1458022 frames. Tail trim -1458022 frames. New counts 959-1050.",IRG_250806_01_R3_v63_VFX
+EVG_2340,03:04:45:04,Active,VFX,1009,1062,54,,,Turned Over,,IRG_250806_01_R3_v63_VFX
+EVG_2350,03:04:47:10,Active,VFX,1009,1068,60,,,Turned Over,20250605 Travis: Head extension +1458203 frames. Tail trim -1458203 frames. New counts 1009-1068.,IRG_250806_01_R3_v63_VFX
+TMT_2095,03:04:49:11,Inactive,VFX,1009,1082,74,,,NTO,,
+EVG_2360,03:04:49:22,Active,VFX,1009,1086,78,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+TMT_2130,03:04:52:13,Inactive,VFX,1486024,1486061,38,,,NTO,,
+EVG_2370,03:04:53:04,Active,VFX,1009,1183,171,,,Turned Over,"20250605 Travis: Multi-cut range change to 1009-1048, 1053-1183.",IRG_250827_01_R3_v67_VFX
+EVG_2380,03:04:54:20,Active,VFX,1009,1094,86,,,Turned Over,20250605 Travis: Head extension +1458525 frames. Tail trim -1458525 frames. New counts 1009-1094.,IRG_250812_01_R3_v65_VFX
+EVG_2400,03:05:03:21,Active,VFX,1009,1046,38,,,Turned Over,20250605 Travis: Head extension +1458720 frames. Tail trim -1458720 frames. New counts 1009-1046.,IRG_250806_01_R3_v63_VFX
+EVG_2410,03:05:05:11,Active,VFX,1009,1044,36,,,Turned Over,20250623 Travis: Head extension +273 frames. Tail trim -273 frames. New counts 1009-1044.,IRG_250812_01_R3_v65_VFX
+EVG_2420,03:05:06:23,Active,VFX,1009,1092,84,,,Turned Over,20250728 Travis: Head extension +1458860 frames. Tail trim -1458860 frames. New counts 1009-1092.,IRG_250806_01_R3_v63_VFX
+EVG_2430,03:05:10:11,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250806_01_R3_v63_VFX
+EVG_2440,03:05:13:13,Active,VFX,1009,1046,38,,,Turned Over,,IRG_250806_01_R3_v63_VFX
+EVG_2450,03:05:15:03,Active,VFX,1009,1051,43,,,Turned Over,,IRG_250806_01_R3_v63_VFX
+EVG_2460,03:05:16:22,Active,VFX,1009,1069,61,,,Turned Over,20250605 Travis: Head extension +1459208 frames. Tail trim -1459208 frames. New counts 1009-1069.,IRG_250618_01_R3_v53_VFX
+EVG_2470,03:05:19:11,Active,VFX,1009,1051,43,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+EVG_2480,03:05:21:06,Active,VFX,1009,1044,36,,,Turned Over,20250605 Travis: Head extension +1468850 frames. Tail trim -1468850 frames. New counts 1009-1044.,IRG_250618_01_R3_v53_VFX
+EVG_2490,03:05:22:18,Active,VFX,1009,1056,48,,,Turned Over,20250611 Travis: Head extension +1302821 frames. Tail trim -1302821 frames. New counts 1009-1056.,IRG_250708_02_R3_v58_VFX
+EVG_2500,03:05:24:18,Active,VFX,1009,1055,47,,,Turned Over,20250605 Travis: Head extension +1468939 frames. Tail trim -1468939 frames. New counts 1009-1055.,IRG_250730_01_R3_v62_VFX
+EVG_2510,03:05:26:17,Active,VFX,1009,1033,25,,,Turned Over,20250605 Travis: Head extension +1302944 frames. Tail trim -1302944 frames. New counts 1009-1033.,IRG_250708_02_R3_v58_VFX
+EVG_2520,03:05:27:18,Active,VFX,1009,1071,63,,,Turned Over,20250605 Travis: Head extension +1469014 frames. Tail trim -1469014 frames. New counts 1009-1071.,IRG_250730_01_R3_v62_VFX
+EVG_2530,03:05:30:09,Active,VFX,1009,1105,97,,,Turned Over,20250605 Travis: Head extension +1303001 frames. Tail trim -1303001 frames. New counts 1009-1105.,IRG_250618_01_R3_v53_VFX
+EVG_2540,03:05:34:10,Active,VFX,1009,1053,45,,,Turned Over,,IRG_250806_01_R3_v63_VFX
+EVG_2550,03:05:36:07,Active,VFX,1009,1053,45,,,Turned Over,20250605 Travis: Head extension +1527556 frames. Tail trim -1527556 frames. New counts 1009-1053.,IRG_250708_02_R3_v58_VFX
+EVG_2580,03:05:38:04,Active,VFX,1009,1136,89,,,Turned Over,"20250611 Travis: Multi-cut range change to 1009-1029, 1069-1136.",IRG_250812_01_R3_v65_VFX
+EVG_2590,03:05:39:01,Active,VFX,1009,1038,30,,,Turned Over,,IRG_250723_01_R3_v61_VFX
+EVG_2600,03:05:43:03,Active,VFX,1009,1027,19,,,Turned Over,20250605 Travis: Head extension +1517568 frames. Tail trim -1517568 frames. New counts 1009-1027.,IRG_250723_01_R3_v61_VFX
+EVG_2610,03:05:43:22,Active,VFX,1009,1167,159,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+EVG_2620,03:05:50:13,Active,VFX,1009,1111,103,,,Turned Over,20250605 Travis: Head extension +1528021 frames. Tail trim -1528021 frames. New counts 1009-1111.,IRG_250820_01_R3_v66_VFX
+EVG_2630,03:05:54:20,Active,VFX,1009,1073,65,,,Turned Over,,IRG_250826_01_R3_v67_VFX
+EVG_2640,03:05:57:13,Active,VFX,1009,1170,162,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+NVX_3510,03:06:04:07,Active,NVX,919807,920156,350,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+NVX_3520,03:06:18:21,Active,NVX,809757,809848,92,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+WIW_0520,03:06:22:17,Active,VFX,1009,1092,84,,,Turned Over,20250805 Travis: Head extension +1100762 frames. Tail trim -1100762 frames. New counts 1009-1092.,IRG_250812_01_R3_v65_VFX
+WIW_0530,03:06:26:05,Active,VFX,1009,1163,155,,,Turned Over,"20250611 Travis: Head extension +1100234 frames. Tail trim -1100234 frames. New counts 1009-1163.
+20250715 Travis: Head extension +1100234 frames. Tail trim -1100234 frames. New counts 1009-1163.",IRG_250820_01_R3_v66_VFX
+WIW_0540,03:06:32:16,Active,VFX,1009,1069,61,,,Turned Over,20250605 Travis: Head extension +837378 frames. Tail trim -837378 frames. New counts 1009-1069.,IRG_250618_01_R3_v53_VFX
+WIW_1110,03:06:35:05,Active,VFX,1009,1078,70,,,Turned Over,20250611 Travis: Head extension +765947 frames. Tail trim -765947 frames. New counts 1009-1078.,IRG_250829_01_R3_v67_VFX
+WIW_1120,03:06:38:03,Active,VFX,1009,1076,68,,,Turned Over,20250701 Travis: Head extension +837516 frames. Tail trim -837516 frames. New counts 1009-1076.,IRG_250723_01_R3_v61_VFX
+WIW_1130,03:06:40:23,Active,VFX,1009,1064,56,,,Turned Over,20250605 Travis: Head extension +1283008 frames. Tail trim -1283008 frames. New counts 1009-1064.,IRG_250716_01_R3_v60_VFX
+NVX_3530,03:06:43:07,Active,NVX,1368815,1368901,87,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+WIW_1150,03:06:46:22,Active,VFX,1009,1233,196,,,Turned Over,"20250611 Travis: Multi-cut range change to 1009-1116, 1146-1233.
+20250618 Travis: Multi-cut range change to 1101406-1101513, 1101543-1101630.",IRG_250730_01_R3_v62_VFX
+WIW_1160,03:06:51:10,Active,VFX,1009,1071,63,,,Turned Over,20250701 Travis: Head extension +934418 frames. Tail trim -934418 frames. New counts 1009-1071.,IRG_250723_01_R3_v61_VFX
+WIW_1180,03:06:57:17,Active,VFX,1009,1102,94,,,Turned Over,20250605 Travis: Head extension +934587 frames. Tail trim -934587 frames. New counts 1009-1102.,IRG_250806_01_R3_v63_VFX
+TMT_2710,03:07:01:06,Inactive,VFX,1597773,1597808,36,,,NTO,,
+WIW_1190,03:07:01:15,Active,VFX,1009,1038,30,,,Turned Over,"20250611 Travis: Head extension +1084514 frames. Tail trim -1084514 frames. New counts 1009-1038.
+20250811 Travis: Head extension +1084514 frames. Tail trim -1084514 frames. New counts 1009-1038.",IRG_250820_01_R3_v66_VFX
+WIW_1210,03:07:02:21,Active,VFX,1009,1166,158,,,Turned Over,20250701 Travis: Head extension +934737 frames. Tail trim -934737 frames. New counts 1009-1166.,IRG_250806_01_R3_v63_VFX
+WIW_1220,03:07:09:11,Active,VFX,1009,1039,31,,,Turned Over,"20250611 Travis: Head extension +1039383 frames. Tail trim -1039383 frames. New counts 1009-1039.
+20250811 Travis: Head extension +1039383 frames. Tail trim -1039383 frames. New counts 1009-1039.",IRG_250829_01_R3_v67_VFX
+WIW_1230,03:07:10:18,Active,VFX,1009,1096,88,,,Turned Over,20250715 Travis: Head extension +934926 frames. Tail trim -934926 frames. New counts 1009-1096.,IRG_250806_01_R3_v63_VFX
+WIW_1490,03:07:14:10,Active,VFX,1009,1055,47,,,Turned Over,"20250611 Travis: Head extension +1077029 frames. Tail trim -1077029 frames. New counts 1009-1055.
+20250722 Travis: Head extension +1077029 frames. Tail trim -1077029 frames. New counts 1009-1055.",IRG_250820_01_R3_v66_VFX
+TMT_2780,03:07:16:02,Inactive,VFX,1348473,1348679,207,,,NTO,,
+WIW_1500,03:07:16:09,Active,VFX,1009,1079,71,,,Turned Over,20250623 Travis: Head extension +1062419 frames. Tail trim -1062419 frames. New counts 1009-1079.,IRG_250820_01_R3_v66_VFX
+WIW_1510,03:07:19:08,Active,VFX,1009,1044,36,,,Turned Over,20250722 Travis: Head extension +1466117 frames. Tail trim -1466117 frames. New counts 1009-1044.,IRG_250826_01_R3_v67_VFX
+WIW_1520,03:07:20:20,Active,VFX,1009,1141,119,,,Turned Over,"20250623 Travis: Multi-cut range change to 1009-1088, 1103-1141.",IRG_250820_01_R3_v66_VFX
+WIW_1530,03:07:24:04,Active,VFX,1009,1040,32,,,Turned Over,20250722 Travis: Head extension +1430980 frames. Tail trim -1430980 frames. New counts 1009-1040.,IRG_250820_01_R3_v66_VFX
+WIW_1550,03:07:27:03,Active,VFX,1009,1153,145,,,Turned Over,20250715 Travis: Head extension +1476719 frames. Tail trim -1476719 frames. New counts 1009-1153.,IRG_250820_01_R3_v66_VFX
+WIW_1560,03:07:33:04,Active,VFX,1009,1035,27,,,Turned Over,20250623 Travis: Head extension +1108698 frames. Tail trim -1108698 frames. New counts 1009-1035.,IRG_250820_01_R3_v66_VFX
+WIW_1570,03:07:34:07,Active,VFX,1009,1051,43,,,Turned Over,20250811 Travis: Head extension +1060358 frames. Tail trim -1060358 frames. New counts 1009-1051.,IRG_250812_01_R3_v65_VFX
+WIW_1580,03:07:36:02,Active,VFX,1009,1054,46,,,Turned Over,20250805 Travis: Head extension +1431261 frames. Tail trim -1431261 frames. New counts 1009-1054.,IRG_250820_01_R3_v66_VFX
+WIW_1590,03:07:38:00,Active,VFX,1009,1241,233,,,Turned Over,20250623 Travis: Head extension +1060483 frames. Tail trim -1060483 frames. New counts 1009-1241.,IRG_250820_01_R3_v66_VFX
+WIW_1600,03:07:47:17,Active,VFX,1009,1081,73,,,Turned Over,20250605 Travis: Head extension +1477288 frames. Tail trim -1477288 frames. New counts 1009-1081.,IRG_250618_01_R3_v53_VFX
+WIW_1610,03:07:50:18,Active,VFX,1009,1378,362,,,Turned Over,"20250623 Travis: Multi-cut range change to 1009-1275, 1284-1378.",IRG_250820_01_R3_v66_VFX
+WIW_1620,03:08:01:21,Active,VFX,1009,1035,27,,,Turned Over,20250605 Travis: Head extension +1478045 frames. Tail trim -1478045 frames. New counts 1009-1035.,IRG_250716_01_R3_v60_VFX
+WIW_1640,03:08:06:23,Active,VFX,1009,1146,138,,,Turned Over,20250722 Travis: Head extension +1480487 frames. Tail trim -1480487 frames. New counts 1009-1146.,IRG_250826_01_R3_v67_VFX
+WIW_1650,03:08:12:17,Active,VFX,1009,1034,26,,,Turned Over,20250623 Travis: Head extension +1088798 frames. Tail trim -1088798 frames. New counts 1009-1034.,IRG_250820_01_R3_v66_VFX
+WIW_1670,03:08:13:19,Active,VFX,964,991,28,,,Turned Over,20250825 Travis: Head extension +1480717 frames. Tail trim -1480717 frames. New counts 964-991.,IRG_250829_01_R3_v67_VFX
+WIW_1672,03:08:14:23,Active,VFX,1009,1086,78,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WIW_1675,03:08:18:05,Active,VFX,1047,1139,93,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+WIW_1680,03:08:22:02,Active,VFX,1019,1056,38,,,Turned Over,"20250623 Travis: Head extension +1089086 frames. Tail trim -1089086 frames. New counts 1009-1046.
+20250819 Travis: Head trim -10 frames. Tail extension +10 frames. New counts 1019-1056.",IRG_250820_01_R3_v66_VFX
+WIW_1690,03:08:23:16,Active,VFX,1009,1680,672,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+WIW_1715,03:08:51:16,Active,VFX,1009,1072,64,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WIW_1720,03:08:54:08,Active,VFX,1046,1151,106,,,Turned Over,20250825 Travis: Head trim -37 frames. Tail extension +37 frames. New counts 1046-1151.,IRG_250829_01_R3_v67_VFX
+WIW_1730,03:08:58:18,Active,VFX,1009,1041,33,,,Turned Over,20250805 Travis: Head extension +991649 frames. Tail trim -991649 frames. New counts 1009-1041.,IRG_250812_01_R3_v65_VFX
+WIW_1740,03:09:00:03,Active,VFX,972,1058,87,,,Turned Over,20250701 Travis: Head extension +1167949 frames. Tail trim -1167949 frames. New counts 972-1058.,IRG_250701_02_R3_v56_VFX
+WIW_2120,03:09:03:18,Active,VFX,975,1039,65,,,Turned Over,20250715 Travis: Head extension +977922 frames. Tail trim -977922 frames. New counts 975-1039.,IRG_250806_01_R3_v63_VFX
+WIW_2140,03:09:06:11,Active,VFX,1029,1198,170,,,Turned Over,20250623 Travis: Head trim -20 frames. Tail extension +20 frames. New counts 1029-1198.,IRG_250829_01_R3_v67_VFX
+WIW_2165,03:09:13:13,Active,VFX,1009,1384,376,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+WIW_2170,03:09:29:05,Active,VFX,1009,1049,41,,,Turned Over,20250722 Travis: Head extension +978456 frames. Tail trim -978456 frames. New counts 1009-1049.,IRG_250723_01_R3_v61_VFX
+WIW_2180,03:09:30:22,Active,VFX,1018,1036,19,,,Turned Over,20250701 Travis: Head extension +1382918 frames. Tail trim -1382918 frames. New counts 1018-1036.,IRG_250701_02_R3_v56_VFX
+WIW_2190,03:09:31:17,Active,VFX,999,1051,53,,,Turned Over,"20250611 Travis: Head extension +1338340 frames. Tail trim -1338340 frames. New counts 998-1050.
+20250722 Travis: Head extension +1338341 frames. Tail trim -1338341 frames. New counts 997-1049.
+20250805 Travis: Head trim -2 frames. Tail extension +2 frames. New counts 999-1051.",IRG_250820_01_R3_v66_VFX
+WIW_2200,03:09:33:22,Active,VFX,971,1189,219,,,Turned Over,20250722 Travis: Head extension +1392724 frames. Tail trim -1392724 frames. New counts 971-1189.,IRG_250829_01_R3_v67_VFX
+WIW_2210,03:09:43:01,Active,VFX,1009,1167,159,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+WIW_2225,03:09:49:16,Active,VFX,1009,1052,44,,,Turned Over,20250722 Travis: Head extension +1382078 frames. Tail trim -1382078 frames. New counts 1009-1052.,IRG_250829_01_R3_v67_VFX
+EVG_2040,03:09:50:14,Inactive,VFX,1059861,1060000,140,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+WIW_2230,03:09:51:12,Active,VFX,1010,1209,200,,,Turned Over,20250805 Travis: Head extension +1006998 frames. Tail trim -1006998 frames. New counts 1010-1209.,IRG_250812_01_R3_v65_VFX
+EVG_2045,03:09:56:10,Inactive,VFX,1009,1082,74,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+EVG_2080,03:09:59:12,Inactive,VFX,1269908,1270018,111,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+WIW_2240,03:09:59:20,Active,VFX,1009,1082,74,,,Turned Over,20250701 Travis: Head extension +1341790 frames. Tail trim -1341790 frames. New counts 1009-1082.,IRG_250701_02_R3_v56_VFX
+WIW_2250,03:10:02:22,Active,VFX,1009,1102,94,,,Turned Over,20250715 Travis: Head extension +1007273 frames. Tail trim -1007273 frames. New counts 1009-1102.,IRG_250716_01_R3_v60_VFX
+EVG_2090,03:10:04:03,Inactive,VFX,1009,1187,179,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+WIW_2260,03:10:06:20,Active,VFX,1009,1296,288,,,Turned Over,20250722 Travis: Head extension +1341950 frames. Tail trim -1341950 frames. New counts 1009-1296.,IRG_250723_01_R3_v61_VFX
+EVG_2100,03:10:11:14,Inactive,VFX,1276394,1276456,63,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+EVG_2110,03:10:14:05,Inactive,VFX,1009,1114,106,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+EVG_2120,03:10:18:15,Inactive,VFX,1276549,1276607,59,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+WIW_2270,03:10:18:20,Active,VFX,1060,1150,91,,,Turned Over,20250715 Travis: Head extension +1095248 frames. Tail trim -1095248 frames. New counts 1060-1150.,IRG_250716_01_R3_v60_VFX
+EVG_2130,03:10:21:02,Inactive,VFX,1009,1080,72,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+WIW_2280,03:10:22:15,Active,VFX,1009,1099,91,,,Turned Over,,IRG_250716_01_R3_v60_VFX
+EVG_2150,03:10:24:02,Inactive,VFX,1009,1143,135,,,NTO,,
+WIW_2285,03:10:26:10,Active,VFX,1009,1117,109,,,Turned Over,20250707 Travis: Head extension +1169651 frames. Tail trim -1169651 frames. New counts 1009-1117.,IRG_250812_01_R3_v65_VFX
+WIW_2310,03:10:30:23,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+WIW_2320,03:10:32:12,Active,VFX,1009,1161,153,,,Turned Over,"20250623 Travis: Tail trim -4 frames. New counts 1096767-1096919.
+20250715 Travis: Head extension +1095758 frames. Tail trim -1095758 frames. New counts 1009-1161.",IRG_250716_01_R3_v60_VFX
+WIW_2330,03:10:38:21,Active,VFX,1005,1114,110,,,Turned Over,20250623 Travis: Head extension +1272713 frames. Tail trim -1272709 frames. New counts 1005-1114.,IRG_250701_02_R3_v56_VFX
+WIW_2340,03:10:43:11,Active,VFX,1009,1237,229,,,Turned Over,20250715 Travis: Head extension +1096033 frames. Tail trim -1096033 frames. New counts 1009-1237.,IRG_250716_01_R3_v60_VFX
+WIW_2350,03:10:53:00,Active,VFX,1009,1041,33,,,Turned Over,20250605 Travis: Head extension +1216960 frames. Tail trim -1216960 frames. New counts 1009-1041.,IRG_250618_01_R3_v53_VFX
+WIW_2360,03:10:54:09,Active,VFX,1009,1057,49,,,Turned Over,20250701 Travis: Head extension +1273073 frames. Tail trim -1273073 frames. New counts 1009-1057.,IRG_250723_01_R3_v61_VFX
+WIW_2370,03:10:56:10,Active,VFX,1009,1182,174,,,Turned Over,20250715 Travis: Head extension +1115791 frames. Tail trim -1115791 frames. New counts 1009-1182.,IRG_250716_01_R3_v60_VFX
+WHN_1032,03:10:59:01,Inactive,VFX,1035,1093,59,,,NTO,,
+WIW_2380,03:11:03:16,Active,VFX,1009,1036,28,,,Turned Over,"20250611 Travis: Tail trim -2 frames. New counts 1274410-1274437.
+20250623 Travis: Head extension +1273401 frames. Tail trim -1273401 frames. New counts 1009-1036.",IRG_250701_02_R3_v56_VFX
+WIW_2385,03:11:04:20,Active,VFX,1009,1058,50,,,Turned Over,20250701 Travis: Head extension +1217385 frames. Tail trim -1217385 frames. New counts 1009-1058.,IRG_250723_01_R3_v61_VFX
+WIW_2410,03:11:06:22,Active,VFX,1031,1090,60,,,Turned Over,"20250605 Travis: Head extension +1660159 frames. Tail trim -1660159 frames. New counts 1007-1089.
+20250611 Travis: Head trim -23 frames. New counts 1030-1089.
+20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1031-1090.",IRG_250618_01_R3_v53_VFX
+WHN_1060,03:11:07:15,Inactive,VFX,1009,1030,22,,,NTO,,
+WIW_2420,03:11:09:10,Active,VFX,1010,1103,94,,,Turned Over,"20250701 Travis: Head extension +1680545 frames. Tail trim -1680545 frames. New counts 1009-1103.
+20250722 Travis: Head trim -1 frames. New counts 1010-1103.",IRG_250829_01_R3_v67_VFX
+WIW_2425,03:11:13:08,Active,VFX,1004,1037,34,,,Turned Over,20250722 Travis: Head extension +1651399 frames. Tail trim -1651398 frames. New counts 1004-1037.,IRG_250820_01_R3_v66_VFX
+EVG_2205,03:11:13:13,Inactive,VFX,1000,1059,60,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+WIW_2440,03:11:14:18,Active,VFX,1003,1029,27,,,Turned Over,20250701 Travis: Head extension +1409861 frames. Tail trim -1409861 frames. New counts 1003-1029.,IRG_250812_01_R3_v65_VFX
+WIW_2505,03:11:15:21,Active,VFX,1009,2263,1255,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+EVG_2210,03:11:16:01,Inactive,VFX,1194,1257,64,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+WGA_2980,03:11:18:10,Inactive,VFX,1009,1086,78,,,NTO,,
+WGA_2992,03:11:23:07,Inactive,VFX,1121138,1121215,78,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+EVG_2030,03:11:38:17,Inactive,VFX,1589368,1589466,99,,,HOLD,"20250605 Travis: Tail trim -14 frames. New counts 1589368-1589466.
+20250611 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250513_01_R3_v44_VFXPlatesFMP
+EVG_2160,03:11:53:13,Inactive,VFX,1147072,1147096,25,,,HOLD,"20250605 Travis: Head trim -269 frames. Tail extension +8 frames. New counts 1283-1307.
+20250611 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250606_01_R3_v48_VFXPlatesFMP
+EVG_2170,03:11:54:14,Inactive,VFX,1586845,1586872,28,,,HOLD,"20250605 Travis: Head trim -11 frames. Tail extension +10 frames. New counts 1586845-1586872.
+20250611 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250606_01_R3_v48_VFXPlatesFMP
+EVG_2190,03:11:58:10,Inactive,VFX,1009,1312,304,,,HOLD,"20250605 Travis: Head extension +1585896 frames. Tail trim -1585967 frames. New counts 1009-1312.
+20250611 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250513_01_R3_v44_VFXPlatesFMP
+NVX_3710,03:12:08:04,Active,NVX,754378,754419,42,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+WIW_2540,03:12:09:22,Active,VFX,1009,1175,167,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+WIW_2550,03:12:16:21,Active,VFX,1009,1088,80,,,Turned Over,20250701 Travis: Head extension +1197179 frames. Tail trim -1197179 frames. New counts 1009-1088.,IRG_250723_01_R3_v61_VFX
+WIW_2560,03:12:20:05,Active,VFX,1009,1116,108,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+WIW_2570,03:12:24:17,Active,VFX,1009,1049,41,,,Turned Over,,IRG_250618_01_R3_v53_VFX
+WIW_2600,03:12:26:10,Active,VFX,1009,1058,50,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WIW_2620,03:12:28:12,Active,VFX,985,1091,107,,,Turned Over,20250605 Travis: Head extension +934321 frames. Tail trim -934321 frames. New counts 1009-1115.,IRG_250730_01_R3_v62_VFX
+WIW_2660,03:12:32:23,Active,VFX,1090,1157,68,,,Turned Over,"20250605 Travis: Head extension +1108739 frames. Tail trim -1108739 frames. New counts 1133-1202.
+20250618 Travis: Head extension +45 frames. Tail trim -45 frames. New counts 1088-1157.
+20250722 Travis: Head trim -2 frames. New counts 1090-1157.",IRG_250730_01_R3_v62_VFX
+WIW_2680,03:12:35:19,Active,VFX,1036,1115,80,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +3 frames. New counts 1036-1115.,IRG_250730_01_R3_v62_VFX
+WIW_2705,03:12:39:03,Active,VFX,1011,1139,129,,,Turned Over,"20250605 Travis: Head extension +1357529 frames. Tail trim -1357529 frames. New counts 1009-1137.
+20250722 Travis: Head trim -2 frames. Tail extension +2 frames. New counts 1011-1139.",IRG_250730_01_R3_v62_VFX
+WIW_2720,03:12:44:12,Active,VFX,1012,1161,150,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1012-1161.,IRG_250730_01_R3_v62_VFX
+WIW_2740,03:12:50:18,Active,VFX,1009,1073,65,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+WIW_2760,03:12:53:11,Active,VFX,1010,1130,121,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1130.,IRG_250730_01_R3_v62_VFX
+WIW_2780,03:12:58:12,Active,VFX,1009,1080,72,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+WIW_2800,03:13:01:12,Active,VFX,1010,1087,78,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1087.,IRG_250701_02_R3_v56_VFX
+WIW_2820,03:13:04:18,Active,VFX,1009,1090,82,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+WIW_2840,03:13:08:04,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+WIW_2860,03:13:11:06,Active,VFX,1009,1188,100,,,Turned Over,"20250707 Travis: Multi-cut range change to 1009-1049, 1130-1188.",IRG_250708_02_R3_v58_VFX
+WIW_2850,03:13:12:23,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+WIW_2880,03:13:16:23,Active,VFX,1014,1045,32,,,Turned Over,20250701 Travis: Head extension +1035200 frames. Tail trim -1035200 frames. New counts 1014-1045.,IRG_250701_02_R3_v56_VFX
+WIW_2890,03:13:18:07,Active,VFX,1051,1073,23,,,Turned Over,"20250618 Travis: Tail trim -20 frames. New counts 993264-993286.
+20250715 Travis: Head extension +992213 frames. Tail trim -992213 frames. New counts 1051-1073.",IRG_250716_01_R3_v60_VFX
+WIW_5000,03:13:19:06,Active,VFX,1010,1289,280,,,Turned Over,"20250618 Travis: Head extension +1 frames. New counts 1009-1288.
+20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1289.",IRG_250820_01_R3_v66_VFX
+WIW_5010,03:13:30:22,Active,VFX,1010,1050,41,,,Turned Over,"20250701 Travis: Head extension +1540529 frames. Tail trim -1540529 frames. New counts 1009-1049.
+20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1050.",IRG_250820_01_R3_v66_VFX
+WIW_5020,03:13:32:15,Active,VFX,1009,1055,47,,,Turned Over,"20250606 Travis: Multi-cut range change to , 1558033-1558065.
+20250611 Travis: Head trim -5 frames. Tail extension +19 frames. New counts 1558038-1558084.
+20250701 Travis: Multi-cut range change to , 1558033-1558065.",IRG_250820_01_R3_v66_VFX
+WIW_5030,03:13:34:14,Active,VFX,1009,1050,42,,,Turned Over,20250701 Travis: Head extension +1462645 frames. Tail trim -1462645 frames. New counts 1009-1050.,IRG_250701_02_R3_v56_VFX
+WIW_5040,03:13:36:08,Active,VFX,1009,1046,38,,,Turned Over,20250825 Travis: Head extension +1567305 frames. Tail trim -1567305 frames. New counts 1009-1046.,IRG_250829_01_R3_v67_VFX
+WIW_5050,03:13:37:22,Active,VFX,1009,1077,69,,,Turned Over,"20250606 Travis: Multi-cut range change to , 1547763-1547810.
+20250611 Travis: Tail extension +21 frames. New counts 1547763-1547831.
+20250701 Travis: Multi-cut range change to , 1547763-1547810.",IRG_250820_01_R3_v66_VFX
+WIW_5060,03:13:40:19,Active,VFX,1009,1041,33,,,Turned Over,20250701 Travis: Head extension +1562426 frames. Tail trim -1562426 frames. New counts 1009-1041.,IRG_250806_01_R3_v63_VFX
+WIW_5065,03:13:42:04,Active,VFX,1009,1035,27,,,Turned Over,20250707 Travis: Head extension +1510552 frames. Tail trim -1510552 frames. New counts 1009-1035.,IRG_250708_02_R3_v58_VFX
+WIW_5075,03:13:43:07,Active,VFX,1009,1039,31,,,Turned Over,20250701 Travis: Head extension +1519512 frames. Tail trim -1519512 frames. New counts 1009-1039.,IRG_250701_02_R3_v56_VFX
+WIW_5080,03:13:44:14,Active,VFX,1010,1038,29,,,Turned Over,20250605 Travis: Head extension +1525864 frames. Tail trim -1525864 frames. New counts 1010-1038.,IRG_250723_01_R3_v61_VFX
+WIW_5090,03:13:45:19,Active,VFX,1009,1051,26,,,Turned Over,"20250605 Travis: Multi-cut range change to 1009-1024, 1042-1051.",IRG_250618_01_R3_v53_VFX
+WIW_5100,03:13:46:11,Active,VFX,1003,1020,18,,,Turned Over,"20250605 Travis: Multi-cut range change to 1526907-1526924.
+20250611 Travis: Head extension +1525904 frames. Tail trim -1525904 frames. New counts 1003-1020.",IRG_250618_01_R3_v53_VFX
+WIW_5110,03:13:47:15,Active,VFX,1008,1055,48,,,Turned Over,20250902 Travis: Head extension +1488358 frames. Tail trim -1488358 frames. New counts 1008-1055.,IRG_250611_02_R3_v51_VFXPlates
+WIW_5130,03:13:49:15,Active,VFX,1009,1118,110,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WIW_5140,03:13:54:05,Active,VFX,1009,1077,69,,,Turned Over,20250701 Travis: Head extension +1148785 frames. Tail trim -1148785 frames. New counts 1009-1077.,IRG_250820_01_R3_v66_VFX
+WIW_5160,03:13:57:02,Active,VFX,1009,1125,117,,,Turned Over,20250707 Travis: Head extension +1395697 frames. Tail trim -1395697 frames. New counts 1009-1125.,IRG_250820_01_R3_v66_VFX
+WIW_5165,03:14:01:23,Active,VFX,1017,1085,69,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WIW_5180,03:14:04:20,Active,VFX,1009,1103,95,,,Turned Over,20250805 Travis: Head extension +1482897 frames. Tail trim -1482897 frames. New counts 1009-1103.,IRG_250812_01_R3_v65_VFX
+WIW_5200,03:14:08:19,Active,VFX,1009,1029,21,,,Turned Over,20250805 Travis: Head extension +1552960 frames. Tail trim -1552960 frames. New counts 1009-1029.,IRG_250812_01_R3_v65_VFX
+WIW_5202,03:14:09:16,Active,VFX,1009,1088,80,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+WIW_5204,03:14:13:00,Active,VFX,1047,1067,21,,,Turned Over,20250707 Travis: Head extension +1553151 frames. Tail trim -1553151 frames. New counts 1047-1067.,IRG_250827_01_R3_v67_VFX
+ASM_1365,03:14:13:21,Active,VFX,1103,1124,22,,STOCK FTG,Turned Over,,IRG_250829_01_R3_v67_VFX
+ASM_1395,03:14:14:19,Active,VFX,1002,1038,37,,STOCK FTG,Turned Over,,IRG_250829_01_R3_v67_VFX
+WIW_5208,03:14:16:08,Active,VFX,1009,1075,67,,,Turned Over,20250701 Travis: Head extension +1553222 frames. Tail trim -1553222 frames. New counts 1009-1075.,IRG_250820_01_R3_v66_VFX
+ASM_1400,03:14:19:03,Active,VFX,1051,1070,20,,STOCK FTG,Turned Over,,IRG_250829_01_R3_v67_VFX
+ASM_1410,03:14:19:23,Active,VFX,1009,1051,43,,STOCK FTG Note 8 frms short at tail,Turned Over,,IRG_250829_01_R3_v67_VFX
+WIW_5230,03:14:21:18,Active,VFX,1021,1050,30,,,Turned Over,20250701 Travis: Head extension +1553448 frames. Tail trim -1553448 frames. New counts 1021-1050.,IRG_250827_01_R3_v67_VFX
+WIW_5240,03:14:23:00,Active,VFX,1009,1133,125,,,Turned Over,,IRG_250826_01_R3_v67_VFX
+WIW_5250,03:14:28:05,Active,VFX,1009,1054,46,,,Turned Over,20250701 Travis: Head extension +1464260 frames. Tail trim -1464260 frames. New counts 1009-1054.,IRG_250716_01_R3_v60_VFX
+WIW_5260,03:14:30:03,Active,VFX,1009,1110,102,,,Turned Over,20250701 Travis: Head extension +1505087 frames. Tail trim -1505087 frames. New counts 1009-1110.,IRG_250827_01_R3_v67_VFX
+WIW_5270,03:14:34:09,Active,VFX,1009,1213,205,,,Turned Over,20250819 Travis: Head extension +1470199 frames. Tail trim -1470199 frames. New counts 1009-1213.,IRG_250820_01_R3_v66_VFX
+WIW_5280,03:14:42:22,Active,VFX,1009,1048,40,,,Turned Over,20250707 Travis: Head extension +1505488 frames. Tail trim -1505488 frames. New counts 1009-1048.,IRG_250826_01_R3_v67_VFX
+WIW_5290,03:14:44:14,Active,VFX,1009,1081,73,,,Turned Over,20250701 Travis: Head extension +1471431 frames. Tail trim -1471431 frames. New counts 1009-1081.,IRG_250716_01_R3_v60_VFX
+WIW_5300,03:14:47:15,Active,VFX,1009,1079,71,,,Turned Over,20250701 Travis: Head extension +1505738 frames. Tail trim -1505738 frames. New counts 1009-1079.,IRG_250820_01_R3_v66_VFX
+WIW_5310,03:14:50:14,Active,VFX,1009,1082,74,,,Turned Over,20250701 Travis: Head extension +1471600 frames. Tail trim -1471600 frames. New counts 1009-1082.,IRG_250716_01_R3_v60_VFX
+WIW_5320,03:14:53:16,Active,VFX,1009,1086,78,,,Turned Over,"20250611 Travis: Tail trim -72 frames. New counts 1506982-1507059.
+20250707 Travis: Head extension +1505973 frames. Tail trim -1505973 frames. New counts 1009-1086.",IRG_250826_01_R3_v67_VFX
+WIW_5330,03:14:56:22,Active,VFX,1009,1049,41,,,Turned Over,20250701 Travis: Head extension +1471765 frames. Tail trim -1471765 frames. New counts 1009-1049.,IRG_250716_01_R3_v60_VFX
+WIW_5340,03:14:58:15,Active,VFX,1009,1071,63,,,Turned Over,"20250611 Travis: Tail trim -23 frames. New counts 1507304-1507366.
+20250707 Travis: Head extension +1506295 frames. Tail trim -1506295 frames. New counts 1009-1071.",IRG_250826_01_R3_v67_VFX
+WIW_5350,03:15:01:06,Active,VFX,1009,1057,49,,,Turned Over,"20250611 Travis: Tail trim -37 frames. New counts 1472892-1472940.
+20250701 Travis: Head extension +1471883 frames. Tail trim -1471883 frames. New counts 1009-1057.",IRG_250716_01_R3_v60_VFX
+WIW_5360,03:15:03:07,Active,VFX,1009,1154,146,,,Turned Over,20250707 Travis: Head extension +1520453 frames. Tail trim -1520453 frames. New counts 1009-1154.,IRG_250826_01_R3_v67_VFX
+WIW_5370,03:15:09:09,Active,VFX,1009,1046,38,,,Turned Over,20250701 Travis: Head extension +1472382 frames. Tail trim -1472382 frames. New counts 1009-1046.,IRG_250716_01_R3_v60_VFX
+NVX_3810,03:15:10:23,Active,NVX,1513250,1513358,109,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+WIW_5390,03:15:15:12,Active,VFX,1009,1072,64,,,Turned Over,20250701 Travis: Head extension +1472500 frames. Tail trim -1472500 frames. New counts 1009-1072.,IRG_250716_01_R3_v60_VFX
+WIW_5400,03:15:18:04,Active,VFX,1009,1129,121,,,Turned Over,20250707 Travis: Head extension +1527309 frames. Tail trim -1527309 frames. New counts 1009-1129.,IRG_250827_01_R3_v67_VFX
+WIW_5410,03:15:23:05,Active,VFX,1009,1047,39,,,Turned Over,20250701 Travis: Head extension +1472675 frames. Tail trim -1472675 frames. New counts 1009-1047.,IRG_250716_01_R3_v60_VFX
+WIW_5420,03:15:24:20,Active,VFX,1009,1081,73,,,Turned Over,20250701 Travis: Head extension +1520976 frames. Tail trim -1520976 frames. New counts 1009-1081.,IRG_250723_01_R3_v61_VFX
+WIW_5430,03:15:27:21,Active,VFX,1009,1197,189,,,Turned Over,20250605 Travis: Head extension +1472787 frames. Tail trim -1472787 frames. New counts 1009-1197.,IRG_250618_01_R3_v53_VFX
+WIW_5440,03:15:35:18,Active,VFX,1009,1050,42,,,Turned Over,20250715 Travis: Head extension +1521291 frames. Tail trim -1521291 frames. New counts 1009-1050.,IRG_250716_01_R3_v60_VFX
+WIW_5450,03:15:37:12,Active,VFX,1009,1047,39,,,Turned Over,20250701 Travis: Head extension +1473080 frames. Tail trim -1473080 frames. New counts 1009-1047.,IRG_250716_01_R3_v60_VFX
+NVX_3820,03:15:39:03,Active,NVX,1522501,1522535,35,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+WIW_5470,03:15:40:14,Active,VFX,1009,1092,84,,,Turned Over,20250701 Travis: Head extension +1473214 frames. Tail trim -1473214 frames. New counts 1009-1092.,IRG_250716_01_R3_v60_VFX
+WIW_5480,03:15:44:02,Active,VFX,1009,1150,142,,,Turned Over,20250707 Travis: Head extension +1572576 frames. Tail trim -1572576 frames. New counts 1009-1150.,IRG_250708_02_R3_v58_VFX
+WIW_5490,03:15:50:00,Active,VFX,1009,1078,70,,,Turned Over,20250605 Travis: Head extension +1287877 frames. Tail trim -1287877 frames. New counts 1009-1078.,IRG_250716_01_R3_v60_VFX
+NVX_3830,03:15:52:22,Active,NVX,1633682,1633743,62,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+WIW_5510,03:15:55:12,Active,VFX,1009,1059,51,,,Turned Over,20250701 Travis: Head extension +711354 frames. Tail trim -711354 frames. New counts 1009-1059.,IRG_250701_02_R3_v56_VFX
+WIW_7000,03:15:57:15,Active,VFX,1009,1149,141,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+WIW_7010,03:16:03:12,Active,VFX,1009,1074,66,,,Turned Over,20250701 Travis: Head extension +893972 frames. Tail trim -893972 frames. New counts 1009-1074.,IRG_250826_01_R3_v67_VFX
+NVX_3840,03:16:06:06,Active,NVX,1642814,1642871,58,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+WIW_7030,03:16:08:16,Active,VFX,1009,1101,93,,,Turned Over,20250701 Travis: Head extension +711579 frames. Tail trim -711579 frames. New counts 1009-1101.,IRG_250701_02_R3_v56_VFX
+WIW_7040,03:16:12:13,Active,VFX,1009,1137,129,,,Turned Over,20250701 Travis: Head extension +1641961 frames. Tail trim -1641961 frames. New counts 1009-1137.,IRG_250701_02_R3_v56_VFX
+WIW_7050,03:16:17:22,Active,VFX,1009,1076,68,,,Turned Over,20250908 Travis: Head extension +754697 frames. Tail trim -754697 frames. New counts 1009-1076.,IRG_250611_02_R3_v51_VFXPlates
+NVX_3850,03:16:20:18,Active,NVX,1634317,1634365,49,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+WIW_7100,03:16:22:19,Active,VFX,1009,1114,106,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WIW_7110,03:16:27:05,Active,VFX,1009,1070,62,,,Turned Over,20250701 Travis: Head extension +1633436 frames. Tail trim -1633436 frames. New counts 1009-1070.,IRG_250701_02_R3_v56_VFX
+WIW_7115,03:16:29:19,Active,VFX,1009,1061,53,,,Turned Over,20250715 Travis: Head extension +872173 frames. Tail trim -872173 frames. New counts 1009-1061.,IRG_250716_01_R3_v60_VFX
+WIW_7800,03:16:32:00,Active,VFX,1038,1191,154,,,Turned Over,20250902 Travis: Head trim -29 frames. Tail extension +122 frames. New counts 1038-1191.,IRG_250812_01_R3_v65_VFX
+WIW_7160,03:16:34:13,Inactive,VFX,1009,1032,24,,,HOLD,"20250701 Travis: Head extension +901027 frames. Tail trim -901027 frames. New counts 1009-1032.
+20250902 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250806_01_R3_v63_VFX
+WIW_7180,03:16:38:10,Active,VFX,1009,1043,35,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+WIW_7810,03:16:39:21,Active,VFX,1009,1063,55,,,Turned Over,20250701 Travis: Head extension +1654626 frames. Tail trim -1654626 frames. New counts 1009-1063.,IRG_250701_02_R3_v56_VFX
+WIW_7200,03:16:42:04,Active,VFX,1009,1056,48,,,Turned Over,20250707 Travis: Tail extension +7 frames. New counts 1009-1056.,IRG_250820_01_R3_v66_VFX
+WIW_7210,03:16:44:04,Active,VFX,1009,1104,96,,,Turned Over,20250701 Travis: Head extension +1654752 frames. Tail trim -1654752 frames. New counts 1009-1104.,IRG_250716_01_R3_v60_VFX
+WIW_7830,03:16:48:04,Active,VFX,1009,1060,52,,,Turned Over,,IRG_250723_01_R3_v61_VFX
+WIW_7840,03:16:50:08,Active,VFX,1009,1152,144,,,Turned Over,,IRG_250725_01_R3_v61_VFX
+NVX_3860,03:16:56:08,Active,NVX,1644751,1644794,44,,,Turned Over,,IRG_250708_01_R3_v58_Drama
+WIW_7860,03:16:58:04,Active,VFX,1009,1035,27,,,Turned Over,20250701 Travis: Head extension +1657367 frames. Tail trim -1657367 frames. New counts 1009-1035.,IRG_250701_02_R3_v56_VFX
+WIW_7300,03:16:59:07,Active,VFX,1009,1028,20,,,Turned Over,20250722 Travis: Head trim -2 frames. Tail extension +2 frames. New counts 1009-1028.,IRG_250723_01_R3_v61_VFX
+WIW_7870,03:17:00:03,Active,VFX,1009,1100,92,,,Turned Over,,IRG_250806_01_R3_v63_VFX
+WIW_7320,03:17:03:23,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250723_01_R3_v61_VFX
+WIW_7880,03:17:06:10,Active,VFX,1009,1187,179,,,Turned Over,20250701 Travis: Head extension +1651354 frames. Tail trim -1651354 frames. New counts 1009-1187.,IRG_250701_02_R3_v56_VFX
+WIW_7350,03:17:13:21,Active,VFX,1009,1049,41,,,Turned Over,20250715 Travis: Head trim -8 frames. Tail extension +25 frames. New counts 1009-1049.,IRG_250716_01_R3_v60_VFX
+WIW_7360,03:17:15:14,Active,VFX,1009,1038,30,,,Turned Over,,IRG_250716_01_R3_v60_VFX
+WIW_7900,03:17:16:20,Active,VFX,1014,1079,66,,,Turned Over,20250902 Travis: Head trim -5 frames. Tail extension +41 frames. New counts 1014-1079.,IRG_250723_01_R3_v61_VFX
+WIW_7910,03:17:19:14,Active,VFX,1009,1049,41,,,Turned Over,20250701 Travis: Head extension +1651599 frames. Tail trim -1651599 frames. New counts 1009-1049.,IRG_250716_01_R3_v60_VFX
+WIW_7920,03:17:21:07,Active,VFX,1009,1076,68,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+WIW_7370,03:17:24:03,Active,VFX,1009,1039,31,,,Turned Over,,IRG_250723_01_R3_v61_VFX
+WIW_7930,03:17:25:10,Active,VFX,1009,1048,40,,,Turned Over,20250701 Travis: Head extension +902117 frames. Tail trim -902117 frames. New counts 1009-1048.,IRG_250812_01_R3_v65_VFX
+WIW_7940,03:17:27:02,Active,VFX,1009,1092,84,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+WIW_7130,03:17:30:14,Active,VFX,1015,1080,66,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WIW_7405,03:17:33:08,Active,VFX,1011,1043,33,,,Turned Over,,IRG_250812_01_R3_v65_VFX
+WIW_7950,03:17:34:17,Active,VFX,1000,1174,175,,,Turned Over,,IRG_250730_01_R3_v62_VFX
+WIW_7420,03:17:42:00,Active,VFX,1044,1418,375,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WIW_7440,03:17:57:15,Active,VFX,1009,1142,134,,,Turned Over,20250623 Travis: Head extension +688942 frames. Tail trim -688942 frames. New counts 1009-1142.,IRG_250701_02_R3_v56_VFX
+WIW_7450,03:18:03:05,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250806_01_R3_v63_VFX
+WIW_7520,03:18:05:01,Active,VFX,1009,1065,57,,,Turned Over,20250715 Travis: Head extension +10 frames. Tail trim -10 frames. New counts 1009-1065.,IRG_250829_01_R3_v67_VFX
+WIW_7535,03:18:07:10,Active,VFX,1009,1091,83,,,Turned Over,20250707 Travis: Head extension +1515700 frames. Tail trim -1515700 frames. New counts 1009-1091.,IRG_250820_01_R3_v66_VFX
+WIW_7560,03:18:10:21,Active,VFX,1009,1049,41,,,Turned Over,,IRG_250820_01_R3_v66_VFX
+WIW_7550,03:18:12:14,Active,VFX,1009,1075,67,,,Turned Over,20250715 Travis: Head extension +63 frames. Tail trim -30 frames. New counts 1009-1075.,IRG_250820_01_R3_v66_VFX
+WIW_7595,03:18:15:09,Active,VFX,1009,1072,64,,,Turned Over,20250701 Travis: Head extension +1537838 frames. Tail trim -1537838 frames. New counts 1009-1072.,IRG_250820_01_R3_v66_VFX
+WIW_7580,03:18:18:01,Active,VFX,1009,1042,34,,,Turned Over,20250715 Travis: Head trim -8 frames. Tail extension +8 frames. New counts 1009-1042.,IRG_250829_01_R3_v67_VFX
+WIW_7590,03:18:19:11,Active,VFX,1009,1068,60,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+WIW_7597,03:18:21:23,Active,VFX,1009,1034,26,,,Turned Over,20250701 Travis: Head extension +1537954 frames. Tail trim -1537954 frames. New counts 1009-1034.,IRG_250820_01_R3_v66_VFX
+WIW_7600,03:18:23:01,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+WIW_7610,03:18:24:05,Active,VFX,1009,1146,138,,,Turned Over,,IRG_250829_01_R3_v67_VFX
+WIW_7620,03:18:29:23,Active,VFX,1009,1258,250,,,Turned Over,20250707 Travis: Head extension +756317 frames. Tail trim -756317 frames. New counts 1009-1258.,IRG_250829_01_R3_v67_VFX
+WIW_7635,03:18:40:09,Active,VFX,1009,1129,121,,,Turned Over,,IRG_250826_01_R3_v67_VFX
+WIW_2390,03:19:30:10,Inactive,VFX,1097599,1097731,133,,,HOLD,20250611 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+WIW_2400,03:19:35:23,Inactive,VFX,1417806,1417846,41,,,HOLD,20250611 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R3_v44_VFXPlatesFMP
+WIW_2900,03:21:15:04,Inactive,VFX,1009,1036,28,,,HOLD,"20250605 Travis: Head extension +1035308 frames. Tail trim -1035308 frames. New counts 1009-1036.
+20250618 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R3_v51_VFXPlates
+WIW_2905,03:21:16:08,Inactive,VFX,1000387,1000436,50,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+WIW_2910,03:21:18:10,Inactive,VFX,1009,1043,35,,,HOLD,"20250605 Travis: Head extension +1035375 frames. Tail trim -1035375 frames. New counts 1009-1043.
+20250618 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R3_v51_VFXPlates
+WIW_7890,03:25:07:10,Inactive,VFX,1009,1038,30,,Name Changed to wiw_7360,HOLD,"20250701 Travis: Head extension +1657770 frames. Tail trim -1657770 frames. New counts 1009-1038.
+20250711 Travis: Name Changed to wiw_7360
+20250715 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250701_02_R3_v56_VFX
+WGA_2990,03:25:59:10,Inactive,VFX,1009,1178,170,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+WGA_3000,03:26:06:12,Inactive,VFX,1013,1112,100,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+WGA_3005,03:26:10:16,Inactive,VFX,1009,1102,94,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+WGA_3075,03:26:14:14,Inactive,VFX,1009,1082,74,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+WGA_3085,03:26:17:16,Inactive,VFX,1160194,1160297,104,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+WIW_7510,03:26:22:00,Inactive,VFX,1009,1098,90,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R3_v51_VFXPlates
+GWE_1000,04:00:08:00,Active,VFX,1009,1038,30,,,Turned Over,20250605 Travis: Head extension +1242128 frames. Tail trim -1242128 frames. New counts 1009-1038.,IRG_250723_01_R4_v42_VFX
+GWE_1010,04:00:09:06,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+GWE_1045,04:00:10:21,Active,VFX,1041,1212,172,,,Turned Over,20250618 Travis: Head trim -32 frames. Tail extension +32 frames. New counts 1041-1212.,IRG_250618_01_R4_v34_VFX
+GWE_1050,04:00:18:01,Active,VFX,1009,1118,110,,,Turned Over,20250605 Travis: Head extension +937020 frames. Tail trim -937020 frames. New counts 1009-1118.,IRG_250826_01_R4_v47_VFX
+GWE_1060,04:00:22:15,Active,VFX,1009,1056,48,,,Turned Over,"20250611 Travis: Tail trim -12 frames. New counts 963107-963154.
+20250728 Travis: Head extension +962098 frames. Tail trim -962098 frames. New counts 1009-1056.",IRG_250730_01_R4_v43_VFX
+GWE_1520,04:00:24:15,Active,VFX,991,1101,111,,,Turned Over,"20250605 Travis: Head extension +11 frames. Tail trim -11 frames. New counts 998-1096.
+20250611 Travis: Head extension +7 frames. Tail trim -43 frames. New counts 991-1053.
+20250618 Travis: Tail extension +48 frames. New counts 991-1101.",IRG_250826_01_R4_v47_VFX
+GWE_1080,04:00:29:06,Active,VFX,1009,1100,92,,,Turned Over,20250605 Travis: Head extension +981381 frames. Tail trim -981472 frames. New counts 1009-1100.,IRG_250820_01_R4_v46_VFX
+GWE_1090,04:00:33:02,Active,VFX,1059,1124,66,,,Turned Over,,IRG_250618_01_R4_v34_VFX
+GWE_1100,04:00:35:20,Active,VFX,1004,1134,131,,,Turned Over,20250811 Travis: Head extension +937544 frames. Tail trim -937544 frames. New counts 1004-1134.,IRG_250812_01_R4_v45_VFX
+GWE_1110,04:00:41:07,Active,VFX,1017,1143,127,,,Turned Over,20250811 Travis: Head extension +937537 frames. Tail trim -937537 frames. New counts 1017-1143.,IRG_250812_01_R4_v45_VFX
+WSP_1020,04:00:46:14,Active,VFX,1020,1120,101,,,Turned Over,,IRG_250806_01_R4_v43_VFX
+WSP_1025,04:00:50:19,Active,VFX,1009,1127,119,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+GWE_1200,04:00:55:18,Active,VFX,1159,1284,126,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+GWE_1550,04:01:01:00,Active,VFX,977,1055,79,,,Turned Over,20250715 Travis: Tail trim -26 frames. New counts 977-1055.,IRG_250730_01_R4_v43_VFX
+GWE_1552,04:01:04:07,Active,VFX,999,1063,65,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+GWE_1555,04:01:05:09,Inactive,VFX,1009,1047,39,,,HOLD,"20250611 Travis: Tail trim -116 frames. New counts 1118239-1118315.
+20250618 Travis: Head extension +1117230 frames. Tail trim -1117268 frames. New counts 1009-1047.
+20250715 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250618_01_R4_v34_VFX
+GWE_1510,04:01:07:00,Active,VFX,1009,1066,58,,,Turned Over,20250623 Travis: Head extension +15 frames. Tail trim -15 frames. New counts 1009-1066.,IRG_250701_02_R4_v37_VFX
+WSP_1100,04:01:09:10,Active,VFX,1012,1071,60,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1040,04:01:11:22,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250618_01_R4_v34_VFX
+WSP_1045,04:01:15:00,Active,VFX,1009,1050,42,,,Turned Over,,IRG_250806_01_R4_v43_VFX
+GWE_1562,04:01:16:18,Active,VFX,1009,1076,68,,,Turned Over,,IRG_250701_02_R4_v37_VFX
+GWE_1575,04:01:19:14,Active,VFX,1009,1074,66,,,Turned Over,"20250611 Travis: Out of cut. Status from Turned Over to HOLD.
+20250618 Travis: Tail trim -10 frames. New counts 1009-1074.
+20250618 Travis: Reinstated with counts 1009 to 1084. Status back to Turned Over / Active.",IRG_250820_01_R4_v46_VFX
+GWE_1210,04:01:22:08,Active,VFX,994,1056,63,,,Turned Over,"20250611 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 991-1056.
+20250618 Travis: Head trim -3 frames. New counts 994-1056.",IRG_250618_01_R4_v34_VFX
+WSP_1115,04:01:24:23,Active,VFX,1009,1064,56,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1125,04:01:27:07,Active,VFX,1009,1075,67,,,Turned Over,,IRG_250826_01_R4_v47_VFX
+WSP_1145,04:01:30:02,Active,VFX,1009,1081,73,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+GWE_1700,04:01:33:03,Active,VFX,1009,1108,100,,,Turned Over,20250707 Travis: Head extension +4 frames. Tail trim -4 frames. New counts 1009-1108.,IRG_250708_02_R4_v39_VFX
+GWE_1710,04:01:37:07,Active,VFX,1009,1052,44,,,Turned Over,20250701 Travis: Head extension +1614395 frames. Tail trim -1614395 frames. New counts 1009-1052.,IRG_250701_02_R4_v37_VFX
+GWE_1720,04:01:39:03,Active,VFX,1009,1075,67,,,Turned Over,20250805 Travis: Head extension +1586432 frames. Tail trim -1586432 frames. New counts 1009-1075.,IRG_250812_01_R4_v45_VFX
+WSP_1250,04:01:41:22,Active,VFX,973,1029,57,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1290,04:01:44:07,Active,VFX,1009,1060,52,,,Turned Over,,IRG_250806_01_R4_v43_VFX
+WSP_1300,04:01:46:11,Active,VFX,1050,1096,47,,,Turned Over,,IRG_250618_01_R4_v34_VFX
+WSP_1315,04:01:48:10,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1321,04:01:49:23,Active,VFX,1009,1137,129,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1323,04:01:55:08,Active,VFX,997,1062,66,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1328,04:01:58:02,Active,VFX,1009,1060,52,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1360,04:02:00:06,Active,VFX,1000,1054,55,,Pt2 Name Changed to wsp_1361,Turned Over,20250729 Travis: Pt2 Name Changed to wsp_1361,IRG_250820_01_R4_v46_VFX
+WSP_1362,04:02:02:13,Active,VFX,1009,1064,56,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1361,04:02:04:21,Active,VFX,1041,1099,59,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1380,04:02:07:08,Active,VFX,981,1080,100,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1385,04:02:11:12,Active,VFX,1009,1073,65,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1390,04:02:14:05,Active,VFX,1022,1121,100,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1400,04:02:18:09,Active,VFX,1026,1108,83,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1405,04:02:21:20,Active,VFX,1009,1135,127,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1420,04:02:27:03,Active,VFX,1006,1062,57,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1440,04:02:29:12,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+GWE_1810,04:02:31:00,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+GWE_1820,04:02:33:11,Active,VFX,1009,1108,69,,,Turned Over,"20250728 Travis: Multi-cut range change to 1009-1045, 1077-1108.",IRG_250730_01_R4_v43_VFX
+GWE_1825,04:02:35:00,Active,VFX,1009,1039,31,,,Turned Over,20250707 Travis: Head extension +1614826 frames. Tail trim -1614826 frames. New counts 1009-1039.,IRG_250826_01_R4_v47_VFX
+GWE_1830,04:02:37:15,Active,VFX,1009,1059,51,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1465,04:02:39:18,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1470,04:02:42:20,Active,VFX,986,1023,38,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1480,04:02:44:10,Active,VFX,1040,1136,97,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1490,04:02:48:11,Active,VFX,1047,1089,43,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1495,04:02:50:06,Active,VFX,1009,1049,41,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1600,04:02:51:23,Active,VFX,1029,1086,58,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1610,04:02:54:09,Active,VFX,1019,1147,129,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1620,04:02:59:18,Active,VFX,1018,1041,24,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1625,04:03:00:18,Active,VFX,1018,1046,29,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1670,04:03:01:23,Active,VFX,984,1048,65,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1680,04:03:04:16,Active,VFX,1009,1019,11,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1690,04:03:05:03,Active,VFX,1009,1016,8,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_1700,04:03:05:11,Active,VFX,1009,1016,8,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1710,04:03:05:19,Active,VFX,1009,1020,12,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WSP_1720,04:03:06:07,Active,VFX,1009,1078,70,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_2010,04:03:09:05,Active,VFX,1040,1080,41,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_2020,04:03:10:22,Active,VFX,1007,1032,26,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_2050,04:03:12:00,Active,VFX,1015,1048,34,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_2060,04:03:13:10,Active,VFX,1009,1037,29,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WSP_2100,04:03:14:15,Active,VFX,1002,1037,36,,,Turned Over,20250902 Travis: Head extension +7 frames. Tail trim -7 frames. New counts 1002-1037.,IRG_250730_01_R4_v43_VFX
+WSP_2110,04:03:16:03,Active,VFX,1013,1171,159,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1120,04:03:22:18,Active,VFX,1009,1108,104,,,Turned Over,,IRG_250826_01_R4_v47_VFX
+WAS_1040,04:03:25:09,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+WAS_1030,04:03:29:00,Active,VFX,1009,1045,37,,,Turned Over,20250728 Travis: Head extension +1633658 frames. Tail trim -1633658 frames. New counts 1009-1045.,IRG_250730_01_R4_v43_VFX
+NVX_4210,04:03:30:13,Active,NVX,840450,840476,27,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+WAS_1140,04:03:31:16,Active,VFX,1009,1048,40,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1145,04:03:33:08,Active,VFX,1009,1031,23,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1160,04:03:34:07,Active,VFX,1015,1031,17,,,Turned Over,,IRG_250708_02_R4_v39_VFX
+WAS_1165,04:03:35:00,Active,VFX,1009,1030,22,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1190,04:03:35:22,Active,VFX,1001,1047,47,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1210,04:03:37:21,Active,VFX,1001,1035,35,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1220,04:03:39:08,Active,VFX,1001,1028,28,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1230,04:03:40:12,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1240,04:03:41:22,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1250,04:03:43:20,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1260,04:03:45:08,Active,VFX,1011,1032,22,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1320,04:03:46:06,Active,VFX,1016,1034,19,,,Turned Over,,IRG_250618_01_R4_v34_VFX
+WAS_1330,04:03:47:01,Active,VFX,1009,1029,21,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1280,04:03:47:22,Active,VFX,1014,1053,40,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1292,04:03:49:14,Active,VFX,1009,1099,91,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1302,04:03:53:09,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1360,04:03:54:10,Active,VFX,1009,1046,38,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1365,04:03:56:00,Active,VFX,1009,1041,33,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1270,04:03:57:09,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1275,04:03:59:07,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1375,04:04:00:10,Active,VFX,1009,1031,23,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1390,04:04:01:09,Active,VFX,1020,1077,58,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1475,04:04:03:19,Active,VFX,1009,1070,62,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1490,04:04:06:09,Active,VFX,978,1040,63,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+WAS_1425,04:04:09:00,Active,VFX,1009,1059,51,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WAS_1400,04:04:09:00,Inactive,VFX,1025,1066,42,,,NTO,,
+WAS_1410,04:04:10:18,Inactive,VFX,1001,1043,43,,,NTO,,
+WAS_1435,04:04:11:03,Active,VFX,1002,1068,67,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WAS_1415,04:04:12:13,Inactive,VFX,1009,1042,34,,,NTO,,
+WAS_1465,04:04:13:22,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WAS_1486,04:04:15:11,Active,VFX,1014,1066,53,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WAS_1440,04:04:17:16,Active,VFX,1044,1204,161,,,Turned Over,,IRG_250826_01_R4_v47_VFX
+WAS_1500,04:04:24:09,Active,VFX,1010,1056,47,,,Turned Over,20250618 Travis: Reinstated with counts 1010 to 1056. Status back to NTO / Active.,IRG_250820_01_R4_v46_VFX
+WAS_1580,04:04:26:07,Inactive,VFX,1113,1171,157,,,NTO,,
+WAS_1510,04:04:26:08,Active,VFX,1051,1075,25,,,Turned Over,20250618 Travis: Reinstated with counts 1051 to 1075. Status back to NTO / Active.,IRG_250820_01_R4_v46_VFX
+WAS_1530,04:04:27:09,Active,VFX,990,1029,40,,,Turned Over,20250618 Travis: Reinstated with counts 990 to 1029. Status back to NTO / Active.,IRG_250820_01_R4_v46_VFX
+WAS_1645,04:04:28:18,Inactive,VFX,1009,1104,96,,,NTO,,
+WAS_1540,04:04:29:01,Active,VFX,1006,1019,14,,,Turned Over,20250618 Travis: Reinstated with counts 1006 to 1019. Status back to NTO / Active.,IRG_250820_01_R4_v46_VFX
+WAS_1565,04:04:29:15,Active,VFX,1009,1091,83,,,Turned Over,20250618 Travis: Reinstated with counts 1009 to 1091. Status back to NTO / Active.,IRG_250820_01_R4_v46_VFX
+WAS_1655,04:04:32:18,Inactive,VFX,1009,1044,36,,,NTO,,
+EFE_1000,04:04:33:02,Active,VFX,1009,1116,108,,,Turned Over,20250611 Travis: Head extension +1497796 frames. Tail trim -1497832 frames. New counts 1009-1116.,IRG_250820_01_R4_v46_VFX
+WAS_1665,04:04:34:06,Inactive,VFX,918,1044,127,,,NTO,,
+WAS_1570,04:04:34:07,Inactive,VFX,1009,1033,25,,,NTO,,
+WAS_1620,04:04:35:08,Inactive,VFX,948,994,47,,,NTO,,
+WAS_1622,04:04:37:07,Inactive,VFX,1009,1060,52,,,NTO,,
+EFE_1010,04:04:37:14,Active,VFX,1009,1121,113,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+WAS_1670,04:04:39:13,Inactive,VFX,1009,1065,57,,,NTO,,
+WAS_1625,04:04:41:13,Inactive,VFX,1009,1072,64,,,NTO,,
+EFE_1020,04:04:42:07,Active,VFX,1011,1145,96,,,Turned Over,"20250605 Travis: Multi-cut range change to 1277530-1277565, 1277586-1277621, 1277641-1277664.
+20250728 Travis: Multi-cut range change to 1011-1046, 1067-1102, 1122-1145.",IRG_250730_01_R4_v43_VFX
+EFE_1030,04:04:43:19,Active,VFX,1009,1127,94,,,Turned Over,"20250722 Travis: Multi-cut range change to 1009-1055, 1081-1127.",IRG_250723_01_R4_v42_VFX
+WAS_1635,04:04:46:16,Inactive,VFX,1533791,1533853,63,,,NTO,,
+EFE_1070,04:04:50:05,Active,VFX,1009,1053,45,,,Turned Over,20250805 Travis: Head extension +999204 frames. Tail trim -999204 frames. New counts 1009-1053.,IRG_250812_01_R4_v45_VFX
+EFE_1080,04:04:52:02,Active,VFX,1009,1031,23,,,Turned Over,20250701 Travis: Head extension +1138772 frames. Tail trim -1138772 frames. New counts 1009-1031.,IRG_250701_02_R4_v37_VFX
+EFE_1090,04:04:53:01,Active,VFX,1009,1048,40,,,Turned Over,"20250611 Travis: Head extension +1015185 frames. Tail trim -1015185 frames. New counts 1009-1048.
+20250728 Travis: Head extension +1015185 frames. Tail trim -1015185 frames. New counts 1009-1048.",IRG_250730_01_R4_v43_VFX
+EFE_1100,04:04:54:17,Active,VFX,1009,1032,24,,,Turned Over,20250811 Travis: Head extension +1262918 frames. Tail trim -1262918 frames. New counts 1009-1032.,IRG_250826_01_R4_v47_VFX
+EFE_1110,04:04:55:17,Active,VFX,1009,1043,35,,,Turned Over,20250811 Travis: Head extension +1015240 frames. Tail trim -1015240 frames. New counts 1009-1043.,IRG_250812_01_R4_v45_VFX
+EFE_1120,04:04:57:04,Active,VFX,1009,1081,73,,,Turned Over,"20250611 Travis: Tail extension +34 frames. New counts 1139871-1139943.
+20250701 Travis: Head extension +1138862 frames. Tail trim -1138862 frames. New counts 1009-1081.",IRG_250701_02_R4_v37_VFX
+EFE_1140,04:05:00:05,Active,VFX,1009,1058,50,,,Turned Over,20250819 Travis: Head extension +1015344 frames. Tail trim -1015344 frames. New counts 1009-1058.,IRG_250820_01_R4_v46_VFX
+EFE_1150,04:05:02:07,Active,VFX,1009,1058,50,,,Turned Over,20250908 Travis: Head extension +924417 frames. Tail trim -924417 frames. New counts 1009-1058.,IRG_250910_01_R4_v49_VFX
+NVX_4260,04:05:04:09,Inactive,NVX,1016468,1016506,39,,Swap to VFX efe_1160,HOLD,"20250728 Travis: Swap to VFX efe_1160
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1160,04:05:04:09,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250910_01_R4_v49_VFX
+EFE_1170,04:05:06:00,Active,VFX,1009,1050,42,,,Turned Over,20250701 Travis: Head extension +1138970 frames. Tail trim -1138970 frames. New counts 1009-1050.,IRG_250701_02_R4_v37_VFX
+EFE_1180,04:05:07:18,Active,VFX,1009,1045,37,,,Turned Over,20250811 Travis: Head extension +1263123 frames. Tail trim -1263123 frames. New counts 1009-1045.,IRG_250826_01_R4_v47_VFX
+NVX_4270,04:05:09:07,Inactive,NVX,1016510,1016557,48,,Swap to VFX efe_1190,HOLD,"20250728 Travis: Swap to VFX efe_1190
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1190,04:05:09:07,Active,VFX,1009,1056,48,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+EFE_1200,04:05:11:07,Active,VFX,1009,1068,60,,,Turned Over,20250811 Travis: Head extension +1276996 frames. Tail trim -1276996 frames. New counts 1009-1068.,IRG_250826_01_R4_v47_VFX
+NVX_4280,04:05:13:19,Active,NVX,1278108,1278131,24,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+EFE_1220,04:05:14:19,Active,VFX,925638,925689,52,,,Turned Over,,IRG_250611_02_R4_v32_VFXPlates
+NVX_4290,04:05:16:23,Inactive,NVX,1000864,1000922,59,,Swap to VFX efe_1230,HOLD,"20250728 Travis: Swap to VFX efe_1230
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1230,04:05:16:23,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+EFE_1240,04:05:19:10,Active,VFX,1009,1071,63,,,Turned Over,20250701 Travis: Head extension +1139130 frames. Tail trim -1139130 frames. New counts 1009-1071.,IRG_250701_02_R4_v37_VFX
+NVX_4300,04:05:22:01,Inactive,NVX,1000925,1000960,36,,Swap to VFX efe_1250,HOLD,"20250728 Travis: Swap to VFX efe_1250
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1250,04:05:22:01,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+NVX_4310,04:05:23:13,Active,NVX,1278298,1278326,29,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+NVX_4320,04:05:24:18,Inactive,NVX,1000985,1001019,35,,Swap to VFX efe_1270,HOLD,"20250728 Travis: Swap to VFX efe_1270
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1270,04:05:24:18,Active,VFX,1009,1043,35,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+NVX_4330,04:05:26:05,Active,NVX,1278357,1278406,50,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+NVX_4340,04:05:28:07,Inactive,NVX,1016923,1016941,19,,Swap to VFX efe_1290 Pt1,HOLD,"20250728 Travis: Swap to VFX efe_1290 Pt1
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1290,04:05:28:07,Active,VFX,1009,1061,55,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+NVX_4350,04:05:29:02,Active,NVX,1278458,1278486,29,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+NVX_4360,04:05:30:07,Inactive,NVX,1016940,1016975,36,,Swap to VFX efe_1290 Pt2,HOLD,"20250728 Travis: Swap to VFX efe_1290 Pt2
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+NVX_4370,04:05:31:19,Active,NVX,1278518,1278548,31,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+EFE_1320,04:05:33:02,Active,VFX,1009,1072,64,,,Turned Over,,IRG_250701_02_R4_v37_VFX
+NVX_4380,04:05:35:18,Inactive,NVX,1016976,1016991,16,,Swap to VFX efe_1330,HOLD,"20250728 Travis: Swap to VFX efe_1330
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1330,04:05:35:18,Active,VFX,1009,1024,16,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+EFE_1340,04:05:36:10,Active,VFX,1009,1081,73,,,Turned Over,20250701 Travis: Head extension +1139358 frames. Tail trim -1139358 frames. New counts 1009-1081.,IRG_250716_01_R4_v41_VFX
+EFE_1130,04:05:37:13,Inactive,VFX,1277767,1277800,34,,,HOLD,20250611 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+NVX_4390,04:05:39:11,Inactive,NVX,1198883,1198967,85,,Swap to VFX efe_1350,HOLD,"20250728 Travis: Swap to VFX efe_1350
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1350,04:05:39:11,Active,VFX,1009,1093,85,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+EFE_1360,04:05:43:00,Active,VFX,916232,916260,29,,,Turned Over,,IRG_250611_02_R4_v32_VFXPlates
+NVX_4400,04:05:44:05,Active,NVX,998310,998345,36,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+NVX_4410,04:05:45:17,Active,NVX,1131228,1131302,75,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+NVX_4415,04:05:48:20,Inactive,NVX,1193801,1193867,67,,Swap to VFX efe_1365,HOLD,"20250728 Travis: Swap to VFX efe_1365
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250715_01_R4_v41_Drama
+EFE_1365,04:05:48:20,Active,VFX,1009,1075,67,,,Turned Over,,IRG_250910_01_R4_v49_VFX
+EFE_1370,04:05:51:15,Active,VFX,1009,1062,54,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+NVX_4421,04:05:53:21,Inactive,NVX,1193879,1193981,103,,Swap to VFX efe_1380,HOLD,"20250728 Travis: Swap to VFX efe_1380
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250715_01_R4_v41_Drama
+EFE_1380,04:05:53:21,Active,VFX,1009,1111,103,,,Turned Over,,IRG_250910_01_R4_v49_VFX
+NVX_4420,04:05:54:17,Inactive,NVX,1200600,1200653,54,,,HOLD,20250715 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250708_01_R4_v39_Drama
+EFE_1390,04:05:58:04,Active,VFX,1009,1081,73,,,Turned Over,"20250611 Travis: Tail trim -39 frames. New counts 1154060-1154129.
+20250701 Travis: Head extension +1153051 frames. Tail trim -1153051 frames. New counts 1009-1078.
+20250715 Travis: Tail extension +3 frames. New counts 1009-1081.",IRG_250716_01_R4_v41_VFX
+EFE_1420,04:06:01:05,Active,VFX,1009,1041,33,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFE_1430,04:06:02:14,Active,VFX,1009,1025,17,,,Turned Over,20250701 Travis: Head extension +1139809 frames. Tail trim -1139809 frames. New counts 1009-1025.,IRG_250701_02_R4_v37_VFX
+NVX_4430,04:06:03:07,Inactive,NVX,1200757,1200778,22,,Swap to VFX efe_1440,HOLD,"20250728 Travis: Swap to VFX efe_1440
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1440,04:06:03:07,Active,VFX,1009,1030,22,,,Turned Over,,IRG_250910_01_R4_v49_VFX
+EFE_1450,04:06:04:05,Active,VFX,1009,1046,38,,,Turned Over,20250623 Travis: Head extension +1045278 frames. Tail trim -1045278 frames. New counts 1009-1046.,IRG_250701_02_R4_v37_VFX
+EFE_1460,04:06:05:19,Active,VFX,926467,926643,177,,,Turned Over,,IRG_250611_02_R4_v32_VFXPlates
+NVX_4440,04:06:13:04,Inactive,NVX,1212201,1212227,27,,Swap to VFX efe_1470,HOLD,"20250728 Travis: Swap to VFX efe_1470
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1470,04:06:13:04,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+EFE_1480,04:06:14:07,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250716_01_R4_v41_VFX
+NVX_4450,04:06:15:22,Inactive,NVX,1212245,1212267,23,,Swap to VFX efe_1490,HOLD,"20250728 Travis: Swap to VFX efe_1490
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1490,04:06:15:22,Active,VFX,1009,1031,23,,,Turned Over,,IRG_250910_01_R4_v49_VFX
+EFE_1500,04:06:16:21,Active,VFX,1009,1041,33,,,Turned Over,20250805 Travis: Head extension +1211259 frames. Tail trim -1211259 frames. New counts 1009-1041.,IRG_250812_01_R4_v45_VFX
+EFE_1510,04:06:18:06,Active,VFX,1009,1043,35,,,Turned Over,20250701 Travis: Head extension +1140282 frames. Tail trim -1140282 frames. New counts 1009-1043.,IRG_250701_02_R4_v37_VFX
+EFE_1520,04:06:19:17,Active,VFX,1009,1048,40,,,Turned Over,20250819 Travis: Head extension +1211297 frames. Tail trim -1211297 frames. New counts 1009-1048.,IRG_250820_01_R4_v46_VFX
+EFE_1530,04:06:21:09,Active,VFX,1009,1108,98,,,Turned Over,"20250618 Travis: Multi-cut range change to 1009-1041, 1044-1108.",IRG_250618_01_R4_v34_VFX
+NVX_4460,04:06:22:18,Active,NVX,1279808,1279871,64,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+EFE_1560,04:06:28:03,Active,VFX,1009,1044,36,,,Turned Over,20250805 Travis: Head extension +1211346 frames. Tail trim -1211346 frames. New counts 1009-1044.,IRG_250812_01_R4_v45_VFX
+EFE_1570,04:06:29:15,Active,VFX,1009,1053,45,,,Turned Over,20250701 Travis: Head extension +1140395 frames. Tail trim -1140395 frames. New counts 1009-1053.,IRG_250701_02_R4_v37_VFX
+NVX_4470,04:06:31:12,Inactive,NVX,1212409,1212450,42,,Swap to VFX efe_1580,HOLD,"20250728 Travis: Swap to VFX efe_1580
+20250728 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250708_01_R4_v39_Drama
+EFE_1580,04:06:31:12,Active,VFX,1009,1050,42,,,Turned Over,,IRG_250910_01_R4_v49_VFX
+NVX_4480,04:06:33:06,Active,NVX,1279922,1279945,24,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+EFE_1600,04:06:34:06,Active,VFX,1009,1025,17,,,Turned Over,,IRG_250716_01_R4_v41_VFX
+EFE_1610,04:06:34:23,Active,VFX,1009,1030,22,,,Turned Over,20250701 Travis: Head extension +1140492 frames. Tail trim -1140492 frames. New counts 1009-1030.,IRG_250716_01_R4_v41_VFX
+EFE_1620,04:06:35:21,Active,VFX,1009,1030,22,,,Turned Over,20250701 Travis: Head extension +1051412 frames. Tail trim -1051412 frames. New counts 1009-1030.,IRG_250820_01_R4_v46_VFX
+EFE_1630,04:06:36:19,Active,VFX,916967,917028,62,,,Turned Over,,IRG_250611_02_R4_v32_VFXPlates
+EFE_1640,04:06:39:09,Active,VFX,1009,1121,89,,,Turned Over,"20250701 Travis: Multi-cut range change to 1009-1069, 1094-1121.",IRG_250820_01_R4_v46_VFX
+EFE_1650,04:06:41:22,Active,VFX,1009,1035,27,,,Turned Over,20250701 Travis: Head extension +1045875 frames. Tail trim -1045875 frames. New counts 1009-1035.,IRG_250716_01_R4_v41_VFX
+EFE_1670,04:06:44:05,Active,VFX,1009,1100,92,,,Turned Over,"20250618 Travis: Tail extension +17 frames. New counts 1046961-1047052.
+20250701 Travis: Head extension +1045952 frames. Tail trim -1045952 frames. New counts 1009-1100.",IRG_250820_01_R4_v46_VFX
+EFE_1700,04:06:48:01,Active,VFX,960,1029,70,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250618 Travis: Head extension +49 frames. Tail trim -66 frames. New counts 1144605-1144674.
+20250618 Travis: Reinstated with counts 1144654 to 1144740. Status back to Turned Over / Active.
+20250819 Travis: Head extension +1143645 frames. Tail trim -1143645 frames. New counts 960-1029.",IRG_250826_01_R4_v47_VFX
+EFE_1685,04:06:50:23,Active,VFX,1080,1195,106,,,Turned Over,"20250618 Travis: Multi-cut range change to 1005970-1006009, 1006020-1006085.
+20250701 Travis: Multi-cut range change to 1080-1119, 1130-1195.",IRG_250806_01_R4_v43_VFX
+EFE_1680,04:06:51:22,Inactive,VFX,1144525,1144626,102,,,HOLD,"20250605 Travis: Tail extension +35 frames. New counts 1144525-1144626.
+20250618 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R4_v32_VFXPlates
+EFE_1695,04:06:52:15,Active,VFX,1009,1045,37,,,Turned Over,20250701 Travis: Head extension +1144193 frames. Tail trim -1144193 frames. New counts 1009-1045.,IRG_250820_01_R4_v46_VFX
+EFE_1780,04:06:56:22,Active,VFX,1072,1190,119,,,Turned Over,"20250605 Travis: Head trim -63 frames. New counts 1142654-1142772.
+20250701 Travis: Head extension +1141582 frames. Tail trim -1141582 frames. New counts 1072-1190.",IRG_250820_01_R4_v46_VFX
+EFE_1790,04:07:01:21,Active,VFX,1009,1079,71,,,Turned Over,20250701 Travis: Head extension +1052273 frames. Tail trim -1052273 frames. New counts 1009-1079.,IRG_250806_01_R4_v43_VFX
+EFE_1800,04:07:04:20,Active,VFX,1009,1060,52,,,Turned Over,20250805 Travis: Head extension +1141870 frames. Tail trim -1141870 frames. New counts 1009-1060.,IRG_250812_01_R4_v45_VFX
+EFE_1810,04:07:07:00,Active,VFX,928034,928102,69,,,Turned Over,,IRG_250611_02_R4_v32_VFXPlates
+EFE_1820,04:07:09:21,Active,VFX,1009,1455,447,,,Turned Over,20250707 Travis: Head extension +1425812 frames. Tail trim -1425812 frames. New counts 1009-1455.,IRG_250716_01_R4_v41_VFX
+EFE_1690,04:07:19:17,Inactive,VFX,1052772,1052800,29,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+EFE_1710,04:07:24:13,Inactive,VFX,1052920,1052953,34,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+EFE_1720,04:07:25:23,Inactive,VFX,1319292,1319413,84,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+EFE_1730,04:07:27:18,Inactive,VFX,1374787,1374830,44,,,NTO,,
+EFE_1850,04:07:28:12,Active,VFX,1009,1164,156,,,Turned Over,20250701 Travis: Head extension +1044024 frames. Tail trim -1044024 frames. New counts 1009-1164.,IRG_250827_01_R4_v47_VFX
+EFE_1760,04:07:34:04,Inactive,VFX,1144938,1144999,62,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+NVX_4490,04:07:35:00,Active,NVX,1281982,1282057,76,,,Turned Over,,IRG_250708_01_R4_v39_Drama
+EFE_1770,04:07:36:18,Inactive,VFX,1053106,1053201,96,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+EFE_1870,04:07:38:04,Active,VFX,1009,1202,194,,,Turned Over,20250805 Travis: Head extension +1111903 frames. Tail trim -1111903 frames. New counts 1009-1202.,IRG_250812_01_R4_v45_VFX
+EFE_1880,04:07:46:06,Active,VFX,1009,2244,1236,,,Turned Over,20250701 Travis: Head extension +1044514 frames. Tail trim -1044514 frames. New counts 1009-2244.,IRG_250827_01_R4_v47_VFX
+OPT_4300,04:08:37:18,Active,VFX,1009,1368,360,1,OPTICAL Rescale 116.7% Repo South 55.5 Avid units.,Turned Over,,IRG_250829_01_R4_v47_VFX
+EFE_1890,04:08:37:18,Inactive,VFX,1083237,1083596,360,,Swap to Optical,NTO,20250721 Travis: Swap to Optical,
+EFE_1900,04:08:52:18,Active,VFX,1009,1124,116,,,Turned Over,"20250605 Travis: Tail extension +34 frames. New counts 990587-990736.
+20250611 Travis: Tail trim -34 frames. New counts 990587-990702.
+20250811 Travis: Head extension +989578 frames. Tail trim -989578 frames. New counts 1009-1124.",IRG_250812_01_R4_v45_VFX
+WSA_1000,04:08:57:14,Active,VFX,1009,1157,149,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1009 to 1157. Status back to Turned Over / Active.",IRG_250716_01_R4_v41_VFX
+WSA_1020,04:09:03:19,Active,VFX,1009,1176,168,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1009 to 1176. Status back to Turned Over / Active.",IRG_250708_02_R4_v39_VFX
+WSA_1030,04:09:10:19,Active,VFX,1009,1325,317,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1009 to 1325. Status back to Turned Over / Active.",IRG_250812_01_R4_v45_VFX
+WSA_1040,04:09:24:00,Active,VFX,1009,1153,145,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1009 to 1153. Status back to Turned Over / Active.",IRG_250812_01_R4_v45_VFX
+WSA_1050,04:09:30:01,Active,VFX,1009,1122,114,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1009 to 1122. Status back to Turned Over / Active.",IRG_250826_01_R4_v47_VFX
+WSA_1060,04:09:34:19,Active,VFX,1009,1175,167,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1009 to 1189. Status back to Turned Over / Active.
+20250715 Travis: Tail trim -14 frames. New counts 1009-1175.",IRG_250820_01_R4_v46_VFX
+WSA_1070,04:09:41:18,Active,VFX,1009,1080,72,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1009 to 1068. Status back to Turned Over / Active.
+20250715 Travis: Tail extension +12 frames. New counts 1009-1080.",IRG_250812_01_R4_v45_VFX
+WSA_1080,04:09:44:18,Active,VFX,1007,1544,538,,,Turned Over,"20250605 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1009 to 1550. Status back to Turned Over / Active.
+20250618 Travis: Tail trim -6 frames. New counts 1009-1544.
+20250715 Travis: Head extension +2 frames. New counts 1007-1544.",IRG_250829_01_R4_v47_VFX
+EFT_1000,04:10:07:04,Active,VFX,934,1247,314,,,Turned Over,"20250605 Travis: Head trim -34 frames. New counts 1057707-1057955.
+20250611 Travis: Head extension +1056707 frames. Tail trim -1056708 frames. New counts 940-1247.
+20250618 Travis: Head extension +6 frames. New counts 934-1247.",IRG_250618_01_R4_v34_VFX
+EFT_1010,04:10:20:06,Active,VFX,1009,1087,79,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+EFT_1020,04:10:23:13,Active,VFX,1009,1086,78,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+EFT_1025,04:10:26:19,Active,VFX,1009,1081,73,,,Turned Over,20250611 Travis: Head extension +1056878 frames. Tail trim -1056878 frames. New counts 1009-1081.,IRG_250820_01_R4_v46_VFX
+EFT_1030,04:10:29:20,Active,VFX,1009,1070,62,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_1040,04:10:32:10,Active,VFX,1009,1096,88,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_1050,04:10:36:02,Active,VFX,1009,1095,87,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_1060,04:10:39:17,Active,VFX,1009,1057,49,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_1070,04:10:41:18,Active,VFX,1009,1306,298,,,Turned Over,,IRG_250618_01_R4_v34_VFX
+EFT_0100,04:10:53:21,Inactive,VFX,1009,1100,92,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+EFT_1080,04:10:54:04,Active,VFX,1009,1181,173,,,Turned Over,,IRG_250716_01_R4_v41_VFX
+EFT_0120,04:10:57:17,Inactive,VFX,1009,1142,134,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+EFT_1090,04:11:01:09,Active,VFX,1009,1155,147,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+EFT_0160,04:11:03:07,Inactive,VFX,1009,1132,124,,,HOLD,20250605 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+EFT_1100,04:11:07:12,Active,VFX,1009,1178,170,,,Turned Over,,IRG_250827_01_R4_v47_VFX
+EFT_1110,04:11:14:14,Active,VFX,1009,1434,426,,,Turned Over,,IRG_250701_02_R4_v37_VFX
+EFT_1120,04:11:32:08,Active,VFX,1009,1171,163,,,Turned Over,,IRG_250701_02_R4_v37_VFX
+EFT_1150,04:11:39:03,Active,VFX,1111,1176,66,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+EFT_1140,04:11:41:21,Active,VFX,975,1213,239,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 975-1213.,IRG_250812_01_R4_v45_VFX
+EFT_1160,04:11:51:20,Active,VFX,916,1216,301,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+EFT_1170,04:12:04:09,Active,VFX,1009,1114,106,,,Turned Over,,IRG_250618_01_R4_v34_VFX
+EFT_1180,04:12:08:19,Active,VFX,1009,1109,101,,,Turned Over,,IRG_250618_01_R4_v34_VFX
+EFT_1190,04:12:13:00,Active,VFX,1009,1137,129,,,Turned Over,,IRG_250806_01_R4_v43_VFX
+EFT_1200,04:12:18:09,Active,VFX,1009,1125,117,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+EFT_1210,04:12:23:06,Active,VFX,1009,1124,116,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_1220,04:12:28:02,Active,VFX,1009,1144,136,,,Turned Over,,IRG_250827_01_R4_v47_VFX
+EFT_1230,04:12:33:18,Active,VFX,1009,1079,71,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_1250,04:12:36:17,Active,VFX,1009,1055,47,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_1260,04:12:38:16,Active,VFX,1009,1059,51,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_1280,04:12:40:19,Active,VFX,1009,1113,105,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_1290,04:12:45:04,Active,VFX,1009,1153,145,,,Turned Over,,IRG_250827_01_R4_v47_VFX
+EFT_1300,04:12:51:05,Active,VFX,1009,1103,95,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_1310,04:12:55:04,Active,VFX,1009,1139,131,,,Turned Over,20250909 Travis: 3D Note: Version Update _v1004 Needed,IRG_250730_01_R4_v43_VFX
+EFT_1320,04:13:00:15,Active,VFX,1009,1056,48,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_1330,04:13:02:15,Active,VFX,1009,1079,71,,,Turned Over,20250909 Travis: 3D Note: Version Update _v1003 needed,IRG_250806_01_R4_v43_VFX
+EFT_1340,04:13:05:14,Active,VFX,1009,1062,54,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_1350,04:13:07:20,Active,VFX,1010,1100,91,,,Turned Over,20250722 Travis: Head trim -1 frames. New counts 1010-1100.,IRG_250730_01_R4_v43_VFX
+EFT_1360,04:13:11:15,Active,VFX,1010,1083,74,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +2 frames. New counts 1010-1083.,IRG_250820_01_R4_v46_VFX
+EFT_1370,04:13:14:17,Active,VFX,1010,1371,239,,,Turned Over,"20250722 Travis: Multi-cut range change to 1010-1085, 1209-1369.",IRG_250708_02_R4_v39_VFX
+EFT_1375,04:13:17:21,Active,VFX,1004,1127,124,,,Turned Over,20250722 Travis: Head extension +5 frames. Tail trim -5 frames. New counts 1004-1127.,IRG_250820_01_R4_v46_VFX
+EFT_1380,04:13:29:20,Active,VFX,1012,1115,104,,,Turned Over,"20250722 Travis: Head trim -1 frames. Tail extension +3 frames. New counts 1010-1115.
+20250728 Travis: Head trim -2 frames. New counts 1012-1115.",IRG_250812_01_R4_v45_VFX
+EFT_1415,04:13:34:04,Active,VFX,1010,1292,283,,,Turned Over,20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1292.,IRG_250820_01_R4_v46_VFX
+EFT_1420,04:13:45:23,Active,VFX,1010,1448,439,,,Turned Over,"20250605 Travis: Head extension +368865 frames. Tail trim -368865 frames. New counts 1009-1447.
+20250722 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1448.",IRG_250812_01_R4_v45_VFX
+EFT_1425,04:14:04:06,Active,VFX,1010,1235,226,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+EFT_1427,04:14:13:16,Active,VFX,1675,1811,137,,,Turned Over,"20250605 Travis: Head extension +368865 frames. Tail trim -368865 frames. New counts 1675-1810.
+20250722 Travis: Tail extension +1 frames. New counts 1675-1811.",IRG_250820_01_R4_v46_VFX
+EFT_1430,04:14:19:09,Active,VFX,1012,1188,177,,,Turned Over,20250722 Travis: Head trim -3 frames. Tail extension +3 frames. New counts 1012-1188.,IRG_250812_01_R4_v45_VFX
+EFT_5000,04:14:26:18,Active,VFX,1011,2448,1438,1,OPTICAL Dissolve to TFH_0900 72 frms at Tail. Dissolve Range 2449-2520,Turned Over,"20250605 Travis: Head extension +1420054 frames. Tail trim -1420126 frames. New counts 1009-2446.
+20250623 Travis: Tail trim -72 frames. New counts 1009-2446.",IRG_250618_01_R4_v34_VFX
+TFH_0900,04:15:26:16,Active,VFX,1009,1140,132,1,OPTICAL Dissolve tfrom EFT_5000 72 frms at Head. Dissolve Range 1009-1080,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1000,04:15:32:04,Active,VFX,1009,1152,144,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1010,04:15:38:04,Active,VFX,1009,1124,116,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1020,04:15:43:00,Active,VFX,1009,1137,129,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1030,04:15:48:09,Active,VFX,1009,1152,144,,,Turned Over,,IRG_250806_01_R4_v43_VFX
+TFH_1040,04:15:54:09,Active,VFX,1009,1098,90,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+TFH_1050,04:15:58:03,Active,VFX,1009,1111,103,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1060,04:16:02:10,Active,VFX,1009,1079,71,,250819 Picture Changed by version _v1007 (Speed Change Added to VFX),Turned Over,20250819 Travis: Picture Changed by version _v1007 (Speed Change Added to VFX),IRG_250820_01_R4_v46_VFX
+TFH_7000,04:16:05:09,Active,VFX,1009,1081,73,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1070,04:16:08:10,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+TFH_1080,04:16:10:21,Active,VFX,1009,1088,80,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1090,04:16:14:05,Active,VFX,1009,1099,91,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1100,04:16:18:00,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1150,04:16:19:15,Active,VFX,1057,1094,38,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1155,04:16:21:05,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250723_01_R4_v42_VFX
+TFH_7100,04:16:23:03,Active,VFX,1009,1086,78,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+TFH_1157,04:16:26:09,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_7300,04:16:27:21,Active,VFX,1009,1106,98,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+TFH_1250,04:16:31:23,Active,VFX,1009,1039,31,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1260,04:16:33:06,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1170,04:16:34:10,Active,VFX,1019,1072,54,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+TFH_1175,04:16:36:16,Active,VFX,1009,1050,42,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1180,04:16:38:10,Active,VFX,1009,1037,29,,,Turned Over,,IRG_250806_01_R4_v43_VFX
+TFH_1190,04:16:39:15,Active,VFX,1009,1020,12,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1200,04:16:40:03,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+TFH_1210,04:16:41:15,Active,VFX,1009,1038,30,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1220,04:16:42:21,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250716_01_R4_v41_VFX
+TFH_1225,04:16:44:19,Active,VFX,1009,1137,129,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_1227,04:16:45:22,Inactive,VFX,300117,300161,45,,,NTO,,
+TFH_7500,04:16:50:04,Active,VFX,1013,1138,126,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_5990,04:16:55:10,Active,VFX,1009,1183,175,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_6040,04:17:02:17,Active,VFX,1009,1068,60,,,Turned Over,20250715 Travis: Head extension +1227364 frames. Tail trim -1227364 frames. New counts 1009-1068.,IRG_250820_01_R4_v46_VFX
+EFT_6050,04:17:05:05,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_6060,04:17:07:01,Active,VFX,1009,1108,100,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_6070,04:17:11:05,Active,VFX,1009,1041,33,,,Turned Over,,IRG_250716_01_R4_v41_VFX
+EFT_6080,04:17:12:14,Active,VFX,1009,1166,115,,,Turned Over,,IRG_250716_01_R4_v41_VFX
+EFT_6090,04:17:13:18,Active,VFX,1009,1069,61,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_6110,04:17:19:22,Active,VFX,1009,1129,121,,,Turned Over,20250605 Travis: Tail extension +3 frames. New counts 1009-1129.,IRG_250820_01_R4_v46_VFX
+EFT_6120,04:17:24:23,Active,VFX,979,1264,286,,,Turned Over,20250605 Travis: Head trim -40 frames. New counts 979-1264.,IRG_250812_01_R4_v45_VFX
+EFT_6130,04:17:36:21,Active,VFX,1017,1198,172,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_6230,04:17:37:10,Inactive,VFX,1008,1086,79,,,HOLD,20250611 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R4_v28_VFXPlatesFMP
+TFH_7600,04:17:41:01,Active,VFX,1009,1074,66,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+TFH_7700,04:17:46:19,Active,VFX,1009,1067,59,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_6132,04:17:49:06,Active,VFX,1259,1381,123,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_7400,04:17:54:09,Active,VFX,1001,1072,72,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+EFT_6134,04:17:57:09,Active,VFX,1497,1617,121,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+TFH_6137,04:18:02:10,Active,VFX,1009,1020,12,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_6135,04:18:02:22,Active,VFX,1009,1055,41,,,Turned Over,"20250819 Travis: Multi-cut range change to 1009-1039, 1046-1055.",IRG_250820_01_R4_v46_VFX
+EFT_6140,04:18:04:05,Active,VFX,1009,1023,15,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_6160,04:18:05:10,Active,VFX,1016,1175,160,,,Turned Over,20250819 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1016-1175.,IRG_250820_01_R4_v46_VFX
+EFT_6180,04:18:12:02,Active,VFX,1075,1153,79,,,Turned Over,20250611 Travis: Tail extension +2 frames. New counts 1075-1153.,IRG_250730_01_R4_v43_VFX
+EFT_6200,04:18:15:09,Active,VFX,1009,1062,54,,,Turned Over,20250811 Travis: Head extension +371080 frames. Tail trim -371080 frames. New counts 1009-1062.,IRG_250812_01_R4_v45_VFX
+EFT_6240,04:18:17:15,Active,VFX,1087,1171,85,,,Turned Over,"20250611 Travis: Multi-cut range change to , 1087-1171.",IRG_250820_01_R4_v46_VFX
+EFT_6270,04:18:21:04,Active,VFX,1009,1189,181,,,Turned Over,,IRG_250716_01_R4_v41_VFX
+EFT_6280,04:18:28:17,Active,VFX,1009,1074,66,,,Turned Over,,IRG_250820_01_R4_v46_VFX
+EFT_6290,04:18:31:11,Active,VFX,1009,1064,56,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_6300,04:18:33:19,Active,VFX,1009,1121,113,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_6310,04:18:38:12,Active,VFX,1009,1079,71,,,Turned Over,,IRG_250812_01_R4_v45_VFX
+EFT_6360,04:18:41:11,Active,VFX,1001,1261,261,1,OPTICAL Dissolve to NTD_0010 72 frms at Tail. Dissolve Range 1262-1333,Turned Over,20250611 Travis: Head extension +1236952 frames. Tail trim -1237024 frames. New counts 1001-1261.,IRG_250812_01_R4_v45_VFX
+NTD_0010,04:18:52:08,Active,VFX,1009,1248,240,1,OPTICAL Dissolve from EFT_6360 72 frms at Head. Dissolve Range 1009-1080,Turned Over,,IRG_250820_01_R4_v46_VFX
+NTD_0060,04:18:54:07,Inactive,VFX,1074,1118,45,,,NTO,,
+NTD_0100,04:19:02:07,Inactive,VFX,1009,1089,81,,,NTO,,
+NTD_0020,04:19:02:08,Active,VFX,1009,1264,256,,,Turned Over,,IRG_250827_01_R4_v47_VFX
+NTD_0030,04:19:13:00,Active,VFX,1009,1164,156,,,Turned Over,,IRG_250827_01_R4_v47_VFX
+NTD_0040,04:19:19:12,Active,VFX,1009,1092,84,,250909 Picture Slipped,Turned Over,"20250728 Travis: Tail trim -53 frames. New counts 1009-1092.
+20250912 Travis: 250909 Picture Slipped",IRG_250820_01_R4_v46_VFX
+NTD_0050,04:19:23:00,Active,VFX,1009,1061,53,,,Turned Over,20250728 Travis: Reinstated with counts 1009 to 1061. Status back to NTO / Active.,IRG_250829_01_R4_v47_VFX
+NTD_0070,04:19:25:05,Active,VFX,1001,1114,114,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+NTD_0085,04:19:29:23,Active,VFX,1009,1071,63,,,Turned Over,,IRG_250730_01_R4_v43_VFX
+NTD_0090,04:19:32:14,Active,VFX,1027,1163,137,,,Turned Over,,IRG_250829_01_R4_v47_VFX
+NTD_0120,04:19:38:07,Active,VFX,1009,1081,73,,,Turned Over,,IRG_250827_01_R4_v47_VFX
+NVX_5000,05:00:08:00,Active,NVX,529881,529942,62,,,Turned Over,,IRG_250715_01_R5_v52_Drama
+NVX_5010,05:00:10:14,Active,NVX,584526,584597,72,,,Turned Over,,IRG_250715_01_R5_v52_Drama
+NVX_5020,05:00:13:14,Active,NVX,539393,539465,73,,,Turned Over,,IRG_250715_01_R5_v52_Drama
+NVX_5030,05:00:16:15,Active,NVX,1276788,1276920,133,1,OPTICAL RETIME,Turned Over,,IRG_250715_01_R5_v52_Drama
+GEF_0120,05:00:16:15,Inactive,VFX,1541687,1541810,124,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R5_v35_VFXPlatesFMP
+NVX_5040,05:00:19:10,Active,NVX,1421005,1421071,67,,,Turned Over,,IRG_250715_01_R5_v52_Drama
+GEF_0100,05:00:22:05,Active,VFX,1009,1095,87,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_0140,05:00:23:05,Inactive,VFX,1009,1083,75,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R5_v35_VFXPlatesFMP
+GEF_0110,05:00:25:20,Active,VFX,1009,1137,129,,,Turned Over,"20250715 Travis: Head extension +1536847 frames. Tail trim -1536822 frames. New counts 1033-1186.
+20250722 Travis: Tail trim -25 frames. New counts 1033-1161.
+20250825 Travis: Head extension +24 frames. Tail trim -24 frames. New counts 1009-1137.",IRG_250730_01_R5_v56_VFX
+GEF_0150,05:00:26:08,Inactive,VFX,1009,1130,122,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R5_v35_VFXPlatesFMP
+GEF_0130,05:00:31:05,Active,VFX,1009,1042,34,,,Turned Over,"20250715 Travis: Out of cut. Status from Turned Over to HOLD.
+20250722 Travis: Reinstated with counts 1009 to 1042. Status back to Turned Over / Active.",IRG_250812_01_R5_v62_VFX
+GEF_0132,05:00:32:06,Inactive,VFX,1009,1147,139,,,NTO,,
+GEF_0135,05:00:32:15,Active,VFX,1020,1077,58,,,Turned Over,"20250715 Travis: Out of cut. Status from Turned Over to HOLD.
+20250722 Travis: Reinstated with counts 1497631 to 1497688. Status back to Turned Over / Active.",IRG_250812_01_R5_v62_VFX
+GEF_0155,05:00:35:01,Active,VFX,1009,1146,138,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_0180,05:00:40:13,Inactive,VFX,1009,1097,89,,,HOLD,20250715 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R5_v46_VFX
+GEF_0160,05:00:40:19,Active,VFX,1009,1090,82,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0170,05:00:44:05,Active,VFX,1009,1141,133,,,Turned Over,20250606 Travis: Head extension +1501041 frames. Tail trim -1501041 frames. New counts 1009-1141.,IRG_250618_01_R5_v46_VFX
+GEF_0190,05:00:49:18,Active,VFX,1009,1096,88,,,Turned Over,20250715 Travis: Tail trim -1 frames. New counts 1009-1096.,IRG_250618_01_R5_v46_VFX
+GEF_0200,05:00:53:10,Active,VFX,936,1145,210,,,Turned Over,20250715 Travis: Head extension +73 frames. New counts 936-1145.,IRG_250730_01_R5_v56_VFX
+GEF_0210,05:01:02:04,Active,VFX,1009,1586,578,,,Turned Over,,IRG_250827_01_R5_v65_VFX
+GEF_0220,05:01:26:06,Active,VFX,1009,1058,50,,,Turned Over,20250606 Travis: Head extension +1374752 frames. Tail trim -1374752 frames. New counts 1009-1058.,IRG_250618_01_R5_v46_VFX
+GEF_0230,05:01:28:08,Active,VFX,1009,1112,104,,,Turned Over,,IRG_250827_01_R5_v65_VFX
+GEF_0240,05:01:32:16,Active,VFX,1009,1110,102,,,Turned Over,20250606 Travis: Head extension +1368029 frames. Tail trim -1368029 frames. New counts 1009-1110.,IRG_250618_01_R5_v46_VFX
+GEF_0250,05:01:36:22,Active,VFX,1009,1064,56,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+GEF_0260,05:01:39:06,Active,VFX,1009,1069,61,,,Turned Over,20250606 Travis: Head extension +1368192 frames. Tail trim -1368192 frames. New counts 1009-1069.,IRG_250618_01_R5_v46_VFX
+GEF_0270,05:01:41:19,Active,VFX,1009,1101,93,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0285,05:01:45:16,Active,VFX,1009,1060,52,,,Turned Over,20250701 Travis: Head extension +930091 frames. Tail trim -930091 frames. New counts 1009-1060.,IRG_250730_01_R5_v56_VFX
+GEF_0290,05:01:47:20,Active,VFX,1030,1295,266,,,Turned Over,"20250715 Travis: Head trim -958697 frames. Tail extension +958733 frames. New counts 959727-959992.
+20250722 Travis: Head extension +958697 frames. Tail trim -958697 frames. New counts 1030-1295.",IRG_250820_01_R5_v63_VFX
+GEF_0300,05:01:48:22,Inactive,VFX,1240076,1240140,65,,,Turned Over,,IRG_250513_01_R5_v35_VFXPlatesFMP
+NVX_5110,05:01:58:22,Active,NVX,1240080,1240156,77,,,Turned Over,20250715 Travis: Head trim -4 frames. Tail extension +16 frames. New counts 1240080-1240156.,IRG_250715_01_R5_v52_Drama
+GEF_0310,05:02:02:03,Active,VFX,1009,1058,50,,,Turned Over,,IRG_250806_01_R5_v60_VFX
+GEF_0320,05:02:04:05,Active,VFX,1009,1078,70,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0330,05:02:07:03,Active,VFX,1009,1116,108,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0340,05:02:11:15,Active,VFX,1009,1131,123,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0350,05:02:16:18,Active,VFX,1009,1117,109,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0360,05:02:21:07,Active,VFX,1009,1055,47,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0370,05:02:23:06,Active,VFX,1009,1080,72,,,Turned Over,20250606 Travis: Head extension +1239516 frames. Tail trim -1239516 frames. New counts 1009-1080.,IRG_250618_01_R5_v46_VFX
+GEF_0380,05:02:26:06,Active,VFX,1009,1076,68,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0390,05:02:29:02,Active,VFX,1009,1122,114,,,Turned Over,20250606 Travis: Head extension +1239657 frames. Tail trim -1239657 frames. New counts 1009-1122.,IRG_250618_01_R5_v46_VFX
+GEF_0400,05:02:33:20,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250827_01_R5_v65_VFX
+GEF_0410,05:02:35:16,Active,VFX,1009,1051,43,,,Turned Over,20250606 Travis: Head extension +1239823 frames. Tail trim -1239823 frames. New counts 1009-1051.,IRG_250708_02_R5_v51_VFX
+GEF_0420,05:02:37:11,Active,VFX,1009,1091,83,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0430,05:02:40:22,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0440,05:02:41:23,Active,VFX,1009,1071,63,,,Turned Over,,IRG_250827_01_R5_v65_VFX
+GEF_0450,05:02:44:14,Active,VFX,1009,1106,98,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0460,05:02:48:16,Active,VFX,1009,1160,152,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0470,05:02:55:00,Active,VFX,1009,1091,83,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0480,05:02:58:11,Active,VFX,1009,1066,58,,,Turned Over,20250606 Travis: Head extension +1132052 frames. Tail trim -1132052 frames. New counts 1009-1066.,IRG_250618_01_R5_v46_VFX
+GEF_0490,05:03:00:21,Active,VFX,1009,1076,68,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0500,05:03:03:17,Active,VFX,1009,1078,70,,,Turned Over,20250606 Travis: Head extension +1132219 frames. Tail trim -1132219 frames. New counts 1009-1078.,IRG_250618_01_R5_v46_VFX
+GEF_0510,05:03:06:15,Active,VFX,1009,1050,42,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0520,05:03:08:09,Active,VFX,1009,1141,133,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0530,05:03:13:22,Active,VFX,1009,1085,77,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0540,05:03:17:03,Active,VFX,1009,1138,130,,,Turned Over,,IRG_250806_01_R5_v60_VFX
+GEF_0550,05:03:22:13,Active,VFX,1009,1018,10,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0560,05:03:22:23,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0570,05:03:24:00,Active,VFX,1009,1124,116,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0580,05:03:28:20,Active,VFX,1009,1157,149,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0590,05:03:35:01,Active,VFX,1009,1059,51,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0600,05:03:37:04,Active,VFX,1009,1061,53,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0610,05:03:39:09,Active,VFX,1009,1081,73,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0620,05:03:42:10,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0630,05:03:43:20,Active,VFX,1009,1049,41,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0640,05:03:45:13,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0650,05:03:47:01,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0660,05:03:48:23,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0670,05:03:50:03,Active,VFX,1009,1081,73,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0680,05:03:53:04,Active,VFX,1009,1025,17,,,Turned Over,20250606 Travis: Head extension +1022488 frames. Tail trim -1022488 frames. New counts 1009-1025.,IRG_250618_01_R5_v46_VFX
+GEF_0690,05:03:53:21,Active,VFX,1009,1032,24,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0700,05:03:54:21,Active,VFX,1009,1093,85,,,Turned Over,20250606 Travis: Head extension +1458277 frames. Tail trim -1458277 frames. New counts 1009-1093.,IRG_250618_01_R5_v46_VFX
+GEF_0710,05:03:58:10,Active,VFX,1009,1025,17,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0720,05:03:59:03,Active,VFX,1009,1030,22,,,Turned Over,20250606 Travis: Head extension +1022624 frames. Tail trim -1022624 frames. New counts 1009-1030.,IRG_250618_01_R5_v46_VFX
+GEF_0730,05:04:00:01,Active,VFX,1009,1077,69,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_0740,05:04:02:22,Active,VFX,1009,1031,23,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0750,05:04:03:21,Active,VFX,1009,1038,30,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0760,05:04:05:03,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0790,05:04:06:04,Active,VFX,1050,1087,38,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0800,05:04:07:18,Active,VFX,1009,1055,47,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0810,05:04:09:17,Active,VFX,1009,1049,41,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0820,05:04:11:10,Active,VFX,1009,1048,40,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0830,05:04:13:02,Active,VFX,1009,1091,83,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0840,05:04:16:13,Active,VFX,1009,1051,43,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0850,05:04:18:08,Active,VFX,1010,1097,88,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0860,05:04:22:00,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0870,05:04:23:15,Active,VFX,1009,1038,30,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0880,05:04:24:21,Active,VFX,1009,1152,144,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+GEF_0890,05:04:30:21,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0900,05:04:32:09,Active,VFX,1009,1038,30,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_0910,05:04:33:15,Active,VFX,1009,1056,48,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_0920,05:04:35:15,Active,VFX,1009,1118,110,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0930,05:04:40:05,Active,VFX,1009,1124,116,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0940,05:04:45:01,Active,VFX,1009,1095,87,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_0950,05:04:48:16,Active,VFX,1009,1057,49,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_0960,05:04:50:17,Active,VFX,1009,1037,29,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_0970,05:04:51:22,Active,VFX,1009,1055,47,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+GEF_0980,05:04:53:21,Active,VFX,1009,1069,61,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+GEF_1060,05:04:55:05,Inactive,VFX,1009,1037,29,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R5_v43_VFXPlates
+GEF_0990,05:04:56:10,Active,VFX,1009,1045,37,,,Turned Over,20250606 Travis: Head extension +1397587 frames. Tail trim -1397587 frames. New counts 1009-1045.,IRG_250826_01_R5_v65_VFX
+GEF_1000,05:04:57:23,Active,VFX,1009,1035,27,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+GEF_1010,05:04:59:02,Active,VFX,1009,1039,31,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_1020,05:05:00:09,Active,VFX,1009,1037,29,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_1030,05:05:01:14,Active,VFX,1009,1037,29,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_1040,05:05:02:19,Active,VFX,1009,1034,26,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+GEF_1050,05:05:03:21,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+GEF_1070,05:05:05:17,Active,VFX,980,1071,92,,,Turned Over,"20250618 Travis: Tail trim -1 frames. New counts 1009-1100.
+20250715 Travis: Head extension +29 frames. Tail trim -29 frames. New counts 980-1071.",IRG_250829_01_R5_v65_VFX
+GEF_1075,05:05:09:13,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+GEF_1080,05:05:11:02,Active,VFX,1016,1039,24,,,Turned Over,20250618 Travis: Head trim -7 frames. New counts 1016-1039.,IRG_250812_01_R5_v62_VFX
+GEF_1110,05:05:12:02,Active,VFX,1004,1047,44,,,Turned Over,20250606 Travis: Head extension +1484676 frames. Tail trim -1484676 frames. New counts 1004-1047.,IRG_250826_01_R5_v65_VFX
+GEF_1120,05:05:13:22,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_1130,05:05:15:11,Active,VFX,1009,1048,40,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+GEF_1140,05:05:17:03,Active,VFX,1009,1058,50,,,Turned Over,20250805 Travis: Head extension +1220573 frames. Tail trim -1220573 frames. New counts 1009-1058.,IRG_250812_01_R5_v62_VFX
+GEF_1150,05:05:19:05,Active,VFX,1009,1058,50,,,Turned Over,20250606 Travis: Head extension +1484744 frames. Tail trim -1484744 frames. New counts 1009-1058.,IRG_250618_01_R5_v46_VFX
+GEF_1160,05:05:21:07,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_1170,05:05:22:17,Active,VFX,1009,1048,40,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_1180,05:05:24:09,Active,VFX,1009,1046,38,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_1190,05:05:25:23,Active,VFX,1009,1030,22,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_1200,05:05:26:21,Active,VFX,1009,1040,32,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_1210,05:05:28:05,Active,VFX,1009,1065,57,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_1220,05:05:30:14,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+GEF_1230,05:05:32:00,Active,VFX,1009,1037,29,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_1240,05:05:33:05,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_1250,05:05:34:17,Active,VFX,1009,1048,40,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_1260,05:05:36:09,Active,VFX,1009,1093,85,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_1270,05:05:39:22,Active,VFX,1045,1083,39,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_1300,05:05:41:13,Active,VFX,1009,1105,97,,,Turned Over,20250606 Travis: Head extension +1398526 frames. Tail trim -1398526 frames. New counts 1009-1105.,IRG_250826_01_R5_v65_VFX
+GEF_1310,05:05:45:14,Active,VFX,1009,1069,61,,,Turned Over,,IRG_250701_02_R5_v50_VFX
+GEF_1325,05:05:48:03,Active,VFX,1009,1069,61,,,Turned Over,,IRG_250701_02_R5_v50_VFX
+GEF_1330,05:05:50:16,Active,VFX,1009,1075,67,,,Turned Over,,IRG_250701_02_R5_v50_VFX
+GEF_1340,05:05:53:11,Active,VFX,1009,1046,38,,,Turned Over,20250606 Travis: Head extension +1175895 frames. Tail trim -1175895 frames. New counts 1009-1046.,IRG_250618_01_R5_v46_VFX
+GEF_1350,05:05:55:01,Active,VFX,1009,1061,53,,,Turned Over,20250606 Travis: Head extension +1398767 frames. Tail trim -1398767 frames. New counts 1009-1061.,IRG_250806_01_R5_v60_VFX
+GEF_1360,05:05:57:06,Active,VFX,1009,1040,32,,,Turned Over,20250606 Travis: Head extension +1175939 frames. Tail trim -1175939 frames. New counts 1009-1040.,IRG_250618_01_R5_v46_VFX
+GEF_1370,05:05:58:14,Active,VFX,1009,1028,20,,,Turned Over,,IRG_250708_02_R5_v51_VFX
+GEF_1380,05:05:59:10,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_1390,05:06:01:01,Active,VFX,1009,1108,100,,,Turned Over,,IRG_250716_01_R5_v52_VFX
+GEF_1400,05:06:05:05,Active,VFX,1009,1044,36,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_1440,05:06:05:21,Inactive,VFX,1222792,1222857,66,,,Turned Over,,IRG_250513_01_R5_v35_VFXPlatesFMP
+GEF_1410,05:06:06:17,Active,VFX,1009,1124,116,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_1420,05:06:11:13,Inactive,VFX,1009,1072,64,,,HOLD,"20250728 Travis: Head extension +1304095 frames. Tail trim -1304095 frames. New counts 1009-1072.
+20250805 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250730_01_R5_v56_VFX
+GEF_1430,05:06:14:05,Active,VFX,1009,1134,126,,,Turned Over,20250606 Travis: Head extension +1032778 frames. Tail trim -1032778 frames. New counts 1009-1134.,IRG_250826_01_R5_v65_VFX
+NVX_5300,05:06:19:11,Active,NVX,1222792,1222857,66,,,Turned Over,,IRG_250708_01_R5_v51_Drama
+GEF_1450,05:06:22:05,Active,VFX,1009,1058,50,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_1460,05:06:24:07,Active,VFX,1009,1087,79,,,Turned Over,20250606 Travis: Head extension +1032958 frames. Tail trim -1032958 frames. New counts 1009-1087.,IRG_250826_01_R5_v65_VFX
+GEF_1470,05:06:27:14,Active,VFX,1009,1139,131,,,Turned Over,20250805 Travis: Head extension +1237849 frames. Tail trim -1237849 frames. New counts 1009-1139.,IRG_250812_01_R5_v62_VFX
+GEF_1480,05:06:33:01,Active,VFX,1009,1077,69,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_1490,05:06:35:22,Active,VFX,1009,1051,43,,,Turned Over,20250805 Travis: Head extension +1238045 frames. Tail trim -1238045 frames. New counts 1009-1051.,IRG_250812_01_R5_v62_VFX
+GEF_1500,05:06:37:17,Active,VFX,1009,1039,31,,,Turned Over,20250728 Travis: Head extension +1033182 frames. Tail trim -1033182 frames. New counts 1009-1039.,IRG_250826_01_R5_v65_VFX
+GEF_1510,05:06:39:00,Active,VFX,1009,1158,150,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_1520,05:06:45:06,Active,VFX,1009,1066,58,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+GEF_1530,05:06:47:16,Active,VFX,1009,1094,86,,,Turned Over,20250606 Travis: Head extension +1033409 frames. Tail trim -1033409 frames. New counts 1009-1094.,IRG_250826_01_R5_v65_VFX
+GEF_1540,05:06:51:06,Active,VFX,1009,1058,50,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+GEF_1550,05:06:53:08,Active,VFX,1009,1024,16,,,Turned Over,20250606 Travis: Head extension +1033594 frames. Tail trim -1033594 frames. New counts 1009-1024.,IRG_250826_01_R5_v65_VFX
+GEF_1560,05:06:54:00,Active,VFX,1009,1039,31,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+GEF_1570,05:06:55:07,Active,VFX,1009,1037,29,,,Turned Over,20250606 Travis: Head extension +1033681 frames. Tail trim -1033681 frames. New counts 1009-1037.,IRG_250826_01_R5_v65_VFX
+GEF_1580,05:06:56:12,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+GEF_1590,05:06:59:14,Active,VFX,1009,1063,55,,,Turned Over,,IRG_250827_01_R5_v65_VFX
+GEF_1600,05:07:01:21,Active,VFX,1009,1043,35,,,Turned Over,20250805 Travis: Head extension +973694 frames. Tail trim -973694 frames. New counts 1009-1043.,IRG_250820_01_R5_v63_VFX
+GEF_1610,05:07:03:08,Active,VFX,1009,1057,49,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_8000,05:07:05:09,Active,VFX,1009,1172,164,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+NGD_8010,05:07:12:05,Active,VFX,1009,1090,82,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+NGD_1100,05:07:15:15,Active,VFX,1009,1089,81,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_1120,05:07:19:00,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_1140,05:07:22:02,Active,VFX,1009,1056,48,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_1160,05:07:24:02,Active,VFX,1009,1061,53,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_1180,05:07:26:07,Active,VFX,1009,1082,74,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_1200,05:07:29:09,Active,VFX,1009,1111,103,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_1210,05:07:33:16,Active,VFX,1008,1070,63,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+NGD_1220,05:07:36:07,Active,VFX,1068,1107,40,,,Turned Over,20250715 Travis: Head trim -8 frames. Tail extension +8 frames. New counts 1068-1107.,IRG_250820_01_R5_v63_VFX
+NGD_1240,05:07:37:23,Active,VFX,1009,1088,80,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_1250,05:07:41:07,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250806_01_R5_v60_VFX
+NGD_1260,05:07:42:17,Active,VFX,1009,1086,78,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_1270,05:07:45:23,Active,VFX,1009,1027,19,,,Turned Over,,IRG_250806_01_R5_v60_VFX
+NGD_1280,05:07:46:18,Active,VFX,1026,1071,46,,,Turned Over,20250805 Travis: Head extension +2 frames. Tail extension +1 frames. New counts 1026-1071.,IRG_250820_01_R5_v63_VFX
+NGD_1300,05:07:48:16,Active,VFX,980,1050,71,,,Turned Over,20250805 Travis: Head trim -3 frames. New counts 980-1050.,IRG_250730_01_R5_v56_VFX
+NGD_1320,05:07:51:15,Active,VFX,1009,1050,42,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_1330,05:07:53:09,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250806_01_R5_v60_VFX
+NGD_1340,05:07:54:19,Active,VFX,1009,1060,52,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_1400,05:07:56:23,Active,VFX,978,1114,137,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_1480,05:08:02:16,Active,VFX,1015,1066,52,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_1500,05:08:04:20,Active,VFX,1008,1053,46,,,Turned Over,20250805 Travis: Head extension +1 frames. Tail trim -1 frames. New counts 1008-1053.,IRG_250820_01_R5_v63_VFX
+NGD_1505,05:08:06:18,Active,VFX,1009,1020,12,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_1510,05:08:07:06,Active,VFX,1009,1183,175,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_1525,05:08:14:13,Active,VFX,1009,1026,18,,,Turned Over,,IRG_250806_01_R5_v60_VFX
+NGD_1530,05:08:15:07,Active,VFX,1009,1130,122,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_1680,05:08:20:09,Active,VFX,1007,1019,13,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_1682,05:08:20:22,Active,VFX,1006,1052,47,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+NGD_1688,05:08:22:21,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250716_01_R5_v52_VFX
+NGD_1720,05:08:23:22,Active,VFX,1009,1040,32,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+NGD_1740,05:08:25:06,Active,VFX,1009,1102,94,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_2020,05:08:27:20,Inactive,VFX,1009,1086,78,,,NTO,,
+NGD_1790,05:08:29:04,Active,VFX,1009,1101,93,,,Turned Over,,IRG_250716_01_R5_v52_VFX
+NGD_1810,05:08:33:01,Active,VFX,1009,1111,103,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_2060,05:08:34:15,Inactive,VFX,891515,891724,210,,,NTO,,
+NGD_2000,05:08:37:08,Active,VFX,1011,1120,110,,,Turned Over,20250805 Travis: Head trim -2 frames. Tail extension +2 frames. New counts 1011-1120.,IRG_250820_01_R5_v63_VFX
+NGD_1820,05:08:41:22,Active,VFX,1008,1069,62,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+NGD_1840,05:08:44:12,Active,VFX,1009,1090,82,,,Turned Over,,IRG_250708_02_R5_v51_VFX
+NGD_1860,05:08:47:22,Active,VFX,1009,1130,122,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_2100,05:08:53:00,Active,VFX,995,1207,213,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+NGD_2220,05:08:55:03,Inactive,VFX,1009,1075,67,,,NTO,,
+NGD_2240,05:08:57:22,Inactive,VFX,1009,1267,259,,,NTO,,
+NGD_2200,05:09:01:21,Active,VFX,1009,1451,443,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+NGD_2260,05:09:20:08,Active,VFX,958,1115,158,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+NGD_2340,05:09:20:12,Inactive,VFX,1009,1053,45,,,NTO,,
+NGD_2280,05:09:26:22,Active,VFX,1010,1084,75,,,Turned Over,20250805 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1010-1084.,IRG_250826_01_R5_v65_VFX
+NGD_2300,05:09:30:01,Active,VFX,1009,1116,108,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_2440,05:09:30:08,Inactive,VFX,1009,1141,133,,,NTO,,
+NGD_2320,05:09:34:13,Active,VFX,1013,1064,52,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_2345,05:09:36:17,Active,VFX,1009,1051,43,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+NGD_2360,05:09:38:12,Active,VFX,1012,1093,82,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_2500,05:09:40:12,Inactive,VFX,1009,1138,105,,,NTO,,
+NGD_2380,05:09:41:22,Active,VFX,1049,1165,117,,,Turned Over,20250811 Travis: Head trim -28 frames. Tail extension +28 frames. New counts 1049-1165.,IRG_250812_01_R5_v62_VFX
+NGD_2510,05:09:42:14,Inactive,VFX,1009,1033,25,,,NTO,,
+NVX_5410,05:09:46:19,Active,NVX,1093582,1093628,47,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R5_v51_Drama
+NGD_2460,05:09:48:18,Active,VFX,1009,1090,82,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+NGD_2540,05:09:49:11,Inactive,VFX,1009,1149,141,,,NTO,,
+NGD_2480,05:09:52:04,Active,VFX,1024,1117,94,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+NGD_2485,05:09:56:02,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+NGD_2490,05:09:57:06,Active,VFX,1009,1072,64,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+NGD_2520,05:09:59:22,Active,VFX,1015,1054,40,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+NGD_2580,05:10:00:09,Inactive,VFX,1009,1462,454,,,NTO,,
+NGD_2530,05:10:01:14,Active,VFX,1009,1108,100,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+NGD_2550,05:10:05:18,Active,VFX,1009,1087,79,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NGD_2560,05:10:09:01,Active,VFX,1008,1063,56,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+NGD_2570,05:10:11:09,Active,VFX,1009,1075,67,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+NGD_2590,05:10:14:04,Active,VFX,1009,1538,530,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+NGD_2600,05:10:19:07,Inactive,VFX,1009,1125,117,,,NTO,,
+NGD_2620,05:10:24:04,Inactive,VFX,1009,1129,121,,,NTO,,
+NGD_2640,05:10:29:05,Inactive,VFX,1009,1179,171,,,NTO,,
+NGD_3000,05:10:36:06,Active,VFX,1009,1340,332,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+MWH_0003,05:10:40:16,Inactive,VFX,1009,1109,101,,,HOLD,"20250606 Travis: Head extension +1261873 frames. Tail trim -1261873 frames. New counts 1009-1109.
+20250618 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R5_v43_VFXPlates
+MWH_0005,05:10:44:21,Inactive,VFX,1009,1200,192,,,NTO,,
+NVX_5490,05:10:54:08,Active,NVX,1234379,1234635,257,,,Turned Over,,IRG_250724_01_R5_v56_Drama
+MWH_0010,05:10:57:08,Inactive,VFX,1234379,1234635,257,,Swap to Drama NVX_5490,HOLD,"20250618 Travis: Head trim -177 frames. Tail trim -24 frames. New counts 1234379-1234635.
+20250722 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R5_v43_VFXPlates
+MWH_0020,05:11:05:01,Active,VFX,1000,1098,99,,,Turned Over,"20250618 Travis: Head extension +9 frames. New counts 1292524-1292622.
+20250623 Travis: Head extension +1291524 frames. Tail trim -1291524 frames. New counts 1000-1098.",IRG_250730_01_R5_v56_VFX
+NVX_5500,05:11:09:04,Active,NVX,1234776,1234898,123,,,Turned Over,,IRG_250708_01_R5_v51_Drama
+MWH_0040,05:11:14:07,Active,VFX,961,1100,140,,,Turned Over,"20250618 Travis: Head extension +48 frames. New counts 1292701-1292840.
+20250722 Travis: Head extension +1291740 frames. Tail trim -1291740 frames. New counts 961-1100.",IRG_250730_01_R5_v56_VFX
+NVX_5510,05:11:20:03,Active,NVX,1235005,1235073,69,,,Turned Over,,IRG_250708_01_R5_v51_Drama
+MWH_0060,05:11:23:00,Active,VFX,1009,1125,117,,,Turned Over,20250623 Travis: Head extension +1291929 frames. Tail trim -1291929 frames. New counts 1009-1125.,IRG_250829_01_R5_v65_VFX
+MWH_0090,05:11:27:21,Active,VFX,1008,1219,212,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+NVX_5520,05:11:36:17,Active,NVX,1420760,1420952,193,,,Turned Over,,IRG_250708_01_R5_v51_Drama
+MWH_0100,05:11:44:18,Active,VFX,1009,1064,56,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+MWH_0105,05:11:47:02,Active,VFX,1009,1033,25,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+MWH_0120,05:11:48:03,Active,VFX,955,1086,132,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+MWH_0110,05:11:53:15,Active,VFX,1016,1130,115,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+MWH_0150,05:11:58:10,Active,VFX,1140,1317,178,,,Turned Over,20250811 Travis: Head extension +1392172 frames. Tail trim -1392172 frames. New counts 1140-1317.,IRG_250812_01_R5_v62_VFX
+MWH_0160,05:12:05:20,Active,VFX,1017,1076,60,,,Turned Over,20250819 Travis: Head extension +1392583 frames. Tail trim -1392583 frames. New counts 1017-1076.,IRG_250820_01_R5_v63_VFX
+MWH_0170,05:12:08:08,Active,VFX,1022,1333,312,,,Turned Over,,IRG_250725_01_R5_v56_VFX
+MWH_1005,05:12:21:08,Active,VFX,968,1145,178,,,Turned Over,"20250606 Travis: Head extension +1101615 frames. Tail trim -1101567 frames. New counts 921-1145.
+20250618 Travis: Head trim -47 frames. New counts 968-1145.",IRG_250730_01_R5_v56_VFX
+MWH_1015,05:12:28:18,Active,VFX,1007,1076,70,,,Turned Over,20250606 Travis: Head extension +1101549 frames. Tail trim -1101549 frames. New counts 1007-1076.,IRG_250730_01_R5_v56_VFX
+MWH_1020,05:12:31:16,Active,VFX,1009,1049,41,,,Turned Over,"20250606 Travis: Head extension +1276054 frames. Tail trim -1276054 frames. New counts 1009-1058.
+20250715 Travis: Tail trim -9 frames. New counts 1009-1049.",IRG_250730_01_R5_v56_VFX
+MWH_7030,05:12:33:09,Active,VFX,1009,1081,73,,,Turned Over,20250618 Travis: Reinstated with counts 1446063 to 1446126. Status back to NTO / Active.,IRG_250829_01_R5_v65_VFX
+MWH_1055,05:12:36:10,Active,VFX,1019,1133,115,,,Turned Over,"20250606 Travis: Tail trim -3 frames. New counts 1019-1130.
+20250611 Travis: Tail extension +3 frames. New counts 1019-1133.",IRG_250820_01_R5_v63_VFX
+MWH_1030,05:12:37:22,Inactive,VFX,1009,1072,64,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R5_v35_VFXPlatesFMP
+MWH_1080,05:12:41:05,Active,VFX,1009,1072,64,,,Turned Over,"20250606 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1009 to 1072. Status back to Turned Over / Active.",IRG_250730_01_R5_v56_VFX
+MWH_1050,05:12:43:21,Active,VFX,1009,1069,61,,,Turned Over,20250715 Travis: Head extension +1282278 frames. Tail trim -1282278 frames. New counts 1009-1069.,IRG_250716_01_R5_v52_VFX
+MWH_7040,05:12:45:10,Inactive,VFX,1446489,1446555,67,,,NTO,,
+MWH_1085,05:12:46:10,Active,VFX,1070,1116,47,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+MWH_1800,05:12:48:09,Active,VFX,1009,1075,67,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+MWH_1810,05:12:51:04,Active,VFX,1009,1088,80,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+MWH_1820,05:12:54:12,Active,VFX,1009,1092,84,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+MWH_1840,05:12:58:00,Active,VFX,1009,1085,77,,,Turned Over,20250715 Travis: Head extension +1422393 frames. Tail trim -1422393 frames. New counts 1009-1085.,IRG_250820_01_R5_v63_VFX
+MWH_1905,05:13:01:05,Active,VFX,1009,1089,81,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+MWH_1910,05:13:04:14,Active,VFX,1009,1114,106,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+MWH_1915,05:13:09:00,Active,VFX,1009,1050,42,,,Turned Over,20250715 Travis: Head extension +997703 frames. Tail trim -997703 frames. New counts 1009-1050.,IRG_250820_01_R5_v63_VFX
+MWH_1920,05:13:10:18,Active,VFX,1009,1162,154,,,Turned Over,20250811 Travis: Head extension +1048042 frames. Tail trim -1048042 frames. New counts 1009-1162.,IRG_250812_01_R5_v62_VFX
+MWH_1930,05:13:17:04,Active,VFX,1009,1053,45,,,Turned Over,"20250715 Travis: Head extension +1120700 frames. Tail trim -1120700 frames. New counts 1009-1051.
+20250728 Travis: Tail extension +2 frames. New counts 1009-1053.",IRG_250716_01_R5_v52_VFX
+MWH_1940,05:13:19:01,Active,VFX,1011,1041,31,,,Turned Over,"20250606 Travis: Tail trim -4 frames. New counts 1009-1039.
+20250611 Travis: Tail extension +4 frames. New counts 1009-1043.
+20250728 Travis: Head trim -2 frames. New counts 1011-1043.
+20250805 Travis: Tail trim -2 frames. New counts 1011-1041.",IRG_250730_01_R5_v56_VFX
+MWH_1945,05:13:20:08,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+MWH_1950,05:13:21:18,Active,VFX,1014,1058,45,,,Turned Over,"20250606 Travis: Out of cut. Status from Turned Over to HOLD.
+20250611 Travis: Reinstated with counts 1126918 to 1126967. Status back to Turned Over / Active.
+20250715 Travis: Head extension +1125909 frames. Tail trim -1125909 frames. New counts 1009-1058.
+20250805 Travis: Head trim -5 frames. New counts 1014-1058.",IRG_250716_01_R5_v52_VFX
+MWH_1960,05:13:23:15,Active,VFX,1009,1111,103,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+MWH_7950,05:13:24:14,Inactive,VFX,1437947,1438001,55,,,NTO,,
+MWH_1970,05:13:27:22,Active,VFX,1009,1155,147,,,Turned Over,,IRG_250716_01_R5_v52_VFX
+MWH_1980,05:13:34:01,Active,VFX,1009,1112,104,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+MWH_1990,05:13:38:09,Active,VFX,1009,1127,119,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+MWH_2000,05:13:43:08,Active,VFX,1009,1155,147,,,Turned Over,20250715 Travis: Head extension +1126426 frames. Tail trim -1126426 frames. New counts 1009-1155.,IRG_250716_01_R5_v52_VFX
+MWH_2010,05:13:49:11,Active,VFX,1009,1087,79,,,Turned Over,20250606 Travis: Head extension +1309086 frames. Tail trim -1309086 frames. New counts 1009-1087.,IRG_250812_01_R5_v62_VFX
+MWH_2500,05:13:52:18,Active,VFX,1009,1114,57,,,Turned Over,,IRG_250708_02_R5_v51_VFX
+MWH_2505,05:13:54:07,Active,VFX,1008,1046,39,,,Turned Over,20250623 Travis: Head extension +1334992 frames. Tail trim -1334992 frames. New counts 1008-1046.,IRG_250812_01_R5_v62_VFX
+MWH_2510,05:13:56:18,Active,VFX,1011,1030,20,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+MWH_2520,05:13:57:14,Active,VFX,1009,1035,27,,,Turned Over,"20250722 Travis: Head trim -1127205 frames. Tail extension +1127213 frames. New counts 1128214-1128240.
+20250819 Travis: Head extension +1127205 frames. Tail trim -1127205 frames. New counts 1009-1035.",IRG_250820_01_R5_v63_VFX
+BUB_0040,05:13:58:17,Active,VFX,945,1664,720,,,Turned Over,"20250722 Travis: Head trim -803151 frames. Tail extension +803215 frames. New counts 804160-804879.
+20250825 Travis: Head extension +803215 frames. Tail trim -803215 frames. New counts 945-1664.",IRG_250829_01_R5_v65_VFX
+BUB_0050,05:14:28:17,Active,VFX,1009,1219,211,,,Turned Over,20250722 Travis: Tail trim -51 frames. New counts 1009-1219.,IRG_250618_01_R5_v46_VFX
+BUB_2005,05:14:37:12,Active,VFX,1012,5762,4751,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+MWH_3210,05:14:40:10,Inactive,VFX,1009,1086,78,,,HOLD,"20250606 Travis: Head extension +1199248 frames. Tail trim -1199248 frames. New counts 1009-1086.
+20250715 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250618_01_R5_v46_VFX
+BUB_0020,05:15:27:06,Inactive,VFX,1011,1159,149,,,HOLD,20250722 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R5_v46_VFX
+BUB_0030,05:15:33:11,Inactive,VFX,1011,1347,337,,,HOLD,20250722 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250708_02_R5_v51_VFX
+BUB_2000,05:16:34:10,Inactive,VFX,1012,5796,3527,,Name changed to bub_2005,NTO,20250604 Travis: Name changed to bub_2005,
+NVX_5605,05:17:55:11,Active,NVX,1234415,1234476,62,,,Turned Over,,IRG_250724_01_R5_v56_Drama
+MWH_3000,05:17:58:01,Active,VFX,1009,1061,53,,,Turned Over,"20250618 Travis: Out of cut. Status from Turned Over to HOLD.
+20250722 Travis: Reinstated with counts 1009 to 1061. Status back to Turned Over / Active.",IRG_250820_01_R5_v63_VFX
+NVX_5610,05:18:00:06,Active,NVX,1028144,1028187,44,,,Turned Over,20250722 Travis: Head trim -1 frames. New counts 1028144-1028187.,IRG_250708_01_R5_v51_Drama
+MWH_3020,05:18:02:02,Active,VFX,1009,1083,75,,,Turned Over,,IRG_250708_02_R5_v51_VFX
+MWH_3030,05:18:05:05,Active,VFX,1009,1038,30,,,Turned Over,20250606 Travis: Head extension +1027275 frames. Tail trim -1027275 frames. New counts 1009-1038.,IRG_250618_01_R5_v46_VFX
+MWH_3040,05:18:06:11,Active,VFX,1009,1068,60,,,Turned Over,,IRG_250826_01_R5_v65_VFX
+MWH_3050,05:18:08:23,Active,VFX,1009,1044,36,,,Turned Over,20250606 Travis: Head extension +1027465 frames. Tail trim -1027465 frames. New counts 1009-1044.,IRG_250716_01_R5_v52_VFX
+NVX_5620,05:18:10:11,Active,NVX,1229573,1229626,54,,,Turned Over,,IRG_250708_01_R5_v51_Drama
+MWH_3070,05:18:12:17,Active,VFX,1009,1044,36,,,Turned Over,20250606 Travis: Head extension +1030877 frames. Tail trim -1030877 frames. New counts 1009-1044.,IRG_250716_01_R5_v52_VFX
+MWH_3080,05:18:14:05,Active,VFX,1009,1111,90,,,Turned Over,,IRG_250820_01_R5_v63_VFX
+MWH_3090,05:18:16:00,Active,VFX,1009,1080,72,,,Turned Over,20250606 Travis: Head extension +1030961 frames. Tail trim -1030961 frames. New counts 1009-1080.,IRG_250701_02_R5_v50_VFX
+MWH_3110,05:18:20:23,Active,VFX,1009,1132,124,,,Turned Over,20250606 Travis: Head extension +1031062 frames. Tail trim -1031062 frames. New counts 1009-1132.,IRG_250701_02_R5_v50_VFX
+MWH_3120,05:18:26:03,Active,VFX,1009,1156,148,,,Turned Over,,IRG_250716_01_R5_v52_VFX
+MWH_3130,05:18:32:07,Active,VFX,1009,1049,41,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+MWH_3140,05:18:34:00,Active,VFX,1009,1048,40,,,Turned Over,,IRG_250708_02_R5_v51_VFX
+MWH_3150,05:18:35:16,Active,VFX,1009,1068,60,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+MWH_3160,05:18:38:04,Active,VFX,1009,1068,60,,,Turned Over,20250606 Travis: Head extension +1198928 frames. Tail trim -1198928 frames. New counts 1009-1068.,IRG_250618_01_R5_v46_VFX
+MWH_3170,05:18:40:16,Active,VFX,1009,1096,88,,,Turned Over,,IRG_250701_02_R5_v50_VFX
+MWH_3180,05:18:44:08,Active,VFX,1009,1083,75,,,Turned Over,,IRG_250708_02_R5_v51_VFX
+MWH_3190,05:18:47:11,Active,VFX,1009,1116,108,,,Turned Over,20250606 Travis: Head extension +1199094 frames. Tail trim -1199094 frames. New counts 1009-1116.,IRG_250806_01_R5_v60_VFX
+MWH_3200,05:18:51:23,Active,VFX,1009,1060,52,,,Turned Over,"20250606 Travis: Head extension +1070356 frames. Tail trim -1070356 frames. New counts 1009-1054.
+20250715 Travis: Tail extension +6 frames. New counts 1009-1060.",IRG_250618_01_R5_v46_VFX
+NVX_5700,05:18:54:03,Active,NVX,1178974,1179088,115,,,Turned Over,,IRG_250715_01_R5_v52_Drama
+MWH_3220,05:18:58:22,Active,VFX,1010,1066,57,,,Turned Over,20250715 Travis: Head trim -1 frames. New counts 1010-1066.,IRG_250618_01_R5_v46_VFX
+MWH_3230,05:19:01:07,Active,VFX,1009,1060,52,,,Turned Over,20250606 Travis: Head extension +1199369 frames. Tail trim -1199369 frames. New counts 1009-1060.,IRG_250618_01_R5_v46_VFX
+MWH_3240,05:19:03:11,Active,VFX,1009,1034,26,,,Turned Over,20250606 Travis: Head extension +1070579 frames. Tail trim -1070579 frames. New counts 1009-1034.,IRG_250618_01_R5_v46_VFX
+MWH_3250,05:19:04:13,Active,VFX,1009,1085,77,,,Turned Over,,IRG_250708_02_R5_v51_VFX
+MWH_3260,05:19:07:18,Active,VFX,1009,1078,70,,,Turned Over,20250728 Travis: Head extension +1194179 frames. Tail trim -1194179 frames. New counts 1009-1078.,IRG_250730_01_R5_v56_VFX
+MWH_3270,05:19:10:16,Active,VFX,1009,1076,68,,,Turned Over,20250606 Travis: Head extension +1067757 frames. Tail trim -1067757 frames. New counts 1009-1076.,IRG_250618_01_R5_v46_VFX
+MWH_3280,05:19:13:12,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+MWH_3290,05:19:15:08,Active,VFX,1009,1182,174,,,Turned Over,,IRG_250708_02_R5_v51_VFX
+BUB_0010,05:19:22:14,Active,VFX,1009,1119,111,,,Turned Over,,IRG_250806_01_R5_v60_VFX
+BUB_2010,05:19:27:05,Active,VFX,1009,1130,122,,Swap to Drama,Turned Over,"20250604 Travis: Swap to Drama
+20250606 Travis: Out of cut. Status from Turned Over to HOLD.
+20250728 Travis: Head extension +1113636 frames. Tail trim -1113636 frames. New counts 1009-1130.",IRG_250730_01_R5_v56_VFX
+BUB_2020,05:19:32:07,Active,VFX,1009,1036,28,,,Turned Over,20250805 Travis: Head extension +1225676 frames. Tail trim -1225676 frames. New counts 1009-1036.,IRG_250812_01_R5_v62_VFX
+NVX_5810,05:19:33:11,Active,NVX,1532331,1532356,26,,,Turned Over,,IRG_250708_01_R5_v51_Drama
+NVX_5820,05:19:34:13,Active,NVX,1206529,1206551,23,,,Turned Over,,IRG_250708_01_R5_v51_Drama
+BUB_2050,05:19:35:12,Active,VFX,1009,1057,49,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+BUB_2100,05:19:37:13,Active,VFX,1009,1144,136,,,Turned Over,,IRG_250618_01_R5_v46_VFX
+NVX_5830,05:19:43:05,Active,NVX,941529,941632,104,,,Turned Over,,IRG_250708_01_R5_v51_Drama
+GSH_0020,05:19:47:13,Active,VFX,1009,1149,141,,,Turned Over,,IRG_250910_01_R5_v67_VFX
+GSH_0030,05:19:53:10,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250701_02_R5_v50_VFX
+GSH_0040,05:19:55:06,Active,VFX,1009,1038,30,,,Turned Over,,IRG_250827_01_R5_v65_VFX
+GSH_0045,05:19:56:12,Active,VFX,1009,1061,53,,,Turned Over,,IRG_250701_02_R5_v50_VFX
+GSH_0050,05:19:58:17,Active,VFX,1009,1058,50,,,Turned Over,,IRG_250701_02_R5_v50_VFX
+MWH_5020,05:20:00:19,Active,VFX,843,1015,173,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+MWH_5025,05:20:08:00,Active,VFX,1009,1105,97,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+MWH_5045,05:20:12:01,Active,VFX,1009,1059,51,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+MWH_5050,05:20:14:04,Active,VFX,1006,1119,114,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+WWD_0600,05:20:18:22,Active,VFX,1009,1120,112,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+MWH_0200,05:20:23:14,Active,VFX,1009,1349,341,,,Turned Over,,IRG_250812_01_R5_v62_VFX
+MWH_6200,05:20:37:19,Active,VFX,1021,1100,80,,,Turned Over,20250715 Travis: Reinstated with counts 1009 to 1095. Status back to NTO / Active.,IRG_250716_01_R5_v52_VFX
+MWH_6000,05:20:41:03,Active,VFX,1022,1201,180,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+MWH_6100,05:20:48:15,Active,VFX,1009,1142,134,,,Turned Over,,IRG_250829_01_R5_v65_VFX
+WWD_0500,05:20:54:05,Active,VFX,1009,1166,158,,,Turned Over,,IRG_250730_01_R5_v56_VFX
+WWD_1000,06:00:08:00,Active,VFX,1009,1156,148,,,Turned Over,,IRG_250701_02_R6_v50_VFX
+WWD_1020,06:00:14:04,Active,VFX,1009,1071,63,,,Turned Over,,IRG_250708_02_R6_v53_VFX
+WWD_1040,06:00:16:19,Active,VFX,1009,1243,235,,,Turned Over,20250715 Travis: Head extension +1492485 frames. Tail trim -1492485 frames. New counts 1009-1243.,IRG_250716_01_R6_v54_VFX
+WWD_1050,06:00:26:14,Active,VFX,1009,1068,60,,,Turned Over,"20250606 Travis: Tail trim -40 frames. New counts 1009-1066.
+20250715 Travis: Tail extension +2 frames. New counts 1009-1068.",IRG_250701_02_R6_v50_VFX
+WWD_0840,06:00:29:00,Inactive,VFX,1009,1074,66,,,HOLD,20250715 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250618_01_R6_v49_VFX
+WWD_1060,06:00:29:02,Active,VFX,1028,1053,26,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+WWD_1070,06:00:30:04,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1080,06:00:31:17,Active,VFX,1009,1043,35,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+WWD_0850,06:00:31:18,Inactive,VFX,1009,1066,58,,,HOLD,20250715 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R6_v39_VFXPlates
+WWD_1090,06:00:33:04,Active,VFX,1009,1059,51,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1100,06:00:35:07,Active,VFX,1009,1037,29,,,Turned Over,,IRG_250826_01_R6_v61_VFX
+WWD_1110,06:00:36:12,Active,VFX,1009,1085,77,,,Turned Over,,IRG_250708_02_R6_v53_VFX
+WWD_1120,06:00:39:17,Active,VFX,1009,1067,59,,,Turned Over,20250715 Travis: Head extension +1407339 frames. Tail trim -1407339 frames. New counts 1009-1067.,IRG_250716_01_R6_v54_VFX
+WWD_1130,06:00:42:04,Active,VFX,1009,1042,34,,,Turned Over,,IRG_250806_01_R6_v56_VFX
+WWD_1140,06:00:43:14,Active,VFX,1009,1094,86,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1160,06:00:47:04,Active,VFX,1009,1045,37,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1170,06:00:48:17,Active,VFX,1009,1051,43,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1180,06:00:50:12,Active,VFX,1009,1089,81,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1195,06:00:53:21,Active,VFX,1009,1379,327,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1200,06:00:59:12,Active,VFX,1009,1076,68,,,Turned Over,20250722 Travis: Head extension +1500761 frames. Tail trim -1500761 frames. New counts 1009-1076.,IRG_250730_01_R6_v55_VFX
+WWD_1220,06:01:07:15,Active,VFX,1009,1246,225,,,Turned Over,"20250701 Travis: Multi-cut range change to 1009-1082, 1096-1246.",IRG_250716_01_R6_v54_VFX
+WWD_1255,06:01:19:17,Active,VFX,1009,1105,97,,,Turned Over,,IRG_250701_02_R6_v50_VFX
+WWD_1260,06:01:23:18,Active,VFX,1009,1039,31,,,Turned Over,20250701 Travis: Head extension +1501119 frames. Tail trim -1501119 frames. New counts 1009-1039.,IRG_250723_01_R6_v55_VFX
+WWD_1262,06:01:25:01,Active,VFX,1009,1085,77,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1264,06:01:28:06,Active,VFX,1052,1094,43,,,Turned Over,20250606 Travis: Head extension +1550836 frames. Tail trim -1550836 frames. New counts 1052-1094.,IRG_250730_01_R6_v55_VFX
+WWD_1270,06:01:30:01,Active,VFX,1009,1062,54,,,Turned Over,20250728 Travis: Head extension +9 frames. Tail trim -9 frames. New counts 1009-1062.,IRG_250730_01_R6_v55_VFX
+WWD_1280,06:01:32:07,Active,VFX,1009,1131,123,,,Turned Over,"20250606 Travis: Head extension +56 frames. New counts 1502266-1502388.
+20250715 Travis: Head extension +1501257 frames. Tail trim -1501257 frames. New counts 1009-1131.",IRG_250730_01_R6_v55_VFX
+WWD_1305,06:01:37:10,Active,VFX,1009,1168,138,,,Turned Over,,IRG_250701_02_R6_v50_VFX
+WWD_1310,06:01:40:12,Active,VFX,1009,1059,51,,,Turned Over,20250701 Travis: Head extension +1501396 frames. Tail trim -1501396 frames. New counts 1009-1059.,IRG_250701_02_R6_v50_VFX
+WWD_1320,06:01:45:07,Active,VFX,1006,1131,126,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1330,06:01:50:13,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+NVX_6100,06:01:51:17,Active,NVX,893222,893246,25,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+WWD_1350,06:01:52:18,Active,VFX,1009,1074,66,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+WWD_1360,06:01:55:12,Active,VFX,1009,1077,69,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1370,06:01:58:09,Active,VFX,1009,1049,41,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+WWD_1380,06:02:00:02,Active,VFX,1009,1087,79,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1395,06:02:03:09,Active,VFX,1009,1056,48,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+NVX_6110,06:02:05:09,Active,NVX,930707,930724,18,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+WWD_1410,06:02:06:03,Active,VFX,1009,1034,26,,,Turned Over,20250811 Travis: Head trim -1 frames. Tail extension +1 frames. New counts 1009-1034.,IRG_250812_01_R6_v58_VFX
+WWD_1420,06:02:07:05,Active,VFX,1009,1052,44,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+WWD_1422,06:02:09:01,Active,VFX,1009,1060,52,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+WWD_1425,06:02:11:05,Active,VFX,1009,1036,28,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1427,06:02:12:09,Active,VFX,1009,1063,55,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1429,06:02:14:16,Active,VFX,1009,1054,46,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+WWD_4432,06:02:16:14,Active,VFX,1009,1146,138,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1424,06:02:17:02,Inactive,VFX,1010,1037,28,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R6_v39_VFXPlates
+WWD_1426,06:02:18:06,Inactive,VFX,1149721,1149775,55,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R6_v39_VFXPlates
+WWD_1431,06:02:21:19,Inactive,VFX,1202603,1202745,143,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1435,06:02:22:08,Active,VFX,1002,1081,80,,,Turned Over,20250606 Travis: Head extension +7 frames. Tail trim -81 frames. New counts 1002-1081.,IRG_250716_01_R6_v54_VFX
+WWD_4442,06:02:25:16,Active,VFX,1009,1247,239,,,Turned Over,,IRG_250820_01_R6_v59_VFX
+WWD_1432,06:02:34:04,Inactive,VFX,1203111,1203196,86,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1434,06:02:35:15,Active,VFX,949,1065,104,,Picture Changed,Turned Over,"20250604 Travis: Picture Changed
+20250606 Travis: Multi-cut range change to 1284712-1284766, 1017-1065.
+20250618 Travis: Multi-cut range change to 949-1003, 1017-1065.",IRG_250716_01_R6_v54_VFX
+WWD_4452,06:02:37:22,Active,VFX,1009,1353,314,,,Turned Over,,IRG_250820_01_R6_v59_VFX
+WWD_1436,06:02:39:11,Inactive,VFX,1203238,1203274,37,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1450,06:02:42:22,Inactive,VFX,1203352,1203413,62,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1470,06:02:48:12,Inactive,VFX,1203469,1203642,174,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1460,06:02:53:01,Active,VFX,1009,1080,72,,,Turned Over,20250606 Travis: Head extension +1 frames. Tail trim -1 frames. New counts 1009-1080.,IRG_250618_01_R6_v49_VFX
+WWD_4472,06:02:56:01,Active,VFX,1009,1178,170,,,Turned Over,,IRG_250820_01_R6_v59_VFX
+WWD_1490,06:03:00:19,Inactive,VFX,1203764,1203912,149,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1480,06:03:03:03,Active,VFX,1014,1124,111,,,Turned Over,"20250606 Travis: Head trim -5 frames. Tail trim -5 frames. New counts 1015-1125.
+20250819 Travis: Head extension +1 frames. Tail trim -1 frames. New counts 1014-1124.",IRG_250820_01_R6_v59_VFX
+WWD_4492,06:03:07:18,Active,VFX,1009,1253,245,,,Turned Over,,IRG_250820_01_R6_v59_VFX
+WWD_1500,06:03:17:23,Active,VFX,1014,1103,90,,,Turned Over,20250606 Travis: Head trim -5 frames. New counts 1014-1103.,IRG_250730_01_R6_v55_VFX
+WWD_1510,06:03:21:17,Active,VFX,1009,1059,51,,,Turned Over,20250623 Travis: Head extension +1231116 frames. Tail trim -1231116 frames. New counts 1009-1059.,IRG_250701_02_R6_v50_VFX
+WWD_1520,06:03:23:20,Active,VFX,1009,1243,235,,,Turned Over,20250805 Travis: Head extension +1589658 frames. Tail trim -1589658 frames. New counts 1009-1243.,IRG_250812_01_R6_v58_VFX
+WWD_1530,06:03:33:15,Active,VFX,1009,1235,227,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1550,06:03:34:08,Inactive,VFX,1009,1055,47,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1560,06:03:36:07,Inactive,VFX,1204291,1204352,62,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1565,06:03:38:21,Inactive,VFX,1009,1059,51,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1540,06:03:43:02,Active,VFX,1009,1214,169,,,Turned Over,"20250606 Travis: Multi-cut range change to 1204201-1204250, 1204288-1204406.
+20250701 Travis: Multi-cut range change to 1009-1058, 1096-1214.",IRG_250701_02_R6_v50_VFX
+WWD_1580,06:03:43:03,Inactive,VFX,1204494,1188497,109,,Pt 2 Name Changed to wwd_1585,HOLD,"20250604 Travis: Pt 2 Name Changed to wwd_1585
+20250606 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_4550,06:03:45:04,Active,VFX,1009,1046,38,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_4562,06:03:51:17,Active,VFX,1009,1257,249,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1567,06:04:02:02,Active,VFX,1009,1037,29,,,Turned Over,20250715 Travis: Head extension +1203428 frames. Tail trim -1203428 frames. New counts 1009-1037.,IRG_250716_01_R6_v54_VFX
+WWD_1570,06:04:03:07,Active,VFX,997,1303,307,,No Longer in Parts,Turned Over,"20250604 Travis: No Longer in Parts
+20250606 Travis: Head trim -1290906 frames. Tail extension +1290919 frames. New counts 1291916-1292222.",IRG_250716_01_R6_v54_VFX
+WWD_1585,06:04:16:02,Active,VFX,1009,1076,68,,,Turned Over,20250811 Travis: Head extension +1187421 frames. Tail trim -1187421 frames. New counts 1009-1076.,IRG_250812_01_R6_v58_VFX
+WWD_1590,06:04:18:22,Active,VFX,1009,1232,224,,,Turned Over,,IRG_250820_01_R6_v59_VFX
+WWD_1600,06:04:28:06,Active,VFX,1009,1138,130,,,Turned Over,20250728 Travis: Head extension +1187745 frames. Tail trim -1187745 frames. New counts 1009-1138.,IRG_250730_01_R6_v55_VFX
+WWD_1610,06:04:33:16,Active,VFX,1009,1232,224,,,Turned Over,,IRG_250820_01_R6_v59_VFX
+WWD_1620,06:04:43:00,Active,VFX,1009,1159,151,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+WWD_1630,06:04:49:07,Active,VFX,1009,1119,111,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+WWD_1640,06:04:53:22,Active,VFX,1009,1031,23,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+WWD_1650,06:04:54:21,Active,VFX,1009,1121,113,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1660,06:04:59:14,Active,VFX,1009,1069,61,,,Turned Over,,IRG_250708_02_R6_v53_VFX
+WWD_1670,06:05:02:03,Active,VFX,1009,1499,491,,,Turned Over,20250707 Travis: Head extension +1204338 frames. Tail trim -1204338 frames. New counts 1009-1499.,IRG_250730_01_R6_v55_VFX
+WWD_1700,06:05:15:00,Inactive,VFX,1009,1367,359,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1680,06:05:22:14,Active,VFX,1009,1085,77,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+WWD_1690,06:05:25:19,Active,VFX,1009,1364,356,,,Turned Over,"20250606 Travis: Tail extension +108 frames. New counts 1252607-1252962.
+20250701 Travis: Head extension +1251598 frames. Tail trim -1251598 frames. New counts 1009-1364.",IRG_250716_01_R6_v54_VFX
+WWD_1695,06:05:40:15,Active,VFX,1009,1124,116,,,Turned Over,,IRG_250708_02_R6_v53_VFX
+WWD_1705,06:05:45:11,Active,VFX,1009,1143,135,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1710,06:05:51:02,Active,VFX,1009,1108,100,,,Turned Over,,IRG_250708_02_R6_v53_VFX
+WWD_1720,06:05:55:06,Active,VFX,1009,1321,313,,,Turned Over,"20250606 Travis: Tail trim -16 frames. New counts 1253315-1253627.
+20250701 Travis: Head extension +1252306 frames. Tail trim -1252306 frames. New counts 1009-1321.",IRG_250812_01_R6_v58_VFX
+WWD_1730,06:06:08:07,Active,VFX,1009,1052,44,,,Turned Over,"20250606 Travis: Head trim -27 frames. Tail trim -17 frames. New counts 1036-1079.
+20250728 Travis: Head extension +27 frames. Tail trim -27 frames. New counts 1009-1052.",IRG_250730_01_R6_v55_VFX
+WWD_1760,06:06:09:09,Inactive,VFX,1594615,1594751,137,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1740,06:06:10:03,Active,VFX,1009,1255,247,,,Turned Over,"20250606 Travis: Head extension +85 frames. New counts 1253647-1253893.
+20250701 Travis: Head extension +1252638 frames. Tail trim -1252638 frames. New counts 1009-1255.",IRG_250812_01_R6_v58_VFX
+WWD_1770,06:06:15:02,Inactive,VFX,1168572,1168947,376,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1750,06:06:20:10,Active,VFX,1009,1179,171,,,Turned Over,20250606 Travis: Tail trim -96 frames. New counts 1009-1179.,IRG_250812_01_R6_v58_VFX
+WWD_1755,06:06:27:13,Active,VFX,1009,1425,417,,,Turned Over,20250728 Travis: Head extension +1189756 frames. Tail trim -1189756 frames. New counts 1009-1425.,IRG_250820_01_R6_v59_VFX
+WWD_1780,06:06:44:22,Active,VFX,1009,1093,85,,,Turned Over,"20250606 Travis: Head trim -11 frames. Tail trim -38 frames. New counts 1020-1104.
+20250819 Travis: Head extension +11 frames. Tail trim -11 frames. New counts 1009-1093.",IRG_250820_01_R6_v59_VFX
+WWD_1785,06:06:48:11,Active,VFX,1009,1109,101,,,Turned Over,20250722 Travis: Head extension +1190258 frames. Tail trim -1190258 frames. New counts 1009-1109.,IRG_250806_01_R6_v56_VFX
+WWD_1790,06:06:52:16,Active,VFX,1009,1341,333,,Picture Changed,Turned Over,"20250604 Travis: Picture Changed
+20250606 Travis: Head extension +56730 frames. Tail trim -56596 frames. New counts 1550711-1551042.
+20250618 Travis: Tail extension +1 frames. New counts 1550711-1551043.
+20250722 Travis: Head extension +1549702 frames. Tail trim -1549702 frames. New counts 1009-1341.",IRG_250730_01_R6_v55_VFX
+WWD_1810,06:07:06:13,Active,VFX,832,1397,566,,,Turned Over,"20250606 Travis: Head extension +168 frames. Tail extension +14 frames. New counts 1169452-1169840.
+20250618 Travis: Head extension +177 frames. New counts 1169275-1169840.
+20250715 Travis: Head extension +1168443 frames. Tail trim -1168443 frames. New counts 832-1397.",IRG_250806_01_R6_v56_VFX
+WWD_1800,06:07:12:09,Inactive,VFX,1055501,1055678,178,,,HOLD,"20250606 Travis: Head extension +6 frames. Tail trim -168 frames. New counts 1055501-1055678.
+20250618 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R6_v39_VFXPlates
+WWD_1820,06:07:30:03,Active,VFX,1009,1197,148,,Pt2 Name Changed to wwd_1840,Turned Over,"20250606 Travis: Multi-cut range change to 1023-1126, 1009-1052.
+20250731 Travis: Pt2 Name Changed to wwd_1840
+20250825 Travis: Multi-cut range change to 1009-1112, 1154-1197.",IRG_250829_01_R6_v61_VFX
+WWD_1870,06:07:32:23,Inactive,VFX,1009,1212,204,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WWD_1830,06:07:34:11,Active,VFX,1009,1049,41,,,Turned Over,20250701 Travis: Head extension +1168936 frames. Tail trim -1168936 frames. New counts 1009-1049.,IRG_250701_02_R6_v50_VFX
+WWD_1840,06:07:36:04,Inactive,VFX,1009,1052,44,, Name Changed to wwd_1820 Pt2,HOLD,"20250812 Travis: Name Changed to wwd_1820 Pt2
+20250819 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250730_01_R6_v55_VFX
+WWD_1850,06:07:38:00,Active,VFX,1009,1091,83,,,Turned Over,20250606 Travis: Tail trim -60 frames. New counts 1009-1091.,IRG_250820_01_R6_v59_VFX
+WWD_1860,06:07:41:11,Active,VFX,1009,1522,514,,Picture Changed,Turned Over,"20250604 Travis: Picture Changed
+20250606 Travis: Head extension +36670 frames. Tail trim -36622 frames. New counts 1581231-1581546.
+20250715 Travis: Tail extension +96 frames. New counts 1581231-1581642.
+20250722 Travis: Tail extension +102 frames. New counts 1581231-1581744.
+20250805 Travis: Head extension +1580222 frames. Tail trim -1580222 frames. New counts 1009-1522.",IRG_250806_01_R6_v56_VFX
+WWD_1865,06:07:58:15,Inactive,VFX,1105,1206,102,,,HOLD,"20250715 Travis: Head trim -96 frames. New counts 1105-1206.
+20250722 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R6_v39_VFXPlates
+WWD_1880,06:08:02:21,Active,VFX,991,1677,687,,,Turned Over,"20250606 Travis: Multi-cut range change to 991-1393, 1394-1677.",IRG_250812_01_R6_v58_VFX
+WWD_1890,06:08:31:12,Active,VFX,1009,1641,633,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1900,06:08:57:21,Active,VFX,1009,1155,147,,,Turned Over,,IRG_250820_01_R6_v59_VFX
+WWD_1910,06:09:04:00,Active,VFX,1009,1096,88,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+WWD_1920,06:09:07:16,Active,VFX,1009,1179,171,,,Turned Over,"20250606 Travis: Multi-cut range change to 1009-1179, 1031-1101.
+20250618 Travis: Multi-cut range change to 1009-1179, 1031-1101.",IRG_250618_01_R6_v49_VFX
+WWD_1930,06:09:14:19,Active,VFX,1009,1083,75,,,Turned Over,"20250606 Travis: Multi-cut range change to , 1009-1068.
+20250618 Travis: Multi-cut range change to 1009-1083, 1009-1068.",IRG_250716_01_R6_v54_VFX
+WWD_1940,06:09:17:22,Active,VFX,1009,1061,53,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+WWD_1950,06:09:20:03,Active,VFX,1009,1056,48,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1960,06:09:22:03,Active,VFX,1009,1176,168,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+WWD_1970,06:09:29:03,Active,VFX,1009,1060,52,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_1980,06:09:31:07,Active,VFX,1009,1124621,126,,,Turned Over,"20250618 Travis: Multi-cut range change to 1124436-1124464, 1124497-1124528, 1124557-1124621.
+20250707 Travis: Multi-cut range change to 1009-1037, 1070-1101, 1124557-1124621.",IRG_250716_01_R6_v54_VFX
+WWD_1990,06:09:32:12,Active,VFX,1009,1188,105,,Pt1 & Pt3 Active. Pt4 Name Changed to wwd_1995,Turned Over,"20250715 Travis: Multi-cut range change to 1009-1030, 1246350-1246383, 1106-1188, 1246537-1246585.
+20250813 Travis: Pt1 & Pt3 Active. Pt4 Name Changed to wwd_1995",IRG_250716_01_R6_v54_VFX
+WWD_2000,06:09:38:05,Active,VFX,1009,1182,112,,,Turned Over,"20250701 Travis: Multi-cut range change to 1009-1088, 1151-1182.",IRG_250730_01_R6_v55_VFX
+WWD_1995,06:09:41:13,Active,VFX,1009,1057,49,,,Turned Over,,IRG_250820_01_R6_v59_VFX
+WWD_2090,06:09:44:22,Active,VFX,1009,1625,617,,,Turned Over,,IRG_250826_01_R6_v61_VFX
+NVX_6400,06:10:10:15,Active,NVX,1253998,1254050,53,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+WWD_2110,06:10:12:20,Active,VFX,1009,1241,233,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+NVX_6410,06:10:19:03,Active,NVX,1536734,1537022,289,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R6_v53_Drama
+NVX_6420,06:10:28:14,Active,NVX,1537102,1537376,275,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R6_v53_Drama
+WWD_2140,06:10:34:08,Active,VFX,1009,1127,119,,,Turned Over,20250701 Travis: Head extension +1277958 frames. Tail trim -1277958 frames. New counts 1009-1127.,IRG_250723_01_R6_v55_VFX
+WWD_2150,06:10:39:07,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250716_01_R6_v54_VFX
+NVX_6430,06:10:40:22,Active,NVX,1537324,1537620,297,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R6_v53_Drama
+WWD_2170,06:10:47:03,Active,VFX,1009,1073,65,,,Turned Over,20250715 Travis: Head extension +1278573 frames. Tail trim -1278573 frames. New counts 1009-1073.,IRG_250716_01_R6_v54_VFX
+NVX_6440,06:10:49:20,Active,NVX,1537709,1537788,80,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R6_v53_Drama
+WWD_2190,06:10:53:04,Active,VFX,1009,1026,18,,,Turned Over,20250715 Travis: Head extension +1081731 frames. Tail trim -1081731 frames. New counts 1009-1026.,IRG_250730_01_R6_v55_VFX
+NVX_6445,06:10:53:22,Active,NVX,1449758,1449771,14,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R6_v53_Drama
+NVX_6450,06:10:54:12,Active,NVX,1371574,1371627,54,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R6_v53_Drama
+WWD_2220,06:10:56:18,Active,VFX,1009,1043,35,,,Turned Over,20250606 Travis: Head extension +1278818 frames. Tail trim -1278818 frames. New counts 1009-1043.,IRG_250618_01_R6_v49_VFX
+NVX_6460,06:10:58:05,Active,NVX,1538179,1538419,241,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R6_v53_Drama
+NVX_6470,06:11:08:06,Active,NVX,1082866,1082917,52,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R6_v53_Drama
+WWD_2250,06:11:10:10,Active,VFX,1009,1125,117,,,Turned Over,,IRG_250618_01_R6_v49_VFX
+WWD_2240,06:11:14:03,Inactive,VFX,1082866,1082917,52,,Swap to Drama,HOLD,"20250630 Travis: Swap to Drama
+20250701 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250611_02_R6_v39_VFXPlates
+NVX_6480,06:11:15:07,Active,NVX,1538485,1538585,101,1,OPTICAL RETIME,Turned Over,,IRG_250708_01_R6_v53_Drama
+WWD_2260,06:11:19:12,Active,VFX,1009,1160,152,,,Turned Over,,IRG_250701_02_R6_v50_VFX
+WWD_2270,06:11:25:20,Active,VFX,1009,1264,256,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_2300,06:11:36:12,Active,VFX,1009,1428,222,,,Turned Over,"20250715 Travis: Multi-cut range change to 1009-1149, 1348-1428.",IRG_250618_01_R6_v49_VFX
+WWD_2307,06:11:42:09,Active,VFX,1009,1105,97,,,Turned Over,,IRG_250730_01_R6_v55_VFX
+WWD_2305,06:11:49:10,Inactive,VFX,1545909,1545985,77,,,HOLD,20250715 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R6_v39_VFXPlates
+WWD_2360,06:11:49:19,Active,VFX,935,1053,119,1,OPTICAL Dissolve to WWD_2370 118 frms at Tail. Dissolve Range 1054-1171,Turned Over,"20250617 Travis: Picture Changed
+20250618 Travis: Head extension +74 frames. Tail trim -54 frames. New counts 1296741-1296859.
+20250701 Travis: Head extension +1295806 frames. Tail trim -1295806 frames. New counts 935-1053.
+20250707 Travis: Tail trim -118 frames. New counts 935-1053.",IRG_250701_02_R6_v50_VFX
+WWD_2370,06:11:54:18,Active,VFX,939,1173,235,1,OPTICAL Dissolve tfrom WWD_2360 118 frms at Head. Dissolve Range 0939-1056,Turned Over,"20250618 Travis: Head extension +46 frames. Tail trim -238 frames. New counts 1505896-1506130.
+20250722 Travis: Head extension +1504957 frames. Tail trim -1504957 frames. New counts 939-1173.",IRG_250723_01_R6_v55_VFX
+WWD_2380,06:12:04:13,Active,VFX,973,1084,112,,,Turned Over,"20250618 Travis: Head trim -1505324 frames. Tail extension +1505360 frames. New counts 1506333-1506444.
+20250805 Travis: Head extension +1505360 frames. Tail trim -1505360 frames. New counts 973-1084.",IRG_250812_01_R6_v58_VFX
+WWD_2310,06:12:05:13,Inactive,VFX,1292783,1292949,167,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R6_v39_VFXPlates
+WWD_2390,06:12:09:05,Active,VFX,1009,1263,255,,,Turned Over,20250722 Travis: Head extension +1505432 frames. Tail trim -1505432 frames. New counts 1009-1263.,IRG_250725_01_R6_v55_VFX
+WWD_2400,06:12:19:20,Active,VFX,1009,1246,238,,,Turned Over,,IRG_250618_01_R6_v49_VFX
+WWD_2330,06:12:22:05,Inactive,VFX,1295997,1296341,345,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R6_v39_VFXPlates
+WWD_2350,06:12:29:10,Inactive,VFX,1009,1100,92,,,HOLD,20250618 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250611_02_R6_v39_VFXPlates
+WWD_2410,06:12:29:18,Active,VFX,1009,1084,76,,,Turned Over,"20250606 Travis: Head extension +864632 frames. Tail trim -864632 frames. New counts 1009-1096.
+20250715 Travis: Tail trim -12 frames. New counts 1009-1084.",IRG_250618_01_R6_v49_VFX
+WWD_2420,06:12:32:22,Active,VFX,997,1095,99,,,Turned Over,"20250715 Travis: Head extension +6 frames. Tail extension +8 frames. New counts 1003-1086.
+20250811 Travis: Head extension +6 frames. Tail extension +9 frames. New counts 997-1095.",IRG_250829_01_R6_v61_VFX
+WWD_2430,06:12:37:01,Active,VFX,1026,1088,63,,,Turned Over,20250715 Travis: Head extension +865184 frames. Tail trim -865201 frames. New counts 1026-1088.,IRG_250806_01_R6_v56_VFX
+WWD_2440,06:12:39:16,Active,VFX,1009,1149,141,,,Turned Over,,IRG_250618_01_R6_v49_VFX
+WWD_2450,06:12:45:13,Active,VFX,1009,1045,37,,,Turned Over,20250722 Travis: Head extension +865341 frames. Tail trim -865341 frames. New counts 1009-1045.,IRG_250725_01_R6_v55_VFX
+WWD_2460,06:12:47:02,Active,VFX,1009,1084,76,,,Turned Over,,IRG_250618_01_R6_v49_VFX
+WWD_2470,06:12:50:06,Active,VFX,1009,1228,229,,,Turned Over,"20250606 Travis: Multi-cut range change to 866523-866578, 866570-866742.",IRG_250730_01_R6_v55_VFX
+WWD_2480,06:12:52:14,Active,VFX,1009,1068,60,,,Turned Over,,IRG_250618_01_R6_v49_VFX
+FMO_1000,06:13:02:07,Active,VFX,3986,4179,194,,STOCK FTG,Turned Over,,IRG_250829_01_R6_v61_VFX
+YWF_1000,06:13:10:09,Active,VFX,1027,1074,48,,,Turned Over,20250707 Travis: Head extension +998817 frames. Tail trim -998817 frames. New counts 1027-1074.,IRG_250829_01_R6_v61_VFX
+YWF_1020,06:13:12:09,Active,VFX,1009,1042,34,,,Turned Over,20250722 Travis: Head extension +1323712 frames. Tail trim -1323712 frames. New counts 1009-1042.,IRG_250812_01_R6_v58_VFX
+YWF_1030,06:13:13:19,Active,VFX,1009,1076,68,,,Turned Over,20250728 Travis: Head extension +1182223 frames. Tail trim -1182223 frames. New counts 1009-1076.,IRG_250730_01_R6_v55_VFX
+WWD_2490,06:13:14:03,Inactive,VFX,866570,866742,173,,Name Changed to wwd_2470 Pt2,HOLD,"20250604 Travis: Name Changed to wwd_2470 Pt2
+20250606 Travis: Out of cut. Status from Turned Over to HOLD.",IRG_250513_01_R6_v29_VFXPlatesFMP
+NVX_6510,06:13:16:15,Active,NVX,1253714,1253805,92,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+YWF_1050,06:13:20:11,Active,VFX,1009,1145,97,,,Turned Over,"20250805 Travis: Multi-cut range change to 1009-1036, 1077-1145.",IRG_250812_01_R6_v58_VFX
+NVX_6520,06:13:21:15,Active,NVX,1253809,1253836,28,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+NVX_6530,06:13:25:16,Active,NVX,1250342,1250394,53,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+YWF_1090,06:13:27:21,Active,VFX,1009,1044,36,,,Turned Over,20250728 Travis: Head extension +1166951 frames. Tail trim -1166951 frames. New counts 1009-1044.,IRG_250826_01_R6_v61_VFX
+NVX_6540,06:13:29:09,Active,NVX,1250500,1250525,26,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+NVX_6550,06:13:30:11,Active,NVX,1120590,1120618,29,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+NVX_6560,06:13:31:16,Active,NVX,1250529,1250633,105,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+YWF_1130,06:13:36:01,Active,VFX,1009,1058,50,,,Turned Over,20250825 Travis: Head extension +1180795 frames. Tail trim -1180795 frames. New counts 1009-1058.,IRG_250829_01_R6_v61_VFX
+NVX_6570,06:13:38:03,Active,NVX,1254374,1254438,65,,,Turned Over,,IRG_250708_01_R6_v53_Drama
+YWF_1150,06:13:40:20,Active,VFX,1009,1183,175,,,Turned Over,20250825 Travis: Head extension +1011787 frames. Tail trim -1011787 frames. New counts 1009-1183.,IRG_250829_01_R6_v61_VFX
+YWF_1160,06:13:48:03,Active,VFX,1009,1047,39,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+YWF_1200,06:13:49:18,Active,VFX,1079,1643,565,,,Turned Over,,IRG_250826_01_R6_v61_VFX
+YWF_1300,06:14:13:07,Active,VFX,1009,1161,153,,,Turned Over,,IRG_250826_01_R6_v61_VFX
+YWF_1315,06:14:19:16,Active,VFX,1157,1281,125,,,Turned Over,,IRG_250812_01_R6_v58_VFX
+YWF_1360,06:14:24:21,Active,VFX,1044,1174,131,,,Turned Over,,IRG_250618_01_R6_v49_VFX
+YWF_1370,06:14:30:08,Active,VFX,1035,1072,38,,,Turned Over,"20250606 Travis: Head trim -26 frames. New counts 1209924-1209961.
+20250908 Travis: Head extension +1208889 frames. Tail trim -1208889 frames. New counts 1035-1072.",IRG_250611_02_R6_v39_VFXPlates
+YWF_1380,06:14:31:22,Active,VFX,1009,1050,42,,,Turned Over,20250819 Travis: Head extension +1318300 frames. Tail trim -1318300 frames. New counts 1009-1050.,IRG_250826_01_R6_v61_VFX
+YWF_1400,06:14:33:16,Active,VFX,1161123,1161235,113,,,Turned Over,20250606 Travis: Head extension +61 frames. New counts 1161123-1161235.,IRG_250611_02_R6_v39_VFXPlates
+YWF_1410,06:14:38:09,Active,VFX,1009,1112,104,,,Turned Over,20250825 Travis: Head extension +1103490 frames. Tail trim -1103490 frames. New counts 1009-1112.,IRG_250829_01_R6_v61_VFX
+YWF_1415,06:14:42:17,Active,VFX,1009,1092,84,,,Turned Over,,IRG_250618_01_R6_v49_VFX
+YWF_1320,06:14:44:08,Inactive,VFX,1092,1130,39,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+YWF_1420,06:14:46:05,Active,VFX,1009,1092,84,,,Turned Over,20250805 Travis: Head extension +1160321 frames. Tail trim -1160321 frames. New counts 1009-1092.,IRG_250812_01_R6_v58_VFX
+YWF_1430,06:14:49:17,Active,VFX,1009,1068,60,,,Turned Over,20250728 Travis: Head extension +1103805 frames. Tail trim -1103805 frames. New counts 1009-1068.,IRG_250730_01_R6_v55_VFX
+YWF_1440,06:14:52:05,Active,VFX,1009,1051,43,,,Turned Over,"20250606 Travis: Tail trim -120 frames. New counts 1160528-1160570.
+20250825 Travis: Head extension +1159519 frames. Tail trim -1159519 frames. New counts 1009-1051.",IRG_250829_01_R6_v61_VFX
+YWF_1450,06:14:54:00,Active,VFX,922,1456,535,,,Turned Over,"20250606 Travis: Head trim -1013790 frames. Tail extension +1014042 frames. New counts 1014799-1015294.
+20250618 Travis: Tail trim -63 frames. New counts 922-1354.
+20250805 Travis: Tail extension +71 frames. New counts 922-1425.
+20250819 Travis: Tail extension +31 frames. New counts 922-1456.",IRG_250829_01_R6_v61_VFX
+YWF_1390,06:15:02:04,Inactive,VFX,1095166,1095226,61,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WLO_1200,06:15:16:07,Active,VFX,1002,1350,349,,,Turned Over,"20250618 Travis: Reinstated with counts 1009 to 1646. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7
+20250819 Travis: Head extension +8 frames. New counts 1002-1350.
+20250819 Travis: Shot rebalance to R6",IRG_250829_01_R6_v61_VFX
+YWF_1460,06:15:37:16,Inactive,VFX,1009,1123,115,,,HOLD,20250606 Travis: Out of cut. Status from Turned Over to HOLD.,IRG_250513_01_R6_v29_VFXPlatesFMP
+WLO_1100,06:15:42:11,Inactive,VFX,1009,1082,74,,,NTO,,
+WLO_1120,06:15:45:13,Inactive,VFX,1009,1074,66,,,NTO,,
+RTM_1040,06:19:58:21,Inactive,VFX,1009,1127,119,,,NTO,,
+RTM_1050,06:20:03:20,Inactive,VFX,1009,1065,57,,,NTO,,
+RTM_1060,06:20:06:05,Inactive,VFX,1109339,1109387,49,,,NTO,,
+RTM_1080,06:20:09:15,Inactive,VFX,1111151,1111176,26,,,NTO,,
+RTM_1150,06:20:22:12,Inactive,VFX,1009,1078,70,,,NTO,,
+RTM_1170,06:20:28:03,Inactive,VFX,1009,1071,63,,,NTO,,
+RTM_1190,06:20:36:16,Inactive,VFX,1109913,1110092,180,,,NTO,,
+RTM_1180,06:20:39:17,Inactive,VFX,1001,1064,64,,,NTO,,
+RTM_1270,06:20:59:11,Inactive,VFX,1052,1224,173,,,NTO,,
+RTM_2300,06:21:19:20,Inactive,VFX,1102,1171,70,,,NTO,,
+RTM_2310,06:21:22:22,Inactive,VFX,1034,1139,106,,,NTO,,
+EFL_1150,06:23:14:12,Inactive,VFX,1010,1078,69,,,NTO,,
+EFL_1160,06:23:17:09,Inactive,VFX,1010,1036,27,,,NTO,,
+EFL_1170,06:23:18:12,Inactive,VFX,1009,1066,58,,,NTO,,
+EFL_1180,06:23:20:22,Inactive,VFX,1010,1061,52,,,NTO,,
+PBO_1060,06:23:48:00,Inactive,VFX,1186,1346,161,,,NTO,,
+PBO_1080,06:23:54:17,Inactive,VFX,1009,1066,58,,,NTO,,
+PBO_1100,06:23:57:03,Inactive,VFX,1009,1111,103,,,NTO,,
+PBO_1120,06:24:01:10,Inactive,VFX,1009,1074,66,,,NTO,,
+PBO_0900,06:24:17:07,Inactive,VFX,1009,1279,271,,,NTO,,
+PBO_1040,06:24:28:14,Inactive,VFX,1010,1066,57,,,NTO,,
+PBO_1310,06:24:29:17,Inactive,VFX,1009,1114,106,,,NTO,,
+PBO_1150,06:24:30:23,Inactive,VFX,1011,1058,48,,,NTO,,
+PBO_1160,06:24:32:23,Inactive,VFX,1010,1142,133,,,NTO,,
+PBO_1180,06:24:38:12,Inactive,VFX,1009,1197,189,,,NTO,,
+PBO_1200,06:24:46:09,Inactive,VFX,1014,1109,96,,,NTO,,
+PBO_1300,06:24:50:09,Inactive,VFX,1092,1179,88,,,NTO,,
+PBO_1410,06:25:38:20,Inactive,VFX,1009,1115,107,,,NTO,,
+PBO_1420,06:25:43:07,Inactive,VFX,1009,1051,43,,,NTO,,
+PBO_3100,06:26:15:00,Inactive,VFX,1009,1121,113,,,NTO,,
+PBO_3500,06:26:50:23,Inactive,VFX,1009,1082,74,,,NTO,,
+ODP_4070,06:26:57:08,Inactive,VFX,1050,1089,40,,STOCK FTG,NTO,,
+ODP_4120,06:26:59:00,Inactive,VFX,1298,1355,58,,STOCK FTG,NTO,,
+POP_3020,06:27:01:10,Inactive,VFX,1250,1312,63,,STOCK FTG,NTO,,
+OTS_5720,06:27:07:10,Inactive,VFX,1030,1065,36,,STOCK FTG,NTO,,
+OTS_5730,06:27:08:22,Inactive,VFX,1009,1063,55,,STOCK FTG,NTO,,
+WIW_2520,06:27:16:16,Inactive,VFX,2050,2128,79,,,NTO,,
+PBO_3510,06:27:19:23,Inactive,VFX,1799385,1799463,79,,,NTO,,
+PBO_3550,06:27:32:04,Inactive,VFX,1009,1309,301,,,NTO,,
+PBO_3600,06:27:44:17,Inactive,VFX,1089,1214,126,,,NTO,,
+WLO_1210,07:00:08:00,Active,VFX,1010,1133,124,,,Turned Over,"20250618 Travis: Head trim -1 frames. Tail trim -19 frames. New counts 1010-1133.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250812_01_R7_v10_VFX
+WLO_1220,07:00:13:04,Active,VFX,1009,1123,115,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+WLO_1240,07:00:17:23,Active,VFX,1055,1116,62,,,Turned Over,"20250618 Travis: Head trim -46 frames. New counts 1055-1116.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250730_01_R7_v05_VFX
+WLO_1260,07:00:20:13,Active,VFX,1009,1076,68,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+WLO_1270,07:00:23:09,Active,VFX,1009,1170,162,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+WLO_1280,07:00:30:03,Active,VFX,1009,1993,985,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+WLO_1290,07:01:11:04,Active,VFX,1009,1087,79,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+WLO_1300,07:01:14:11,Active,VFX,1009,1068,60,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+WLO_1310,07:01:16:23,Active,VFX,1009,1086,78,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+WLO_1320,07:01:20:05,Active,VFX,1009,1038,30,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+WLO_1330,07:01:21:11,Active,VFX,1009,1227,186,,,Turned Over,"20250701 Travis: Multi-cut range change to 1009-1030, 1064-1227.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250701_02_R6_v50_VFX
+WLO_1340,07:01:22:09,Active,VFX,1009,1046,38,,,Turned Over,"20250618 Travis: Tail extension +8 frames. New counts 1009-1046.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250812_01_R7_v10_VFX
+WLO_2000,07:01:30:19,Active,VFX,1009,1242,234,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+WLO_2010,07:01:40:13,Active,VFX,1009,1188,180,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+WLO_2020,07:01:48:01,Active,VFX,1009,1139,131,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+WLO_2030,07:01:53:12,Active,VFX,1009,1094,86,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250826_01_R7_v12_VFX
+WLO_2040,07:01:57:02,Active,VFX,1009,1159,151,1,OPTICAL Dissolve to WLO_2050 96 frms at Tail. Dissolve Range 1064-1159,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250826_01_R7_v12_VFX
+WLO_2050,07:01:59:09,Active,VFX,1009,1257,249,1,OPTICAL Dissolve from WLO_2040 96 frms at Head. Dissolve Range 1009-1104,Turned Over,"20250707 Travis: Rebalance Shot Moved to R7
+20250715 Travis: Tail extension +79 frames. New counts 1009-1257.",IRG_250716_01_R7_v04_VFX
+FMO_1080,07:02:09:18,Active,VFX,1101,1183,83,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+FMO_1090,07:02:13:05,Active,VFX,1018,1152,135,,STOCK FTG,Turned Over,"20250606 Travis: Reinstated with counts 1032 to 1152. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250829_01_R7_v12_VFX
+FMO_1300,07:02:18:20,Active,VFX,1002,1108,107,,STOCK FTG,Turned Over,"20250606 Travis: Reinstated with counts 1002 to 1108. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250829_01_R7_v12_VFX
+FMO_1540,07:02:23:07,Active,VFX,1047,1110,64,,STOCK FTG,Turned Over,"20250606 Travis: Reinstated with counts 1047 to 1110. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250829_01_R7_v12_VFX
+FMO_1550,07:02:25:23,Active,VFX,1009,1050,42,,STOCK FTG,Turned Over,"20250606 Travis: Reinstated with counts 1009 to 1050. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250829_01_R7_v12_VFX
+BEE_1190,07:02:27:17,Active,VFX,1017,1076,60,,STOCK FTG Note 6 frms short at tail,Turned Over,"20250606 Travis: Reinstated with counts 1017 to 1076. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250829_01_R7_v12_VFX
+BEE_1215,07:02:30:05,Active,VFX,1046,1112,67,,STOCK FTG Note 8 frms short at tail,Turned Over,"20250606 Travis: Reinstated with counts 1046 to 1112. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250829_01_R7_v12_VFX
+BEE_1387,07:02:33:00,Active,VFX,1105,1306,202,,STOCK FTG,Turned Over,"20250606 Travis: Reinstated with counts 1105 to 1306. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250829_01_R7_v12_VFX
+BEE_1450,07:02:41:10,Active,VFX,1009,1094,86,,STOCK FTG,Turned Over,"20250606 Travis: Reinstated with counts 1009 to 1094. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250829_01_R7_v12_VFX
+NVX_1250,07:02:45:00,Active,NVX,1186121,1186170,50,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250703_01_R6_v50_StockFtg
+BEE_1500,07:02:47:02,Active,VFX,1000,1195,196,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+BEE_1520,07:02:55:06,Active,VFX,1012,1107,96,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+BEE_1560,07:02:59:06,Active,VFX,1012,1112,101,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+BEE_1570,07:03:03:11,Active,VFX,1009,1047,39,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+NVX_1265,07:03:05:02,Active,NVX,1544709,1544777,69,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250703_01_R6_v50_StockFtg
+BEE_1585,07:03:07:23,Active,VFX,1005,1039,35,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+BEE_1590,07:03:09:10,Active,VFX,1001,1257,229,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+NVX_1270,07:03:16:07,Active,NVX,1543853,1543885,33,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250703_01_R6_v50_StockFtg
+BEE_1592,07:03:20:08,Active,VFX,1009,1035,27,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+NVX_1280,07:03:21:11,Active,NVX,1293111,1293151,41,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250703_01_R6_v50_StockFtg
+BEE_1595,07:03:23:04,Active,VFX,1009,1097,89,,STOCK FTG,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+NVX_6710,07:03:26:21,Active,NVX,1291659,1291716,58,,,Turned Over,,IRG_250708_01_R7_v01_Drama
+RTM_1000,07:03:29:07,Active,VFX,1046,1475,430,,,Turned Over,"20250707 Travis: Rebalance Shot Moved to R7
+20250819 Travis: Head trim -37 frames. Tail extension +140 frames. New counts 1046-1475.",IRG_250829_01_R7_v12_VFX
+RTM_1010,07:03:47:05,Active,VFX,1009,1043,35,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_1020,07:03:48:16,Active,VFX,1009,1045,37,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+NVX_6720,07:03:50:05,Active,NVX,1554650,1554691,42,,,Turned Over,,IRG_250708_01_R7_v01_Drama
+RTM_4000,07:03:51:23,Active,VFX,1009,1154,146,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4020,07:03:58:01,Active,VFX,1009,1061,53,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+NVX_6730,07:04:00:06,Active,NVX,748510,748579,70,,,Turned Over,,IRG_250708_01_R7_v01_Drama
+RTM_4060,07:04:03:04,Active,VFX,1009,1113,105,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4080,07:04:07:13,Active,VFX,1009,1171,163,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4100,07:04:14:08,Active,VFX,1009,1097,89,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4120,07:04:18:01,Active,VFX,1009,1059,51,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4130,07:04:20:04,Active,VFX,1009,1108,100,,,Turned Over,,IRG_250829_01_R7_v12_VFX
+RTM_1070,07:04:24:08,Active,VFX,1009,1036,28,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4180,07:04:25:12,Active,VFX,1009,1030,22,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+NVX_6740,07:04:26:10,Active,NVX,1554868,1554896,29,,,Turned Over,,IRG_250708_01_R7_v01_Drama
+RTM_1100,07:04:27:15,Active,VFX,1009,1060,52,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250826_01_R7_v12_VFX
+RTM_1110,07:04:29:19,Active,VFX,1001,1040,40,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4140,07:04:30:02,Inactive,VFX,1009,1075,67,,,NTO,20250707 Travis: Rebalance Shot Moved to R7,
+RTM_1120,07:04:31:11,Active,VFX,1011,1053,43,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4280,07:04:33:06,Active,VFX,1009,1036,28,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_1130,07:04:34:10,Active,VFX,1009,1087,79,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4320,07:04:37:17,Active,VFX,1009,1076,68,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_1140,07:04:40:13,Active,VFX,1010,1052,43,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250826_01_R7_v12_VFX
+RTM_1160,07:04:42:08,Active,VFX,1012,1081,70,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250826_01_R7_v12_VFX
+RTM_4380,07:04:45:06,Active,VFX,1009,1121,113,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4400,07:04:49:23,Active,VFX,1009,1122,114,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_4420,07:04:54:17,Active,VFX,1009,1242,234,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+NVX_6750,07:05:04:11,Active,NVX,748793,748871,79,,,Turned Over,,IRG_250708_01_R7_v01_Drama
+RTM_4460,07:05:07:18,Active,VFX,1009,1135,127,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_1200,07:05:13:01,Active,VFX,1009,1030,22,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+RTM_1210,07:05:13:23,Active,VFX,1009,1039,31,,,Turned Over,"20250611 Travis: Reinstated with counts 1009 to 1038. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250730_01_R7_v05_VFX
+RTM_1220,07:05:15:06,Active,VFX,1009,1034,26,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+RTM_1230,07:05:16:08,Active,VFX,1188,1218,31,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+RTM_2000,07:05:17:15,Active,VFX,1031,1105,75,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+RTM_2200,07:05:20:18,Active,VFX,1009,1133,125,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+WBA_2000,07:05:25:23,Active,VFX,1009,1078,70,,,Turned Over,"20250707 Travis: Reinstated with counts 804301 to 804370. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250829_01_R7_v12_VFX
+WBA_2100,07:05:28:21,Active,VFX,1009,1085,77,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+DRC_0900,07:05:32:02,Active,VFX,1009,1075,67,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+DRC_1000,07:05:34:21,Active,VFX,1237,1398,162,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+RTM_4600,07:05:41:15,Active,VFX,1009,1133,125,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+RTM_1300,07:05:46:20,Active,VFX,1009,1168,160,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+RTM_4640,07:05:53:12,Active,VFX,1009,1206,198,1,OPTICAL Dissolve to ELF_1000 96 frms at Tail. Dissolve Range 1111-1206,Turned Over,"20250707 Travis: Rebalance Shot Moved to R7
+20250805 Travis: Tail trim -96 frames. New counts 1009-1110.",IRG_250829_01_R7_v12_VFX
+EFL_1000,07:05:57:18,Active,VFX,1046,1544,499,1,OPTICAL Dissolve from RTM_4640 96 frms at Head. Dissolve Range 1046-1141,Turned Over,"20250707 Travis: Rebalance Shot Moved to R7
+20250707 Travis: Head extension +17 frames. Tail trim -17 frames. New counts 1046-1544.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250708_02_R7_v01_VFX
+EFL_1010,07:06:18:13,Active,VFX,1009,1607,500,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+EFL_1020,07:06:27:15,Active,VFX,1009,1076,68,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+EFL_1040,07:06:34:05,Active,VFX,1009,1085,77,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+EFL_1060,07:06:45:10,Active,VFX,1009,1133,125,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+EFL_1070,07:06:50:15,Active,VFX,1009,1247,235,,,Turned Over,"20250707 Travis: Rebalance Shot Moved to R7
+20250805 Travis: Multi-cut range change to 1009-1069, 1074-1247.",IRG_250730_01_R7_v05_VFX
+EFL_1080,07:06:53:04,Active,VFX,1009,1060,52,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+EFL_1100,07:07:02:14,Active,VFX,1009,1105,97,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+EFL_1110,07:07:06:15,Active,VFX,1009,1227,215,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+EFL_1120,07:07:10:06,Active,VFX,1009,1039,31,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+EFL_1140,07:07:16:21,Active,VFX,1009,1070,62,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+EFL_1190,07:07:19:11,Active,VFX,1001,1168,168,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+EFL_1200,07:07:26:11,Active,VFX,1009,1069,61,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+EFL_1205,07:07:29:00,Active,VFX,1009,1098,90,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250716_01_R7_v04_VFX
+EFL_1210,07:07:32:18,Active,VFX,1009,1089,81,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+EFL_1240,07:07:36:03,Active,VFX,1009,1156,148,1,OPTICAL Dissolve to RTM_3000 Pt1 88 frms at Tail. Dissolve Range 1069-1156,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250723_01_R7_v05_VFX
+RTM_3000,07:07:38:15,Active,VFX,992,1405,371,1,OPTICAL Dissolve from EFL_1240 88 frms at Head. Dissolve Range 0992-1079,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250826_01_R7_v12_VFX
+NVX_6870,07:07:51:22,Active,NVX,1085616,1085654,39,,,Turned Over,,IRG_250708_01_R7_v01_Drama
+NVX_6880,07:07:55:17,Active,NVX,1566136,1566217,82,,,Turned Over,,IRG_250708_01_R7_v01_Drama
+RTM_3020,07:07:59:03,Active,VFX,1009,1066,58,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+NVX_6890,07:08:01:13,Active,NVX,1085864,1085910,47,,,Turned Over,,IRG_250708_01_R7_v01_Drama
+RTM_3030,07:08:03:12,Active,VFX,1009,1300,292,1,OPTICAL Dissolve to PBO_1240 48 frms at Tail. Dissolve Range 1253-1300,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+PBO_1240,07:08:13:16,Active,VFX,954,1074,121,1,OPTICAL Dissolve from RTM_3030 48 frms at Head. Dissolve Range 0954-1001,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250820_01_R7_v11_VFX
+PBO_1260,07:08:18:17,Active,VFX,1009,1251,212,,3D Note: 2 Circular Dark Mattes on top of Glinda's hairline then pops off 1137-1143,Turned Over,"20250707 Travis: Rebalance Shot Moved to R7
+20250905 Travis: 3D Note: 2 Circular Dark Mattes on top of Glinda's hairline then pops off 1137-1143",IRG_250618_01_R6_v49_VFX
+NVX_6900,07:08:22:18,Active,NVX,745665,745746,82,,,Turned Over,,IRG_250708_01_R7_v01_Drama
+PBO_1320,07:08:30:23,Active,VFX,1009,1098,90,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250618_01_R6_v49_VFX
+PBO_1330,07:08:34:17,Active,VFX,1009,1151,143,,Duplicate Shot in R2 1055-1141 frames used. R6 Includes full frame range 1009-1151,Turned Over,"20250609 Travis: Picture Changed
+20250630 Travis: Duplicate Shot in R2 1055-1141 frames used. R6 Includes full frame range 1009-1151
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250812_01_R7_v10_VFX
+PBO_1380,07:08:40:16,Active,VFX,1009,1102,94,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+PBO_1400,07:08:44:14,Active,VFX,1042,1429,388,,,Turned Over,"20250707 Travis: Rebalance Shot Moved to R7
+20250819 Travis: Head extension +8 frames. Tail trim -8 frames. New counts 1042-1429.",IRG_250820_01_R7_v11_VFX
+PBO_2500,07:09:00:18,Active,VFX,1009,1167,159,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+PBO_2600,07:09:07:09,Active,VFX,1009,1238,230,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+PBO_2700,07:09:16:23,Active,VFX,1009,1121,113,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+PBO_2800,07:09:21:16,Active,VFX,1010,1303,294,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250708_02_R7_v01_VFX
+PBO_2880,07:09:33:22,Active,VFX,1009,1172,164,,,Turned Over,"20250707 Travis: Rebalance Shot Moved to R7
+20250819 Travis: Head trim -34 frames. Tail extension +34 frames. New counts 1009-1172.",IRG_250820_01_R7_v11_VFX
+PBO_3000,07:09:40:18,Active,VFX,1068,1259,192,1,OPTICAL Dissolve to PBO_3050 96 frms at Tail. Dissolve Range 1260-1355,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+PBO_3050,07:09:48:18,Active,VFX,1009,1164,156,1,OPTICAL Dissolve from PBO_3000 96 frms at Head. Dissolve Range 1009-1104,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+PBO_3200,07:09:55:06,Active,VFX,1009,1134,126,1,OPTICAL SPLIT SCREEN Dissolve. VFX Likely to include on future update,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250829_01_R7_v12_VFX
+PBO_3300,07:10:00:12,Active,VFX,1009,1097,89,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250618_01_R6_v49_VFX
+PBO_3450,07:10:04:05,Active,VFX,1009,1151,143,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250812_01_R7_v10_VFX
+PBO_3400,07:10:10:04,Active,VFX,1009,1053,45,,,Turned Over,20250707 Travis: Rebalance Shot Moved to R7,IRG_250730_01_R7_v05_VFX
+PBO_3700,07:10:12:01,Active,VFX,1002,1268,267,,,Turned Over,"20250618 Travis: Reinstated with counts 1009 to 1428. Status back to NTO / Active.
+20250707 Travis: Rebalance Shot Moved to R7",IRG_250730_01_R7_v05_VFX
+PBO_3520,07:10:23:04,Active,VFX,1026,1185,160,,,Turned Over,"20250606 Travis: Multi-cut range change to 1791334-1791418, 1791419-1791474.
+20250707 Travis: Rebalance Shot Moved to R7
+20250819 Travis: Tail extension +4 frames. New counts 1026-1189.
+20250908 Travis: Tail trim -4 frames. New counts 1026-1185.",IRG_250826_01_R7_v12_VFX
\ No newline at end of file
(oldest)
·
back to Travis
·
snapshot: 1 file(s) changed, ~1 modified a642235 →