VLyriC: new software for displaying hymn lyrics on video at stake conference

Using the Church Webcasting System, YouTube, etc. Including cameras and mixers.
cboling
New Member
Posts: 31
Joined: Mon Dec 31, 2007 9:52 am

VLyriC: new software for displaying hymn lyrics on video at stake conference

#1

Post by cboling »

When the computer for the setup I've been using since 2004 died a couple of weeks before conference and I had trouble recreating it, I decided it was time for a new, more universal, way of doing the display. I ended up writing VLyriC, which uses VLC as the display engine, and is a easier than a Powerpoint-style slide show -- esp. when making last-minute changes on the fly during the meeting. I also added camera selection to it (since my previous method wasn't available on Linux).

All that's required is VLC and this program (and one or more video sources for VLC to use -- a dummy source if you don't want video) and you're in business. The program and source code are available at the above link. It saved my weekend, and I hope it helps someone else.
VLyriC.jpg
VLyriC.jpg (25.38 KiB) Viewed 4150 times
(How nice! The forum image uploader turned my 23k png into a crummy-looking 25k jpeg. Guess it was too big...:rolleyes:)
ksolsen
Church Employee
Church Employee
Posts: 115
Joined: Tue May 24, 2011 4:06 pm

#2

Post by ksolsen »

Very impressive! I love it.
Kurt Olsen - Product Manager at Church HQ for Digital Presentation (Personal Video Conferencing, Meetinghouse Webcast, Conference Rooms, Video Conference Endpoints, Meetinghouse Digital Content)
michaelfish
Member
Posts: 421
Joined: Sun May 10, 2009 4:44 pm
Location: Gilbert, AZ USA

#3

Post by michaelfish »

I'd like to see what the text-over-video looks like.

Can you upload a sample? For instance, where is the text overlayed (bottom, middle, etc.)? What font did you decide to use? How is the overlay quality, etc? What is the resolution factor (low, medium, 720, HD)?

Thanks
Aczlan
Member
Posts: 358
Joined: Sun Jun 06, 2010 5:29 pm
Location: Upstate, NY, USA

#4

Post by Aczlan »

How does this interact with the Webcast software? Does it show up as another video source that sits in the middle between the capture card and the Webcast software, or does it require extra hardware to do Chroma-keying?

Thanks

Aaron Z
cboling
New Member
Posts: 31
Joined: Mon Dec 31, 2007 9:52 am

#5

Post by cboling »

michaelfish wrote:What font did you decide to use?
The VLC plugin doesn't appear to give a choice of typeface (anyone know differently?); it uses a basic sans-serif typeface that is probably system-dependent.
I'd like to see what the text-over-video looks like.
The project page shows a picture of the screen (click for larger version) with a custom title on it.
where is the text overlayed (bottom, middle, etc.)?
Totally flexible. I choose to have it at the bottom, but you can change the init strings to place it wherever you want. Put every line in a different place if you really want to drive your audience batty! :eek:
How is the overlay quality, etc? What is the resolution factor (low, medium, 720, HD)?
VLC will play your video at whatever resolution you desire (limited, of course, by the native resolution of your source). As the project page mentions (really -- it's hidden in there!) VLC 1.x seems to render the text at the same resolution as the video, but 2.0 appears to use full display resolution (which is nice if you're displaying 640x480 video on a 1024x768 projector). I updated that paragraph with links to a pair of screen shots that compare the same pair of lines displayed in both versions. (Note that both the VLC version and OS differ between the two shots. The basic font is OS-dependent; the rendering style is VLC-dependent.) I'd put the samples right here for you, but I can't figure out how to attach a picture without it transcoding it to jpeg. (if anyone knows how, I'd appreciate an education!)
Attachments
lyrics-vlc1.1.9-linux-.jpg
lyrics-vlc1.1.9-linux-.jpg (12.19 KiB) Viewed 4053 times
lyrics-vlc2.0.0-windows.jpg
lyrics-vlc2.0.0-windows.jpg (12.1 KiB) Viewed 4060 times
cboling
New Member
Posts: 31
Joined: Mon Dec 31, 2007 9:52 am

#6

Post by cboling »

Aczlan wrote:How does this interact with the Webcast software? Does it show up as another video source that sits in the middle between the capture card and the Webcast software, or does it require extra hardware to do Chroma-keying?
VLC doesn't create a new V4L2/DirectShow device or anything fancy like that; it relies strictly on your display output. Unless someone knows of a display plugin for VLC that does that (it's certainly possible to make one), you'll need to use one computer to produce the display, and feed the video into a capture device of a 2nd computer in order to webcast it.

Even if you use VLC's built-in transcode/broadcast capabilities, you'll only get the original video without the text overlays; the overlay takes place after that step and is applied directly to the display module. I know because I tried it, and was disappointed -- it would've been great to have it broadcast on the LAN with nothing more needed!
Aczlan
Member
Posts: 358
Joined: Sun Jun 06, 2010 5:29 pm
Location: Upstate, NY, USA

#7

Post by Aczlan »

cboling wrote:Even if you use VLC's built-in transcode/broadcast capabilities, you'll only get the original video without the text overlays; the overlay takes place after that step and is applied directly to the display module. I know because I tried it, and was disappointed -- it would've been great to have it broadcast on the LAN with nothing more needed!
Looking online turned up http://forums.adobe.com/thread/538563 which pointed me to http://www.e2esoft.cn/news/pages/vcam_vlc_plugin.html which appears to be a way to have the VLC output to a virtual device that looks like a camera to that computer.
May have to play with this...

Aaron Z
cboling
New Member
Posts: 31
Joined: Mon Dec 31, 2007 9:52 am

#8

Post by cboling »

Aczlan wrote:vcam_vlc_plugin
Outstanding! I tried it out, and it indeed works. I updated the project page w/ the full scoop.
Aczlan
Member
Posts: 358
Joined: Sun Jun 06, 2010 5:29 pm
Location: Upstate, NY, USA

#9

Post by Aczlan »

cboling wrote:Outstanding! I tried it out, and it indeed works. I updated the project page w/ the full scoop.
Glad to hear it. Will have to experiment with it next time I am testing the webcasting setup.
Am I correct in thinking that I should be able to setup a signal chain as follows: Camera video/building audio > VLC (for overlay) > VCAM to merge the stream > Webcast software

Thanks

Aaron Z
cboling
New Member
Posts: 31
Joined: Mon Dec 31, 2007 9:52 am

#10

Post by cboling »

Aczlan wrote: Camera video/building audio > VLC (for overlay) > VCAM to merge the stream > Webcast software
Precisely.

You could also wait and add the audio with the VCam device; that should decrease CPU usage slightly (not having to process audio twice), but could further increase the temporal disparity between the audio and video streams. If the webcast software doesn't allow you to adjust the A/V sync, adding the audio sooner (as you suggested) would allow you to use VLC to tweak the audio delay.
Post Reply

Return to “Non-Interactive Webcasting”