mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[BUG] [EIA-608] Can't extract subtitles in TS file #811
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @superbonaci on GitHub (Jul 12, 2024).
Build info, mac Silicon:
Sample, only 1 subs track in English:
6 samples, same exact video but different resolutions and fps: 600_all.zip
@Z-xus commented on GitHub (Nov 30, 2024):
Re-encoding the video reduced the gaps, can someone give me directions to move further?
ffmpeg -i ~/Downloads/600_/600_1080p60.ts -c:v libx264 -c:a aac -strict -2 ~/Downloads/600_/fixed_output_reencoded.tsccextractor ~/Downloads/600_/fixed_output_reencoded.ts -o output.srt --fixpadding --fixptsjumps(works just as fine without padding n pts jump options)output.srt:
@bakustarver commented on GitHub (Sep 30, 2025):
ffmpeg -i "$(yt-dlp -f 160p "twitchurl" --get-url)" -loglevel quiet -fflags nobuffer -flags low_delay -c:v libx264 -c:a aac -strict -2 -f mpegts pipe:1 | ccextractor -stdin -stdout --fixpadding -out=txt