Quentin Renard

Results 338 comments of Quentin Renard

> I had the same request, but it looks the project was not maintanced any more. This project is still actively maintained. I don't have time to answer all issues...

Could you remove the SSA-related commits from this PR? I don't want to mix different things in the same PR. Thanks

> I done nothing to SSA, its for supporting SRT position tags which use ASS tags so figured its easier to call em that. TBH im not sure what tags...

Right now it can't, but that could be a good addition. However I didn't find any specification online. Also I won't have time to work on this anytime soon, but...

How did you come up with this `.ass` file ? 🤔 Its content is weird : 1) Only `eng` style is declared 2) In events, styles `*eng` and `*chs` are...

Could you share the `WebVTT` generated by `ffmpeg` ?

I've pushed a fix on `master`, could you check this fixes your issue? Also could you share both `ffmpeg`'s webvtt as well as `astisub`'s webvtt to check the differences?

> nope, it doesn't works. What is going wrong?

What is actually missing is parsing the html tags in `.srt` (and other formats as well) and writing them in `.vtt` (and other formats as well). I won't have time...

Regarding parsing html tags in `.srt` we'd have to: - add a `parseTextSrt()` method similar to [parseTextWebVTT](https://github.com/asticode/go-astisub/blob/master/webvtt.go#L288) Regarding writing htmk tags in `.srt` we'd have to: - add a `(li...