Initial uses of TREND without internet connection
trendmain and trendreconstruct depend upon moviepy and imageio to read, process, and write movies. During first uses with a fully functional internet connection, imageio automatically downloads and installs ffmpeg and
freeimage to the appdata directory. However, absence of a stable internet connection may prevent these downloads and prevent TREND from processing and exporting movies. Running TREND later with an internet connection should rectify this. Alternatively, ffmpeg and freeimage should be downloaded manually and placed in the appdata directory.
Windows (both 32 and 64-bit)
- Download and unzip no_internet_patch_Windows.7z. If dropbox is blocked in your country, please use the alternative download link
- Run
install_imageio_thirdparty.bator manually copy imageio folder to theappdatadirectory:C:\Users\your_user_name\AppData\Local
OS X 10.7, 10.8
- Download and unzip no_internet_patch_OSX_10.7_10.8.tar.gz
If dropbox is blocked in your country, please use the alternative download link
OS X 10.9 or later
- Download and unzip no_internet_patch_OSX.tar.gz
If dropbox is blocked in your country, please use the alternative download link - Run
./install_imageio_thirdparty.scriptin a terminal or copy theimageiofolder to theappdatadirectory by typing this command in a terminal:cp -r imageio /Users/your_user_name/Library/Application Support/ - Note the
appdatadirectory/Users/your_user_name/Library/Application Support/is hidden in Finder.
Linux
- Download and unzip no_internet_patch_Linux.tar.gz
If dropbox is blocked in your country, please use the alternative download link - Run
./install_imageio_thirdparty.scriptin a terminal or copyimageiofolder to theappdatadirectory by typng command within terminal shell:cp -r imageio ~/.imageio - Note the
appdatadirectory~/.imagiois hidden in either desktop or terminal shell except using commandls -a .imageio
Please note: All versions are 64-bit unless otherwise noted.