wiki:ReleaseNotes/1.2.28

Version 2 (modified by Olly Betts, 8 years ago) (diff)

add notes about moviemaker build issues

Known Issues with 1.2.28

The new terrain rendering feature in aven is still somewhat experimental, and has a few known limitations:

  • #56 The altitude of the terrain and altitudes from GPS fixes don't match (typically off by a few 10s of metres)

If you are building from source but don't have libav or FFmpeg installed, the movie export code will fail to compile. Applying the change from [c54d6fc15ee25e01de4542a22e482a4af7936341/git] should solve this.

If you are building from source and have an older version of libav or FFmpeg installed, the code to support these is missing from the distribution. You can download the missing [moviemake-legacy.cc https://trac.survex.com/browser/git/src/moviemaker-legacy.cc?format=txt] and an updated [moviemaker.h https://trac.survex.com/browser/git/src/moviemaker.h?format=txt] and put them in the src subdirectory to fix this.