help-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VCDImager] SEGMENT dir in svcd images


From: Kim Helenius
Subject: Re: [VCDImager] SEGMENT dir in svcd images
Date: Fri, 20 Apr 2001 21:16:09 +0300 (EEST)

Thank you for the quick answer and the patch :) It certainly doesn't look
too complicated but I'm paranoid about editing sources :) This makes me
feel a bit guilty but... I read that there should be a EXT/SCANDATA.DAT
file "for playing time related access" in the svcd structure as well:
http://www.licensing.philips.com/partner/data/sl00811.pdf
"Time jumping" should work for svcds if this file is present.. though I
believe not many players support it for svcd anyway :(

Kim

> there's no way at the moment to add an empty dir yet... other than editing
> the source code :)
>
> next release (0.6.1) will add that empty dir by default;
>
> if you can't wait for it, you can check out the
> cvs repo tagged with "rel_0_6_branch"...
>
> (or just apply the following patch)
>
> Index: libvcd/vcd.c
> ===================================================================
> RCS file: /cvs/vcdimager/libvcd/vcd.c,v
> retrieving revision 1.37
> diff -u -r1.37 vcd.c
> --- libvcd/vcd.c      2001/04/15 16:28:32     1.37
> +++ libvcd/vcd.c      2001/04/20 15:17:04
> @@ -827,6 +827,7 @@
>
>    case VCD_TYPE_SVCD:
>      _vcd_directory_mkdir (obj->dir, "EXT");
> +    _vcd_directory_mkdir (obj->dir, "SEGMENT");
>      _vcd_directory_mkdir (obj->dir, "MPEG2");
>      if (obj->broken_svcd_mode_flag)
>        {
>
>
>
> --
> Herbert Valerio Riedel      /     Finger address@hidden for GnuPG Public Key
> GnuPG Key Fingerprint: 7BB9 2D6C D485 CE64 4748  5F65 4981 E064 883F 4142
>
>
> _______________________________________________
> Help-VCDImager mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/help-vcdimager
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]