I would like to know if there is (preferably free) software available that will let me add CEA-608/708 (SCC format) closed captions to an MPEG-2 video so I can burn it to DVD. My video editor (VEGAS Pro) supports importing them but when I go into VideoReDo to create an ISO using the rendered file it seems to mangle the closed captions when I play the contents of the ISO back in VLC Media Player. Playing the video with the captions prior to creating the ISO does seem to work.
+ Reply to Thread
Results 1 to 10 of 10
-
-
The simpliest way is to use srt subs instead if cea 608/708 captions but not for DVD.
-
For me the goal is to have the TV be able to use the CEA-608/708 data so SRT is out of the question.
-
-
Found this:
Code:ffmpeg -i input.mpg -i subtitles.srt -c:v mpeg2video -c:a copy -c:s copy -vf "mergecc=sub_file=subtitles.srt" output.mpg
Should work with scc files too.
Try it. -
There have been many requests for it over the years, but there is no good, free, software for adding North American closed captions to a DVD.
You can convert the closed captions from a recorded DTV stream to SRT subtitles using CCExtractor GUI. ...and then convert the SRT subtitles to hard subtitles (a permanent part of the picture) using Handbrake. ...or you can convert SRT subtitles to DVD soft subtitles and author a DVD with subtitles that the DVD player can turn on and off.
I used VideoReDo for editing recorded DTV streams but never tried it for authoring DVDs so I don't know if it does a good job compared to other free authoring software.
Most recently I used AVStoDVD for DVD authoring. However, it has been some years since I authored a DVD, so my memory is fuzzy. As I recall, if the video is DVD-compatible, AVStoDVD doesn't re-encode and CCs are preserved. I think I could also import SRTs into AVStoDVD to create soft subtitles but my memory regarding that process not clear at this point.Ignore list: hello_hello, tried, TechLord, Snoopy329 -
There is this: https://github.com/szatmary/libcaption
I can't find much using this library, but you may be able to find something suitable.
Similar Threads
-
Stripping Redundant Metadata Off a File While Retaining EIA-608/708 CC
By simon744 in forum Video ConversionReplies: 1Last Post: 14th Aug 2023, 19:37 -
Need help with Line 21/EIA-608 captions.
By birbhorse in forum Authoring (DVD)Replies: 2Last Post: 30th Jul 2022, 10:12 -
How to Add EIA-608/EIA-708 CC to Video (TS, MO4, MOV etc)
By 10362227 in forum Newbie / General discussionsReplies: 2Last Post: 24th Aug 2021, 21:18 -
Deleting CEA-608 (EIA-608) captions from a H.264 video file
By Sviests in forum SubtitleReplies: 31Last Post: 22nd May 2021, 00:15 -
EIA-608 to .srt
By kalemvar1 in forum SubtitleReplies: 5Last Post: 18th Feb 2021, 14:46