SoK/2024/StatusReport/Ajay Chauhan: Difference between revisions

From KDE Community Wiki
No edit summary
No edit summary
Line 16: Line 16:
## Modifying the sceneList function,Implementing the aspect ratio adjustment functionality.  
## Modifying the sceneList function,Implementing the aspect ratio adjustment functionality.  
## Added calculateCropParameters function to compute crop dimensions based on input aspect ratios (currently it handle only if the target aspect ratio is 1:1 square).
## Added calculateCropParameters function to compute crop dimensions based on input aspect ratios (currently it handle only if the target aspect ratio is 1:1 square).
## Prepared a [https://invent.kde.org/multimedia/kdenlive/-/merge_requests/466 draft merge request] to document the changes made.
## Prepared a [https://invent.kde.org/multimedia/kdenlive/-/merge_requests/466 merge request] to document the changes made.


# Week 1-6:
# Week 1-6:
Line 23: Line 23:
## Implemented QTemporaryFile for cross-platform handling of temporary files, replacing hardcoded temp paths [https://invent.kde.org/multimedia/kdenlive/-/merge_requests/466/diffs?commit_id=81a5967d1096bd0bb53b87240f3cd12108ed11d4]
## Implemented QTemporaryFile for cross-platform handling of temporary files, replacing hardcoded temp paths [https://invent.kde.org/multimedia/kdenlive/-/merge_requests/466/diffs?commit_id=81a5967d1096bd0bb53b87240f3cd12108ed11d4]
## Added CropCalculator class and refactor code to use it for calculating crop parameters [https://invent.kde.org/multimedia/kdenlive/-/merge_requests/466/diffs?commit_id=92b28b2ecc663f513c5ed85f05eb4405a1a0b2b4]
## Added CropCalculator class and refactor code to use it for calculating crop parameters [https://invent.kde.org/multimedia/kdenlive/-/merge_requests/466/diffs?commit_id=92b28b2ecc663f513c5ed85f05eb4405a1a0b2b4]
# Week 6-10:
## Implemented the GUI part of the project, added a ComboBox for selecting the aspect ratio.[https://invent.kde.org/multimedia/kdenlive/-/merge_requests/466/diffs?commit_id=c4c09c6178875e7736ce9a279b46960c70710879#8e41f0e834a01ae386489bae90c91478fcf48344]
## Fixed the tempFile creation in ProjectItemModel::sceneList for aspect ratio, which avoid creating unnecessary temporary files, the method now initialises an empty QTemporaryFile object. Then, if an aspect ratio change is wanted, the temporary file is set up with a specific file template and opened for writing.[https://invent.kde.org/multimedia/kdenlive/-/merge_requests/466/diffs?commit_id=193404224b21b278b78b33b37dfe4139d7caa8d7]
== Blog Posts ==
== Blog Posts ==



Revision as of 05:14, 29 March 2024

Implement Multi-format Rendering to Kdenlive

Project Abstract:

Following are the deliverables:

  1. Add code to apply filters to the clips in the main tractor to achieve the desired aspect ratio.
  2. Modify the user interface to allow users to select the desired aspect ratio during export and invoke that filter when they choose one of the aspect ratio.
  3. Ensure that the aspect ratio selected by the user is integrated into the final rendering profile.


Weekly Progress:

  1. Week 1-3:
    1. Set up my working build environment and familiarize myself with the project structure.
    2. Discussed with the mentor on how to implement this filter and identified relevant files and sections of the code that would be critical for the changes.
    3. Modifying the sceneList function,Implementing the aspect ratio adjustment functionality.
    4. Added calculateCropParameters function to compute crop dimensions based on input aspect ratios (currently it handle only if the target aspect ratio is 1:1 square).
    5. Prepared a merge request to document the changes made.
  1. Week 1-6:
    1. Added XML consumer and producer for handling crop filters, enabling video cropping to the desired ratio. [1]
    2. Resolved the aspect ratio issue in the projectSceneList method, debugging the program to generate accurate XML for a given aspect ratio. [2]
    3. Implemented QTemporaryFile for cross-platform handling of temporary files, replacing hardcoded temp paths [3]
    4. Added CropCalculator class and refactor code to use it for calculating crop parameters [4]
  1. Week 6-10:
    1. Implemented the GUI part of the project, added a ComboBox for selecting the aspect ratio.[5]
    2. Fixed the tempFile creation in ProjectItemModel::sceneList for aspect ratio, which avoid creating unnecessary temporary files, the method now initialises an empty QTemporaryFile object. Then, if an aspect ratio change is wanted, the temporary file is set up with a specific file template and opened for writing.[6]

Blog Posts

Contact

I am on Matrix as @hisir:matrix.org.