bug-vcdimager
[Top][All Lists]
Advanced

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

Re: [VCDImager Bugs/Devel] Problems with beta4


From: Mike Bernson
Subject: Re: [VCDImager Bugs/Devel] Problems with beta4
Date: Wed, 21 Mar 2001 14:28:23 -0500

Herbert Valerio Riedel wrote:
> 
> On Tue, 20 Mar 2001, Mike Bernson wrote:
> 
> > 1. ++ WARN: Program end marker seen at packet 6315 -- before actual
> > end of stream
> >       The stream is correct. The end check is off. (should i fix and
> > send you a patch)
> well... don't bother (unless it's a easy to fix one), I don't think this
> is a major problem..
This is a very easy fix. 

===================================================================
RCS file: /cvs/vcdimager/libvcd/vcd.c,v
retrieving revision 1.35
diff -r1.35 vcd.c
1339c1339
<       if (n < track->length_sectors)
---
>       if (n < track->length_sectors - 1)

> 
> > 2.++ WARN: SVCD/TRACKS.SVCD: No MPEG video?
> >       The input is vaild mpeg2 stream. (should i fix and send you a patch)
> well, this one sounds like you tried to add some stream with a
> non-standard resolution...
Yes....it is 480 x 240.  test:/video2# 
vcdimager --type svcd /video/test.mpg
   INFO: scanning mpeg track #0 for scanpoints...
++ WARN: SVCD/TRACKS.SVCD: No MPEG video?
   INFO: writing track 1 (ISO9660)...
   INFO: writing track 2, MPEG2, UNKNOWN (480x240/29.97fps)...
finished ok, image created with 6835 sectors (16075920 bytes)
But there is video.


> 
> > Is the cvs archive the same as the beta4.
> it's almost...
> 
> if you want to know for sure, just diff against the beta4 release tag...
> 
> > The stream was created with mpeg2enc from sourcefourge.
> 
> > The length on the time display is also wrong. I am starting to
> > look into it.
> 
> > The stream does play but with the time on display being short then
> > real. (even as the stream plays time does not increase on the display
> > baised on real time)
> mmmh... which dvd player are you using? 
Philphs DVD 711 
60 seconds stream display as 41 seconds but play 60 second by wall clock
and 41 seconds as displayed by the dvd player.

I am going to start looking into this one. I have a test stream that play
correct and will start to look at the diff between the test stream and
what mpeg2enc and vcdimager do.

My frist step will be to rip the stream from the cd and then recorded it
with vcdimager to see if that is the problem or if it mpeg2enc.
> 
> --
> Herbert Valerio Riedel      /     Finger address@hidden for GnuPG Public Key
> GnuPG Key Fingerprint: AC2A CD57 A5C8 A1CB 0A18  DA95 CB0B DB23 60B6 16F5
> 
> _______________________________________________
> Bug-VCDImager mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-vcdimager



reply via email to

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