Major refactor of video processing.

This commit is contained in:
2024-09-16 23:17:51 +10:00
parent f9cdc8f9d2
commit a5b5256793
9 changed files with 230 additions and 259 deletions

View File

@@ -40,6 +40,11 @@ class meta extends SubAtom
case 'gps_lon':
return Arr::get($this->gps,'lon');
case 'make':
case 'model':
case 'software':
return Arr::get($this->cache,'mdta.com.apple.quicktime.'.$key);
default:
return parent::__get($key);
}