closed caption support

Feature requests for VLC.
dr mac

closed caption support

Postby dr mac » 04 Aug 2004 21:52

I recall from some time ago there was some discussion in the forum somewhere that closed captioning was going to be included in a future version of VLC. I just downloaded VLC 0.7.2 and I cannot find that feature anywhere. It's different from subtitle and something I sorely need to be able to view my tv shows in mpeg format.

Where can I find the feature to turn on captioning?

TIA

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 05 Aug 2004 23:49

It is still not implemented. closed captions pose a problem in that they are encoded in the video stream. This makes them harder to handle...

But to be honest, the information on how closed captioning is supposed to be done is just so sketchy, that it is a bit of a mess. We kinda got lost :)

We will try again in the future, when our core is more able to handle this.

DJ
Don't use PMs for support questions.

vsipat
Blank Cone
Blank Cone
Posts: 11
Joined: 10 Nov 2004 05:14
VLC version: 1.1.11
Operating System: Linux / Windows
Location: Santa Barbara, Ca, USA
Contact:

Closed Captioning

Postby vsipat » 12 Nov 2004 06:35

Hello,

I work for a company that makes MPEG-2 Encoders and I recently added CC support to our AVN200 product. It is a little hard to find detailed info on, but it is out there we went according to the ATSC standard.

I am curious how far along you are in development, or even interest for that matter in offering CC support in VLC at least for MPEG-2. I would be interested in trying to help if you are already started and stuck or just looking for some geek to pawn it off on. I have not dove into any VLC source yet so I am not sure what I might be signing up for, but it is something that I may want to implement to compliment our software for the AVN200 in the future.

It seems that it would basically consist of extracting the encoding CC data from the Picture Headers in the Video Elmentary Stream Data and passing it somewhere...

the first part is where I think I could be of some help, but how to use the data once retrieved is the tricky part for me.

In my world:
Source->Analog->MPEG->IP------------>Decoder-->Analog-->Display

the end result for the data would be destined for an Analog display output such as a TV or security monitor. In this case the CC data once extracted by the decoder is passed to the DtoA to be encoded onto line 21 of the analog signal for the monitor to again decode and display.

In the world of VLC and VGA output I am not sure how you embed the CC data in the display, but I would hope that you could take advantage of an existing sub-system such as the subtitles functionality to accomplish such a task

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 12 Nov 2004 12:02

ok, i have since then looked into it and even started working on it. However, i'm currently sidetracked into another project (which actually pays :) ).

The conslusion is that for DVB it's not that hard. I have been looking at EBU teletext myself (ETSI EN 300 472)
What needs to be done:

1: Identify VBI data streams in DVB (libdvbpsi etc)
(done this for EBU teletext in modules/demux/ts.c recently. VBI data and VBI teletext yet to be done)
2: catch these data from the tracks and pass it into a ES with the correct FOURCC (telx for EBU teletext)
3: feed this data into a VBI subtitle decoder (Yet to be done. should look something like a cross of logo.c and freetype.c. VBI decoding can use the ZVBI library to make picture data from the VBI data)

For CC and VBI in analog encoded video, it's harder i guess, but I haven't seen that very much to be honest. In this case you need the decoder to feed you the VBI data, a concept VLC will honest to god not like.
Don't use PMs for support questions.

roglan
Blank Cone
Blank Cone
Posts: 27
Joined: 02 Oct 2004 21:32
Location: Norway

Postby roglan » 12 Nov 2004 18:38

Have you looked at the following availble source for Teletext?

http://www.doom9.org/index.html?/DigiTV/projectx.htm

roglan
Blank Cone
Blank Cone
Posts: 27
Joined: 02 Oct 2004 21:32
Location: Norway

Postby roglan » 12 Nov 2004 19:22

Sorry, but I posted the wrong link.

http://www.lucike.info/page_projectx.htm

This project does among other things extract Teletext from a
Mpeg-2 stream. The source code is also available, and its
GNU General Public License.

blhirsch

Postby blhirsch » 11 Aug 2005 14:27

What is the current status for closed captioning implementation? Is anybody working on it? Just curious...

Nelson

Postby Nelson » 24 Oct 2005 02:26

It is already over 2 years since I posted if there will be Closed Caption support. Is anyone have idea will this will happen ?

The DJ
Cone Master
Cone Master
Posts: 5987
Joined: 22 Nov 2003 21:52
VLC version: git
Operating System: Mac OS X
Location: Enschede, Holland
Contact:

Postby The DJ » 26 Oct 2005 16:49

Most likely when one of the developers runs into an assignment where it is required to implement this, and not much earlier.
Don't use PMs for support questions.

Bill F

Postby Bill F » 10 Nov 2005 02:03

No CC yet?

Then this software is no good for the million hearing impaired folks like myself.


Sorry to hear you have not add a CC support yet or it would been one great software to use.

Damn I installed it thinking it will have CC support and I didn't find that feature so I went and did a search in the forum finding this statement from one of the developer so off to remove the software I go.


Bill

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 11 Nov 2005 18:59

Bill, patches for CC support are welcome. I have never seen CC stuff (as these kinds of subtitles aren't used where i live) and thus have no intrest in developing this. I guess that other developers feel like me. We already have too much stuff to do in VLC. Sorry
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

jjjolton

Adding my voice to the call for CC

Postby jjjolton » 13 Nov 2005 23:01

As another deaf user looking for broader support for closed-captioning, I'd like to add my voice to those looking for CC in VLC.

Someone should look into the way EyeTV's player resolves closed-captioning - the El Gato product is designed for recording t.v. shows, and it uses MPEG-2 encoding; EyeTV can display captions encoded in those recordings, and even preserves them when outputting for DVD.

On a related note, does anyone know if CC is supported in any of the flavors of MPEG-4/DivX/3ivx/Xvid? Or is the recourse to somehow converting CC into a subtitle stream?

casing

Postby casing » 20 Dec 2005 17:53

I was just wondering if there was an update to Closed captioning support in VLC. More specifically can VLC decode closed captioning according to the EIA-708 spec or DTVCC (digital television closed captioning). If not does anyone know of a program that will decode these type of captions?

lpr46
New Cone
New Cone
Posts: 1
Joined: 21 Feb 2007 11:28

zorglub's CC patch

Postby lpr46 » 21 Feb 2007 11:30

dont know if it works yet or not, but wanted to post that someone
did put a patch out there.

https://trac.videolan.org/vlc/ticket/77

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Postby Jean-Baptiste Kempf » 21 Feb 2007 11:48

Teletext support has already been added. As you can see the ticket is closed.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

mckooper
New Cone
New Cone
Posts: 1
Joined: 29 Mar 2007 18:33

Closed Captioning

Postby mckooper » 29 Mar 2007 18:38

I see the ticket, but it looks open to me. I'm particularly interested in EIA-608 CC support for TV/PVR input. Interested enough to volunteer to help if I can.

tvproducer
New Cone
New Cone
Posts: 4
Joined: 09 Jul 2007 15:53

Re: closed caption support

Postby tvproducer » 19 Jul 2007 17:49

Hi,

VideoLan does already have support for Displaying Closed Captioning of various types done on line 21.

The video stream or file you play must already be Closed Captioned on line 21, if it is, then simply play the video output to any TV set and the TV set will display the CC characters if you set the display of the TV set to show the Closed Captioning.

What most people do NOT understand is that in order for the source video to be Closed Captioned it MUST be at least 720x486 or there is NO line 21 to write to !!!! Dah!

There is only one software program, MacCaption, that has a patent on its method of writing to line 21 and the file dimension must be large enough to have a vertical blanking interval or line 21. That program sells for, I think about $10,000.

I am in the process of writing a program that will open a quicktime file in memory and write directly to line 21 of each frame at the correct column position for AVID and Media 100 non-linear editing systems.

If anyone would like to help me, please let me know... my email is:
tvmogul1@yahoo.com

Once I write such a program, it should be easy to write a plugin for VLC that will read line 21 if it exists which i would be glad to do and make it available for free.

Bill Sergio

dynamitemedia
Blank Cone
Blank Cone
Posts: 60
Joined: 15 Jul 2007 23:30

Re: closed caption support

Postby dynamitemedia » 23 Jul 2007 21:53

Have you tried checking out DVD lab Pro?
http://www.mediachance.com/dvdlab/dvdlabpro.html

this allows you to use subtitles to use as CC

and this FREE program for creating subtitles?

http://www.urusoft.net/products.php?cat=sw&lang=1

and here is a tutorial

http://forum.videohelp.com/topic314307.html

this uses existing subtitles or you can download subtitles for most tv shows and movies in these locations if you dont have them

1. http://www.subtitlesbox.com
2. http://www.tvsubtitles.net/
3. http://www.divxtitles.com/

If not you can create them for your own show in the Subtitle Workshop and then add to DVD lab Pro.

maybe its not convenient to first have on DVD but you can always use it to sell a copy to your viewers for a extra source of income .

operil
New Cone
New Cone
Posts: 1
Joined: 07 Apr 2008 11:35

Re: closed caption support

Postby operil » 07 Apr 2008 11:36

You can download subtitles from http://www.all4divx.com/

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Re: closed caption support

Postby dionoea » 22 Apr 2008 16:12

Closed caption support was added in the development version a few months ago. You can give it a try here: http://nightlies.videolan.org
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

hihi
Blank Cone
Blank Cone
Posts: 49
Joined: 09 Jan 2007 08:48

Re: closed caption support

Postby hihi » 28 Apr 2008 14:09

Can VLC decode any Teletext page? like magazine page 100 and browse though the teletext on the same way as a TV set? (EBU Teletext)

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: closed caption support

Postby Jean-Baptiste Kempf » 28 Apr 2008 18:05

Yes, on linux.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

hihi
Blank Cone
Blank Cone
Posts: 49
Joined: 09 Jan 2007 08:48

Re: closed caption support

Postby hihi » 28 Apr 2008 19:39

will it be available on windows as well?
regards

Jean-Baptiste Kempf
Site Administrator
Site Administrator
Posts: 37519
Joined: 22 Jul 2005 15:29
VLC version: 4.0.0-git
Operating System: Linux, Windows, Mac
Location: Cone, France
Contact:

Re: closed caption support

Postby Jean-Baptiste Kempf » 28 Apr 2008 19:50

Not until someone makes the port.
Jean-Baptiste Kempf
http://www.jbkempf.com/ - http://www.jbkempf.com/blog/category/Videolan
VLC media player developer, VideoLAN President and Sites administrator
If you want an answer to your question, just be specific and precise. Don't use Private Messages.

sbarella
New Cone
New Cone
Posts: 4
Joined: 21 May 2008 17:51

Re: closed caption support

Postby sbarella » 21 May 2008 18:15

Hey,

Anyone know whether Closed Captioning (EIA-608) is working in the latest builds. It appears as though something may be working in Linux but not in Windows (no port yet). I am working on a project and have found very few players supporting CC.

Thanks


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 4 guests