AcademySoftwareFoundation / EncodingGuidelines

This site provides guidelines for encoding frames to movie files for review.
https://academysoftwarefoundation.github.io/EncodingGuidelines/
Apache License 2.0
33 stars 7 forks source link

Graphfixes #84

Closed richardssam closed 9 months ago

richardssam commented 9 months ago

If we have a a line graph, we need to make sure the data values are sorted by x. but we still want to sort the categories, so we explicitly pull out the possible categories to make sure they are sorted.

There is also a minor fix to use the FFMPEG_BIN environment variable if its defined.