Linked by David Adams on Fri 20th Apr 2012 01:31 UTC, submitted by fsmag
Permalink for comment 515042
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/21/13 21:38 UTC
Linked by Thom Holwerda on 05/20/13 11:29 UTC
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
More Features »
Sponsored Links



Member since:
2012-04-21
First of all -- thanks very much for the input, and for inviting me to this thread.
Mind you, I'm rewriting that now. That's what the FSM articles are about:
http://www.freesoftwaremagazine.com/articles/libray_video_standard_...
http://www.freesoftwaremagazine.com/articles/libray_video_standard_...
http://www.freesoftwaremagazine.com/articles/libray_video_standard_...
Which I'm writing as I go through the development of my third prototype design.
Thus far, I agree. Hence, the "0" version numbers. :-)
I'll release a version "1" when I think I've got past that point.
Not a problem. It's not just the 'meta.cnf' file that defines it as a Lib-Ray volume, it's the contents of the file, e.g.:
[Lib-Ray]
# Mandatory fields
LibRayVersion: 0.2
LibRayID: 1 # ID for the producer (sign up for this with lib-ray.org)
DiskID: 2 # ID for this disk (you assign this number)
Cover: cover.jpg
Title: Sintel
Currently trying VP8 + FLAC/Vorbis + SRT. Was originally Theora + FLAC + Kate.
Future-proof versioning is addressed above.
Bear in mind that "VP8-only" constrains the disk/card format, not the player. The point is that a player developer need only support this format.
(And AFAIK, the only choices for free/open formats are VP8 and Theora at this time. Allowing proprietary standards like H.264 would defeat the purpose).
Well, I'll be revisiting that issue. The thing is, I don't like the idea of creating a whole new menu format when there are perfectly good free software HTML engines and lots of developers already know how to write HTML.
That's definitely going to happen, though. I'm still considering the best way to organize it -- and at the moment I'm trying to get the basics dealt with first.
That's a good point that I haven't given a lot of thought to. However, I think it gets covered by using the already-specified HTML5 Javascript approach, where the subtitle and audio options are properties of the video objects.