Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Captions + File Properties Improvements #5143

Merged
merged 6 commits into from
Feb 15, 2023
Merged

Conversation

jonoomph
Copy link
Member

@jonoomph jonoomph commented Feb 14, 2023

Related to libopenshot PR: OpenShot/libopenshot#899

  • Default the video size of audio-only Files/Clips to use the current Project size. When selecting the clip in the Preview/Transform window, it should draw a blue line around the entire frame, and not a fixed, hard-coded 720x480 rectangle
  • Large refactor when adding Clips to timeline (Add to Timeline or Drag n Drop) - to re-use existing File object, including any customized start, end, or FPS changes.
  • Fixed a bug on Export, which would stretch certain Clips if you render a horizontal project using a vertical profile.
  • Large refactor to File Properties dialog, to correctly replace a File (browse button) or a FPS change to an image sequence - and replace the file details on all related clips (including a transaction for undo/redo as a single click). This also fixes a bug with the related clips not generating new thumbnails.

…ject profile size (in cases of waveform generation)
…g - to prevent stretching the image of certain clips. This was stretching images when exporting a horizontal project to a vertical profile.
…plit clips)

- Large refactor to File Properties dialog (update related clips after changing file path or FPS, update form after switching files, scale start/end when changing FPS, group transactions for undo/redo, update thumbnails for all related clips and file)
- Adding Clips refactored to re-use File object data (instead of a fresh Clip Reader) - faster and more sane. Refactor thumbnail updating. Also, respect 'start' and 'end' properties of File object.
@jonoomph jonoomph changed the title Improved Captions Improved Captions + File Properties Improvements Feb 14, 2023
@jonoomph
Copy link
Member Author

@jonoomph
Copy link
Member Author

@jonoomph jonoomph merged commit 9b3a11d into develop Feb 15, 2023
@jonoomph jonoomph deleted the improved-captions branch February 15, 2023 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant