SoK/2024/StatusReport/Ajay Chauhan: Difference between revisions
Appearance
< SoK | 2024/StatusReport
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
# Week 1-2: | # Week 1-2: | ||
## | ## Set up my working build environment and familiarize myself with the project structure. | ||
## Discussed with the mentor on how to implement | ## 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. | ||
## Modifying the sceneList function, | ## 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 draft merge request] to document the changes made |
Revision as of 18:58, 8 February 2024
Implement Multi-format Rendering to Kdenlive
Project Abstract:
Following are the deliverables:
- Add code to apply filters to the clips in the main tractor to achieve the desired aspect ratio.
- Modify the user interface to allow users to select the desired aspect ratio during export and invoke that filter when I choose one of the ratio
- Ensure that the aspect ratio selected by the user is integrated into the final rendering profile
Weekly Progress:
- Week 1-2:
- Set up my working build environment and familiarize myself with the project structure.
- 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.
- 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)
- Prepared a draft merge request to document the changes made