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

Improve srt to ass conversion #10

Open
moi15moi opened this issue Mar 14, 2024 · 2 comments
Open

Improve srt to ass conversion #10

moi15moi opened this issue Mar 14, 2024 · 2 comments

Comments

@moi15moi
Copy link
Contributor

moi15moi commented Mar 14, 2024

Currently, muxtools supports those SRT tags:

  • <i/>
  • <b/>
  • <u/>

But, ffmpeg has also defined those tags:

  • <s/>
  • <br/>
  • <font face="XXX" size="10" color="#ffff00">YYY</font>

ffmpeg also defined a way to specify positionning
Here is a example:

1
00:00:00,000 --> 00:00:10,000 X1:100 X2:100 Y1:100 Y2:100
Example

VLC support many other tags, but I guess they may be out of scope

@Vodes
Copy link
Collaborator

Vodes commented Oct 16, 2024

Not gonna do this for this release either way but do you have a real world example using these? I don't really care much otherwise.
(real world meaning that some streaming service actually uses those)

@moi15moi
Copy link
Contributor Author

No, I don't have any example from streaming service.
I don't even know a streaming service that use srt ^^'

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

No branches or pull requests

2 participants