poor attempt to add s436m codec#1
poor attempt to add s436m codec#1dericed wants to merge 9 commits intoTjoppen:masterfrom dericed:master
Conversation
|
I'd consider this a data codec, not a subtitle codec since VBI data can be anything. Notably teletext, which I wouldn't consider subtitles. |
|
See Carl's advice here: http://ffmpeg-users.933282.n4.nabble.com/data-codecs-td4331988.html |
|
I have S436m, and it does indeed seem to only concern generic VBI data. Searching for "subtitle" in the document gives no hits. Hence AVMEDIA_TYPE_DATA seems appropriate, unless VBI should have its own media type.. |
I can't seem to find any precedent for data codecs, so I'm uncertain if this change is correct.
|
I added the UL to mxfdec.c but obviously made an error. As my XDCam files are being listed as: |
Hey Tjoppen, I've been trying to fight an FFmpeg learning curve in order to start writing some s436m support (in the hope of allowing mxf-to-mxf copying to s436m vbi tracks). I started writing a libavcodec/s436m.c although I'm not sure if this needs to be done for enabling copying. Right now I can an error on make:
libavcodec/s436m.c:27: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘ff_s436m_decoder’
make: *** [libavcodec/s436m.o] Error 1
Could you skim what I've done so far? I'd be very grateful for any further clues.
dave