mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
Removed Build Artifact
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
- Extract multiple teletext pages simultaneously with separate output files
|
||||
- Use --tpage multiple times (e.g., --tpage 100 --tpage 200)
|
||||
- Output files are named with page suffix (e.g., output_p100.srt, output_p200.srt)
|
||||
- Fix: SPUPNG subtitle offset calculation to center based on actual image dimensions
|
||||
|
||||
- New: Added --list-tracks (-L) option to list all tracks in media files without processing
|
||||
New: Chinese, Korean, Japanese support - proper encoding and OCR.
|
||||
|
||||
Submodule src/_deps/corrosion-src deleted from b1fab72165
@@ -1103,11 +1103,7 @@ static void calculate_spupng_offsets(struct spupng_t *sp, struct encoder_ctx *ct
|
||||
int screen_h;
|
||||
|
||||
/* Teletext is always PAL */
|
||||
if (ctx->in_fileformat == 2)
|
||||
{
|
||||
screen_h = 576;
|
||||
}
|
||||
else if (ctx->is_pal)
|
||||
if (ctx->in_fileformat == 2 || ctx->is_pal)
|
||||
{
|
||||
screen_h = 576;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user