Bug 1735410 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

On windows, when attempting to run test with visual metrics:
- imagemagick download URL gives 404, fix for this: https://bugzilla.mozilla.org/show_bug.cgi?id=1735540
- after updating url:
```
Missing browsertime files...attempting to install
OSError(8, '%1 is not a valid Win32 application', None, 193, None)
```
see https://searchfox.org/mozilla-central/source/testing/raptor/mach_commands.py#258
- tried running a test, `ffmpeg` `convert` and `compare` `FAIL`
- ran `mach browsertime --clobber --setup --install-vismet-reqs`
- dependencies install correctly
- tried running a test, `ffmpeg` `convert` and `compare` `FAIL` again
- downloaded ffmpeg and added to PATH, currently this does not appear to be working, still investigating

(unresolved)
On windows, when attempting to run test with visual metrics:
- imagemagick download URL gives 404, fix for this: https://bugzilla.mozilla.org/show_bug.cgi?id=1735540
- after updating url:
```
Missing browsertime files...attempting to install
OSError(8, '%1 is not a valid Win32 application', None, 193, None)
```
see https://searchfox.org/mozilla-central/source/testing/raptor/mach_commands.py#258
- tried running a test, `ffmpeg` `convert` and `compare` `FAIL`
- ran `mach browsertime --clobber --setup --install-vismet-reqs`
- dependencies install correctly
- tried running a test, `ffmpeg` `convert` and `compare` `FAIL` again
- downloaded ffmpeg and added to PATH, currently this does not appear to be working, still investigating

**(unresolved)**

Back to Bug 1735410 Comment 2