bug-vcdimager
[Top][All Lists]
Advanced

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

[VCDImager Bugs/Devel] SVCD MPEG from mpeg2enc/mplex: Testing


From: Andrew Stevens
Subject: [VCDImager Bugs/Devel] SVCD MPEG from mpeg2enc/mplex: Testing
Date: Thu, 25 Jan 2001 19:46:00 +0000

Hi Herbert,

O.k. after surprisingly little fiddling I've cranked out my first
proper SVCD image using mpeg2enc/mplex and vcdimager.   
Unfortunately, I can't actually test it since I don't have access to
anything capable of playing SVCDs :-(

Along the way found a tiny bug in vcdimager 0.5.9beta2:


diff vcd.c vcd.c~
1321c1321
<       if (n < track->length_sectors-1)
---
>       if (n < track->length_sectors)   

I guess no-one else ever bothers with program end markers ;-).  If I
put a reasonably small mpg my lab web-site would you (or some other
vcdimage-er) be able to give it a quick spin to see what comes out.


cheers,

        Andrew
PS
Just out of interest: do you know anyone of any open-source MPEG audio
project that covers generating 5.1 audio?



reply via email to

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