ffmpeg:subtitles:adding_subtitles_in_ass_format
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ffmpeg:subtitles:adding_subtitles_in_ass_format [2024/12/30 20:19] – peter | ffmpeg:subtitles:adding_subtitles_in_ass_format [2024/12/30 21:07] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ffmpeg - Subtitles - Adding Subtitles in ASS Format ====== | ||
- | |||
- | An ASS (Advanced SubStation Alpha) file is a subtitle format that supports text styling, animation, and karaoke-like graphics. | ||
- | |||
- | * ASS is a text-based subtitle format. | ||
- | * Any text editor can open .ass files. | ||
- | |||
- | ASS is a more advanced subtitle format than SRT since ASS allows for more advanced display features such as text positioning, | ||
- | |||
- | * SRT is more popular than ASS. | ||
- | |||
- | |||
- | ---- | ||
- | |||
- | |||
- | <code bash> | ||
- | ffmpeg -i input.mp4 -vf ass=subtitle.ass output_ass.mp4 | ||
- | </ | ||
ffmpeg/subtitles/adding_subtitles_in_ass_format.1735589969.txt.gz · Last modified: 2024/12/30 20:19 by peter