Skip to content
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

dimensions of teletext stream disappears #15

Closed
michaelni opened this issue Apr 3, 2016 · 1 comment
Closed

dimensions of teletext stream disappears #15

michaelni opened this issue Apr 3, 2016 · 1 comment
Labels

Comments

@michaelni
Copy link
Collaborator

./ffprobe part.ts
http://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2471/part.ts

Stream #0:20x240: Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250

vs.

Stream #0:20x240: Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)

@ghost
Copy link

ghost commented Apr 3, 2016

ffmpeg 2.8:

    Stream #0:2[0x240](eng): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250
    Stream #0:6[0x247](eng): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)

codecpar:

    Stream #0:2[0x240](eng): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250
    Stream #0:6[0x247](eng): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006)

Works for me, but required compiling with libzvbi.

@ghost ghost closed this as completed Apr 3, 2016
@ghost ghost added the invalid label Apr 3, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant