I’m trying integrate subtitle (closed captions) with cccompiler from a file to a video but I have many troubles to do this.
I’m reading many documentations, examples (very few on intermet / github) but not understand how to manage elements with gst-launch-1.0
Someone has yet do this? can help me?
What’s the format of this captions.txt? Closed captions are a binary format and ccconverter assumes that they’re correctly parsed already, so a plaintext file is most likely wrong in that place and if it actually contains raw closed captions then some kind of parser would be needed between the filesrc and ccconverter.