Skip to content

Commit

Permalink
Change the image url to the github url.
Browse files Browse the repository at this point in the history
  • Loading branch information
seri037 committed Jul 24, 2024
1 parent 3658fc0 commit 8709bb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/posts/Development/4.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ I continued to refine the feature proposed in my previous blog. We can now add n

I also added an indicator to the header of the subtitle track. It looks like this:

![](/img/layer_indicator.png)
![](https://github.com/seri037/blog/blob/main/static/img/layer_indicator.png?raw=true)

Besides setting a style to a specific subtitle event, I also plan to add the feature of setting different default styles for different subtitle layers. This will allow us to easily apply a consistent style to groups of subtitles within each layer.

### Improved Subtitle Manager

Layer management is now integrated into the subtitle manager, giving it a fresh new look.

![](/img/subtitle_manager.png)
![](https://github.com/seri037/blog/blob/main/static/img/subtitle_manager.png?raw=true)

The duplicate and delete operations now work for layers as well.

### Automatic Conversion of .srt Subtitle

To better test and develop the style feature, I switched the subtitle storage format to .ass. With the help of my mentor, we can now automatically convert the .srt files from old projects to .ass files while keeping the original .srt file.

![](/img/subtitle_conversion.png)
![](https://github.com/seri037/blog/blob/main/static/img/subtitle_conversion.png?raw=true)

There are still some minor issues with style conversion, such as incorrect font sizes. However, I believe it's time to shift my focus to the styling widget and address these bugs later. The next two weeks will be dedicated to style management, which is the most important part of the project, so stay tuned!

0 comments on commit 8709bb9

Please sign in to comment.