-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arib support to ffmpeg #10
Comments
FFmpeg master has support for: as of today. |
jeeb, in the current ffmpeg, I noticed that duration of each sub keeps getting longer and longer (monotonically). |
Helll @jeeb , thank you for the update. not sure if this is the right place to ask but can you help me with the arib please? I installed the master ffmpeg (with
the arib subtitles are perfectly recognized. When I try to just copy the file using
the copied file is created but the subtitle pid is no longer arib but unknown instead
|
@jakubvojacek I am experiencing the same exact issue as you. Did you manage to solve it? |
This doesn't really belong here on the libaribb24 bug tracker, as it is FFmpeg related (demux|mux), but... That requires implementing muxing, which I did not yet do, as I did not know it was accidentally working before due to the stream ending up as a data stream by default before. The data stream muxing logic then just happened to get mapped "correctly enough" as to get read by some parsers as ARIB captions (I will not say "correctly" as I'm pretty sure not all of the requirements specified in ARIB specs were met). I only recently learned there was some software which actually based itself on this accidental behavior, so I am planning at some point to attempt to see the requirements for ARIB caption muxing and attempt to give it a poke in the libavformat MPEG-TS muxer. |
Thanks @jeeb. Just to confirm, until ffmpeg implements muxing of arib captions, it won't be possible to properly copy arib subtitles, right? Do you happen to have any estimates of when you would start looking into it? Thanks in advance. |
Hello @jeeb do you please have some ETA in mind regarding muxing aribs via ffmepg? Any info highly appreciated Thanks |
Hello,
we are currently trying to add support to ffmpeg so that arib subtitles would be supported. The subtitles are currently marked as bin_data ([6][0][0][0] / 0x0006) on separate PID (separate pid from video / audio). On the transcoded stream with ffmpeg - it seems that since the ffmpeg is missing support for arib subtitles, it's transcoding the stream somehow wrongly.
Do you have any experience with ffmpeg and would you be willing to help to add support for it? In case of any cost, let us know.
Thank you
The text was updated successfully, but these errors were encountered: