#4767 closed enhancement (fixed)
support scc file of closed captioning data
Reported by: | dave rice | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | cc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
Starting a ticket based on http://ffmpeg.org/pipermail/ffmpeg-user/2015-August/027836.html to support muxing scc files into supportive formats. I'm attaching an scc files and a corresponding srt files. The scc files contains some information that the srt doesn't, such as the placement coordinates and commands to rollup text, clear line, delete, etc.
Attachments (3)
Change History (13)
by , 9 years ago
Attachment: | SCIU04006_V2.scc added |
---|
comment:1 by , 9 years ago
Component: | undetermined → avformat |
---|---|
Keywords: | cc added; scc captions removed |
Priority: | normal → wish |
Version: | unspecified → git-master |
by , 9 years ago
Attachment: | SCIU04006_V2B.srt added |
---|
Newer version of SRT file, with fixes to Subrip syntax, and proper Timecode conversion from the SCC version.
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Implemented in 45ff6ef50e2ada0c473ee662f84957186e06a232.
comment:3 by , 8 years ago
Hi,
Does it mean that it is possible to extract SCC files from videos, for example using the following syntax ?
ffmpeg -f lavfi -i movie=ESPN_rtp.ts[out+subcc] -map 0:1 coucou.scc
I obtain the following message when I try: Unable to find a suitable output format for 'coucou.scc'
The same command works great with .srt output.
Do I have to enable a particular flag at compilation time ?
Thanks,
François
comment:5 by , 8 years ago
A scc muxer would be helpful for outputting a scc file from the output of the readeia608 filter. There are also encoded scc style captions in DV files and QuickTime c608 tracks so having a scc muxer could make this data a lot more accessible.
comment:6 by , 8 years ago
I need more files with closed captions embedded into video stream.
Because there is some nuisances with one file I already have.
comment:7 by , 8 years ago
You can find plenty of them here: http://ccextractor.org/doku.php?id=public:general:tvsamples
comment:8 by , 8 years ago
Is there any tool that can already create reasonable scc files?
I wonder where to start and where to stop subtitle lines.
comment:9 by , 6 years ago
Keywords: | EIA-608 added |
---|
An SCC Muxer was added with this commit:
036e12b225b2869861d1449534dec94bd491559e
This command will now create a .scc file from source media containing EIA-608 Caption Data in userdata
ffmpeg.exe -f lavfi -i movie="CC_TEST001.mpg[out+subcc]" -map 0:1 -c:s copy T:\temp\output.scc
This provides creation of .scc from media containing captioning which is what this ticket morphed into.
The original request still exists to provide ability to use a .scc file as a source for inserting EIA-608 captioning as A/53 in MPEG-2 and x264 as well as 436M Ancillary Data of MXF files
comment:10 by , 5 years ago
Keywords: | EIA-608 removed |
---|
scc file