I am trying to convert files like the following:
https://live-content.xumo.com/1836/content/XM0DL3PSX65VEB/21623372/master.m3u8
It appears to be similar to other h264 videos I’ve gotten that have EIA-608 CC.
Yet normally I don't get any errors at all in CCExtractor but this video and others from the site give me:
"Warning: Probably loss of CC data, unsaved buffer being rewritten, trailing end might get lost"
I tried looking up this error but I oddly only get results from the actual CCExtractor, not anyone asking about the error.
I also tried:
which worked great other than sayingCode:ffmpeg -f lavfi -i movie=test.mp4[out+subcc] -map 0:1 output.srt
"[Parsed_movie_0 @ 0000020fc3a0e080] EOF timestamp not reliable" but Google results say normally that can be ignored.
Yet if I try and tell ffmpeg to encode using the produced srt, ffmpeg randomly stops and exits after a few seconds.
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by RedPenguin; 2nd May 2021 at 01:31.
-
Actually I think I figured it out.
I noticed if you look at the ffmpeg produced SRT you see tags like <font> and similar.
I thought maybe that's throwing things off as other mp4's from CCExtractor and just SRTs I got offline never had tags like that.
So I told ffmpeg just make a "VTT" out of the subtitles and then right after it was happy to encode me a new file with the subtitles.
Similar Threads
-
Removing EIA-608 subtitles from mkv, FFMPEG filter_units unit docs
By nicholasserra in forum Video ConversionReplies: 10Last Post: 1st Feb 2022, 14:45 -
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 -
Issues combining 2x mp4 h264 AAC video files
By russt93 in forum EditingReplies: 8Last Post: 15th Apr 2018, 13:30 -
How to extract CEA-608 CC within an mp4/m4v file into an SRT file on a Mac?
By Emm_W in forum SubtitleReplies: 2Last Post: 13th Sep 2016, 12:03