grafana-toolbox / grafanimate

Animate timeseries data with Grafana.
https://community.panodata.org/t/grafanimate/205
GNU Affero General Public License v3.0
47 stars 7 forks source link

Avoid ffmpeg 'height not divisible by 2' errors #15

Closed cure closed 2 years ago

cure commented 2 years ago

Avoid errors in every case by padding the input to ffmpeg rather than trying to do the same when creating the firefox window, which doesn't always work.

amotl commented 2 years ago

Dear Ward,

that looks like a smart improvement. Removing my weird workaround by applying the corresponding adjustments through ffmpeg's pad option absolutely feels like the right thing to do. Thank you very much for this contribution.

With kind regards, Andreas.

amotl commented 2 years ago

Dear Ward,

your improvements have been released on behalf of grafanimate 0.7.0 ^1, also on PyPI. Thanks again!

With kind regards, Andreas.