Aegisub
Aegisub copied to clipboard
Cross-platform advanced subtitle editor, with new feature branches. Read the README on the featurebranch.
This PR resolves: https://github.com/Ristellise/AegisubDC/issues/36 I have no idea what the person who created the ``combine_karaoke`` method was thinking. To me, the previous results make no sense, so I changed its...
Title is pretty self explanatory. This isn't too dire of an issue; subtitles are already drawn in the same color space as the input video, so there isn't any problem...
Tracking issue, see title. TypesettingTools/Aegisub switched to C++20 with various other refactors recently. Since ICU now requires C++17, this is getting more and more pressing. Some other dependencies like BestSource...
Hello. I use Aegisub a lot for spotting/timing and I could really use a function that speeds up the audio reproduction by a multiplier (1.5-2.0x). I did some tests by...
Doing a lot of furigana karaoke subtitles recently, I came across a specific scenario that I needed to workaround not elegantly in order to get the desired display out of...
Right now, the [Kanji Timer](https://aegisub.org/docs/latest/kanji_timer/) is an excellent tool to sync timed romaji lines with Kanji lines. It does its goal of combining timings of syllables composing given Kanji into...
When multiple windows are opened, the mouse cannot scroll smoothly in the upper window. By the way, a tab function is needed when switch windows so frequently.
e.g. ``` [Events] Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text Dialogue: 0,0:00:02.96,0:00:06.52,abc,,0,0,-1,,123456 ``` (The MarginV == -1)
With the upcoming changes to libass typesetting/dialogue detection, it'd be nice if there was a way to set a default layer for specific styles. That way new dialogue lines could...
Aegisub is compabitle with Windows 7, but we need to disabled XAudio2 (``-Dxaudio2=disabled``). See [meson.build](https://github.com/arch1t3cht/Aegisub/blob/bf20c62e6b3d88a3e425fc05d26fd2b40e652775/meson.build#L308-L328). Currently, in the [release section](https://github.com/arch1t3cht/Aegisub/releases/tag/feature_11) you provide binary with XAudio2 enabled, so it can only...