DOI-USGS / gage-conditions-gif

Creative Commons Zero v1.0 Universal
17 stars 11 forks source link

Last tweaks to get Elmera's build working #162

Closed lindsayplatt closed 2 years ago

lindsayplatt commented 2 years ago

Worked through these with @elmeraa on a call earlier.

  1. One more instance of the fill arg replacing max in newer ffmpeg versions
  2. Deleting an unused sprintf() so that a warning will stop showing up
  3. Add documentation about the need to clear tmp before rebuilding the Instagram frames (due to this line which is pulling in bad frames and causing build errors if tmp isn't cleared first)
  4. Added a helper function to tryCatch a known scmake error for building the .ind files.
elmeraa-usgs commented 2 years ago

Looks good, thanks for all your help with the errors!