Downloading “Tears of Steel”
Tears of Steel image sequences are much easier to download with one of the below methods. Visit the Tears Of Steel Browser to find a shot!
1. Install this plugin:
DownThemAll!
2. When viewing the image sequences, click the DownThemAll! plugin icon.
3. All the files will be listed in the plugin. Add a filter expression that matches the file extension you want to download. For example, *.exr. This will select all the EXR images in the sequence.
4. Download your selected image sequence and show off those skills!
1. Install this plugin:
DownThemAll! OR this if you have issues with the first one: DownThemAll!
2. When viewing the image sequences, click the DownThemAll! plugin icon.
3. All the files will be listed in the plugin. Add a filter expression that matches the file extension you want to download. For example, *.exr. This will select all the EXR images in the sequence.
4. Download your selected image sequence and show off those skills!
1. Open a Terminal/Console window.
2. Use cd to change directory to the directory you want to download the image sequence to.
cd C:\temp\downloads
3. In terminal, use curl to get the frames you need. In the below example, we’re grabbing 50 frames from the sequence url:
curl -O “https://media.xiph.org/tearsofsteel/tearsofsteel-footage-exr/02_3a/linear/02_3a_[00651-00700].exr”
4. Profit!