Skip to content

add option to write animations in mp4 #1775

@iluise

Description

@iluise

Describe the task. It can be a feature, documentation, etc.

We should add an option in global_plotting_options to save the animations as mp4 or gif. We need to investigate the compression factor for the mp4 and keep it as low as possible.

command Matthias is using right now to generate mp4 files:

ffmpeg -framerate 8 -pattern_type glob -i "*q_850*.png" -c:v libx264 -pix_fmt yuv420p q850.mp4

Hedgedoc URL, if you are keeping notes, plots, logs in hedgedoc.

No response

Area

  • datasets, data readers, data preparation and transfer
  • model
  • science
  • infrastructure and engineering
  • evaluation, export and visualization
  • documentation

Metadata

Metadata

Assignees

No one assigned

    Labels

    evalanything related to the model evaluation pipeline

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions