<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div><span>Using the C API, I'm reading/decoding an SCC subtitle file. My eventual goal is to encode the subs into DVB subs. I have just completed code to decode SCC data. </span></div><div><span><br></span></div><div><span>Before I get to encoding to DVB subs, I have one concern: in the source for sccdec.c (around line 77), the code sets the AVStream's codec parameter's codec id to 'AV_CODEC_ID_EIA_608' </span></div><div><span><br></span></div><div><span>The question I have is do I need to perform a conversion of some sorts from 608 to DVB sub? Am I actually getting a 608 format once SCC is decoded? Admittedly, I was under the impression that once SCC was decoded, it would be in intermediate libass format, but perhaps I'm not understanding correctly.</span><br></div><div><span><br></span></div><div><span>Any pointers would be much appreciated.</span></div><div><span><br></span></div><div>Gavin.</div></div></body></html>