You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The packager does not support WebVTT MP4 input and WebVtt MP4 output. The WebVtt in MP4 output code is usable as it, but the WebVtt in MP4 input code won't pair-up with the output code as is. The problem is that the input media handler produces Media Samples but we need text samples in order for the rest of the pipeline to work.
The text was updated successfully, but these errors were encountered:
Since the WebVtt mp4 to mp4 path did not include all the features
we needed and we know of no-one who is asking for it. We are opted
to remove the path so that there will be an error rather than
incorrect output if they try to use it.
Issue #405
Change-Id: Id2c37bb385c514dd8e31f7d3bd75fb3904b70d78
The packager does not support WebVTT MP4 input and WebVtt MP4 output. The WebVtt in MP4 output code is usable as it, but the WebVtt in MP4 input code won't pair-up with the output code as is. The problem is that the input media handler produces Media Samples but we need text samples in order for the rest of the pipeline to work.
The text was updated successfully, but these errors were encountered: