Ran across an issue with sccenc when attempting to create an SCC from a
30DF MCC source
Solved it another way, but figured it's worth the mention so it can be
addressed at some point.

https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/sccenc.c#L47

Timebase is forced to ms loses sub-ms precision needed for 29.97.
Frame number is faked by ms / 33. At ms=990 that gives :30 (illegal).
The output is always : separator there's no DF code path at all.

The mcc side of things seems to be fine, just the conversion ends up making
unusable output.
_______________________________________________
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to