timlinux / QGISAnimationWorkbench

A plugin that allows you to create animations from your QGIS project.
https://timlinux.github.io/QGISAnimationWorkbench/
GNU General Public License v2.0
22 stars 6 forks source link

Move export settings to a separate dialog #14

Closed nyalldawson closed 2 years ago

nyalldawson commented 2 years ago

Instead of the current workflow of setting up all animation and export properties in the dialog and clicking "run", I'd suggest we split the animation settings from the export settings entirely, and go with:

  1. The main dialog only contains animation related settings (render mode, zoom ranges, frame counts, (soundtrack?), removing the output options group and output destination widget. Then we change the "Run" button to a separate "Export..." button
  2. The export button opens first a file save as dialog (with filters set for the mp4/gif formats), asking the user to pick the export destination. If they pick one, then we open a new "Export settings" dialog, which contains the format choice, and new export specific settings such as video size / compression options /etc.

This would then match the workflow used elsewhere in QGIS, eg. in the layout designer exports.

timlinux commented 2 years ago

Sounds like a good approach, I will have a go at doing that. Thanks

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.