Hello,

I get the main.c ( 1.42 ) and the makefile.am ( 1.24 ) of /yuvdenoise and 
compile another time. Now everything is fine. Thanks for help
        


> De: "Odile Planquelle" <[EMAIL PROTECTED]>
> A: "Bernhard Praschinger" <[EMAIL PROTECTED]>
> Objet: Re: Re: [Mjpeg-users] yuvdenoise
> Date: Wed,  3 Aug 2005 19:55:48 +0000 (GMT)

> Hello,
> I've done some more test. It seems that with a video the end of encoding 
> appears at frame 264 :
>    INFO: [mpeg2enc] Signaling last frame = 264
> I've done some trim from 240 to 280, and the encodeing end at frame : 24
>    INFO: [mpeg2enc] Signaling last frame = 24
> Last trim is from 260 to 270. I've copy you all the information :
> [EMAIL PROTECTED] premiere]# smil2yuv example4003.dv | yuvdenoise | mpeg2enc 
> -f 8 -o test2.mpg -v 2
>    INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
>    INFO: [mpeg2enc] SETTING SSE and MMX for TRANSFORM!
>    INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION!
>    INFO: [lt-yuvdenoise] yuvdenoise version 1.6.3-rc1
>    INFO: [lt-yuvdenoise] Y4M-Stream is flagged to be 720x576(4:2:0 MPEG1)
>    INFO: [lt-yuvdenoise]
>    INFO: [lt-yuvdenoise] Processing Mode : 4:2:0 interlaced
>    INFO: [lt-yuvdenoise] Luma-Plane      : 720x576 pixels
>    INFO: [lt-yuvdenoise] Chroma-Plane    : 360x288 pixels
>    INFO: [mpeg2enc] Selecting DVD output profile
>    INFO: [mpeg2enc] Assuming norm PAL
>    INFO: [mpeg2enc] Interlaced input - selecting interlaced encoding.
>    INFO: [mpeg2enc] Encoding MPEG-2 video to test2.mpg
>    INFO: [mpeg2enc] Horizontal size: 720 pel
>    INFO: [mpeg2enc] Vertical size: 576 pel
>    INFO: [mpeg2enc] Aspect ratio code: 2 = 4:3 display
>    INFO: [mpeg2enc] Frame rate code:   3 = 25.0 (PAL/SECAM VIDEO / converted 
> FILM)
>    INFO: [mpeg2enc] Bitrate: 7500 KBit/s
>    INFO: [mpeg2enc] Quality factor: 8 (Quantisation = 9) (1=best, 31=worst)
>    INFO: [mpeg2enc] Field order for input: bottom-field-first
>    INFO: [mpeg2enc] Sequence unlimited length
>    INFO: [mpeg2enc] Search radius: 16
>    INFO: [mpeg2enc] DualPrime: no
>    INFO: [mpeg2enc] Using one-pass rate controller
>    INFO: [mpeg2enc] GOP SIZE RANGE 9 TO 15
>    INFO: [mpeg2enc] Setting colour/gamma parameters to "PAL B/G"
>    INFO: [mpeg2enc] Progressive format frames = 0
>    INFO: [mpeg2enc] Using default unmodified quantization matrices
>    INFO: [mpeg2enc] Buffering 33 frames
>    INFO: [lt-yuvdenoise] Buffers allocated.
>    INFO: [lt-yuvdenoise] SETTING EXTENDED MMX for MOTION!
> --DEBUG: [mpeg2enc] End of input stream detected
>    INFO: [mpeg2enc] Signaling last frame = 4
>    INFO: [mpeg2enc] SETTING MMX and MMX for QUANTIZER!
> --DEBUG: [mpeg2enc] Split len = 0
>    INFO: [mpeg2enc] NEW GOP INIT length 15
> --DEBUG: [mpeg2enc] Start 0 I 0 0
> --DEBUG: [mpeg2enc] FIRST GOP INIT
> --DEBUG: [mpeg2enc] Frame I T=60907 A=562500  Xi=0.00 Xp=0.00 Xb=0.00
> --DEBUG: [mpeg2enc] Frame I A= 33212 2125568.00: I =  33212 P =   nan B =   
> nan
>    INFO: [mpeg2enc] Frame     0     0 I q=8.00 sum act=148.73654
> --DEBUG: [mpeg2enc] Start 1 P 1 1
> --DEBUG: [mpeg2enc] Frame P T=35828 A=562500  Xi=2125568.00 Xp=0.00 Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 11315 724160.00: I =  33212 P = 11315 B =   nan
>    INFO: [mpeg2enc] Frame     1     1 P q=8.00 sum act=179.97138
> --DEBUG: [mpeg2enc] Start 2 P 2 2
> --DEBUG: [mpeg2enc] Frame P T=33214 A=562500  Xi=2125568.00 Xp=724160.00 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 11032 706048.00: I =  33212 P = 11174 B =   nan
>    INFO: [mpeg2enc] Frame     2     2 P q=8.00 sum act=207.90353
> --DEBUG: [mpeg2enc] Start 3 P 3 3
> --DEBUG: [mpeg2enc] Frame P T=33189 A=562500  Xi=2125568.00 Xp=720985.73 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A=  9860 631040.00: I =  33212 P = 10736 B =   nan
>    INFO: [mpeg2enc] Frame     3     3 P q=8.00 sum act=234.40419
> --DEBUG: [mpeg2enc] Start 4 P 4 4
> --DEBUG: [mpeg2enc] Frame P T=33060 A=562500  Xi=2125568.00 Xp=705222.05 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A=  9447 604608.00: I =  33212 P = 10414 B =   nan
>    INFO: [mpeg2enc] Frame     4     4 P q=8.00 sum act=260.31464
>    INFO: [mpeg2enc] Sequence end inserted
>    INFO: [mpeg2enc] Guesstimated final muxed size = 74875
> [EMAIL PROTECTED] premiere]# smil2yuv example4003.dv | mpeg2enc -f 8 -o 
> test2.mpg -v 2
>    INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
>    INFO: [mpeg2enc] SETTING SSE and MMX for TRANSFORM!
>    INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION!
>    INFO: [mpeg2enc] Selecting DVD output profile
>    INFO: [mpeg2enc] Assuming norm PAL
>    INFO: [mpeg2enc] Interlaced input - selecting interlaced encoding.
>    INFO: [mpeg2enc] Encoding MPEG-2 video to test2.mpg
>    INFO: [mpeg2enc] Horizontal size: 720 pel
>    INFO: [mpeg2enc] Vertical size: 576 pel
>    INFO: [mpeg2enc] Aspect ratio code: 2 = 4:3 display
>    INFO: [mpeg2enc] Frame rate code:   3 = 25.0 (PAL/SECAM VIDEO / converted 
> FILM)
>    INFO: [mpeg2enc] Bitrate: 7500 KBit/s
>    INFO: [mpeg2enc] Quality factor: 8 (Quantisation = 9) (1=best, 31=worst)
>    INFO: [mpeg2enc] Field order for input: bottom-field-first
>    INFO: [mpeg2enc] Sequence unlimited length
>    INFO: [mpeg2enc] Search radius: 16
>    INFO: [mpeg2enc] DualPrime: no
>    INFO: [mpeg2enc] Using one-pass rate controller
>    INFO: [mpeg2enc] GOP SIZE RANGE 9 TO 15
>    INFO: [mpeg2enc] Setting colour/gamma parameters to "PAL B/G"
>    INFO: [mpeg2enc] Progressive format frames = 0
>    INFO: [mpeg2enc] Using default unmodified quantization matrices
>    INFO: [mpeg2enc] Buffering 33 frames
> --DEBUG: [mpeg2enc] End of input stream detected
>    INFO: [mpeg2enc] Signaling last frame = 10
>    INFO: [mpeg2enc] SETTING MMX and MMX for QUANTIZER!
> --DEBUG: [mpeg2enc] Split len = 0
>    INFO: [mpeg2enc] NEW GOP INIT length 15
> --DEBUG: [mpeg2enc] Start 0 I 0 0
> --DEBUG: [mpeg2enc] FIRST GOP INIT
> --DEBUG: [mpeg2enc] Frame I T=60907 A=562500  Xi=0.00 Xp=0.00 Xb=0.00
> --DEBUG: [mpeg2enc] Frame I A= 47798 3059072.00: I =  47798 P =   nan B =   
> nan
>    INFO: [mpeg2enc] Frame     0     0 I q=8.00 sum act=151.13999
> --DEBUG: [mpeg2enc] Start 1 P 1 1
> --DEBUG: [mpeg2enc] Frame P T=32828 A=515413  Xi=3059072.00 Xp=0.00 Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 33929 2195583.29: I =  47798 P = 33929 B =   
> nan
>    INFO: [mpeg2enc] Frame     1     1 P q=8.09 sum act=201.96054
> --DEBUG: [mpeg2enc] Start 2 P 2 2
> --DEBUG: [mpeg2enc] Frame P T=34543 A=531741  Xi=3059072.00 Xp=2195583.29 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 34604 2227643.18: I =  47798 P = 34266 B =   
> nan
>    INFO: [mpeg2enc] Frame     2     2 P q=8.05 sum act=252.82456
> --DEBUG: [mpeg2enc] Start 3 P 3 3
> --DEBUG: [mpeg2enc] Frame P T=35412 A=544983  Xi=3059072.00 Xp=2201202.03 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 34196 2188544.00: I =  47798 P = 34243 B =   
> nan
>    INFO: [mpeg2enc] Frame     3     3 P q=8.00 sum act=302.63476
> --DEBUG: [mpeg2enc] Start 4 P 4 4
> --DEBUG: [mpeg2enc] Frame P T=36390 A=560090  Xi=3059072.00 Xp=2198983.61 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 32109 2054976.00: I =  47798 P = 33710 B =   
> nan
>    INFO: [mpeg2enc] Frame     4     4 P q=8.00 sum act=350.33862
> --DEBUG: [mpeg2enc] Start 5 P 5 5
> --DEBUG: [mpeg2enc] Frame P T=36508 A=562500  Xi=3059072.00 Xp=2173745.17 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 32701 2092864.00: I =  47798 P = 33508 B =   
> nan
>    INFO: [mpeg2enc] Frame     5     5 P q=8.00 sum act=398.82237
> --DEBUG: [mpeg2enc] Start 6 P 6 6
> --DEBUG: [mpeg2enc] Frame P T=36486 A=562500  Xi=3059072.00 Xp=2159570.12 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 32431 2075584.00: I =  47798 P = 33328 B =   
> nan
>    INFO: [mpeg2enc] Frame     6     6 P q=8.00 sum act=448.57804
> --DEBUG: [mpeg2enc] Start 7 P 7 7
> --DEBUG: [mpeg2enc] Frame P T=36463 A=562500  Xi=3059072.00 Xp=2144850.90 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 32962 2109568.00: I =  47798 P = 33276 B =   
> nan
>    INFO: [mpeg2enc] Frame     7     7 P q=8.00 sum act=498.32119
> --DEBUG: [mpeg2enc] Start 8 P 8 8
> --DEBUG: [mpeg2enc] Frame P T=36454 A=562500  Xi=3059072.00 Xp=2138667.30 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 32707 2093248.00: I =  47798 P = 33205 B =   
> nan
>    INFO: [mpeg2enc] Frame     8     8 P q=8.00 sum act=548.77297
> --DEBUG: [mpeg2enc] Start 9 P 9 9
> --DEBUG: [mpeg2enc] Frame P T=36441 A=562500  Xi=3059072.00 Xp=2130707.22 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 33665 2154560.00: I =  47798 P = 33256 B =   
> nan
>    INFO: [mpeg2enc] Frame     9     9 P q=8.00 sum act=600.47023
> --DEBUG: [mpeg2enc] Start 10 P 10 10
> --DEBUG: [mpeg2enc] Frame P T=36448 A=562500  Xi=3059072.00 Xp=2134887.60 
> Xb=0.00
> --DEBUG: [mpeg2enc] Frame P A= 35086 2245504.00: I =  47798 P = 33439 B =   
> nan
>    INFO: [mpeg2enc] Frame    10    10 P q=8.00 sum act=653.03261
>    INFO: [mpeg2enc] Sequence end inserted
>    INFO: [mpeg2enc] Guesstimated final muxed size = 382202
> I'm running mjpegtool on amd and not mac.
> I have a file with 6 frames ( about 800K ) with the pb. I can send if you 
> want. 
> > De: Bernhard Praschinger <[EMAIL PROTECTED]>
> > A: Odile Planquelle <[EMAIL PROTECTED]>
> > Objet: Re: [Mjpeg-users] yuvdenoise
> > Date: Wed, 03 Aug 2005 18:15:24 +0200
> > Hallo
> > 
> > > I think I run the last version of the tool ;
> > >    INFO: [lt-yuvdenoise] yuvdenoise version 1.6.3-rc1
> > > I've got it from yum ( I'm running fedora core 4 )
> > Was that package compiled for a special architecture ? Intel AMD MAC ?
> > There is a known problem with MAC running Fedora core 4, which seems to
> > be related to the gcc 4 Fedora (Redhat) uses. 
> > 
> > > I won't get any debug message from yuvdenoise :
> > >    INFO: [lt-yuvdenoise]  -v [n]   temporal V-filter-threshold
> > > -v is not for verbose :
> > Ok, but it seems that mpeg2enc isn't causing the problem. At least not
> > in the last 5 frames. I asked you to send the whole output. So we can
> > take a look at it. The last 5 frames doesn't show anything, because
> > mpeg2enc is buffering frames. And if yuvdenoise outputs a error message
> > you have not sent it to the mailinglist. Either send the whole output or
> > add the -v 0 option to mpeg2enc
> > 
> >  > output from mpeg2enc :
> > > 
> > >    INFO: [mpeg2enc] NEW GOP INIT length 15
> > [...]
> > >    INFO: [mpeg2enc] Guesstimated final muxed size = 1004795
> > > 
> > > I've compiled this morning the source of yuvdenoise 
> > > and the pb is still the same. I also try with another
> > > video but it's the same. Should I try to get an older 
> > > version of yuvdenoise ?
> > Unlikely, what whould help is the configuration output of the mjpegtools
> > (after running configure), and maybe a backtrace of the chrash
> > yuvdenoise made. That should show the line in the code where it
> > chrashed. 
> > 
> > Does it fail every time after a different number of encoded frames ?
> > 
> > auf hoffentlich bald,
> > 
> > Berni the Chaos of Woodquarter
> > 
> > Email: [EMAIL PROTECTED]
> > www: <a  target="_blank" href=<a 
> > href=http://www.lysator.liu.se/~gz/bernhard>http://www.lysator.liu.se/~gz/bernhard</a>>http://www.lysator.liu.se/~gz/bernhard>http://www.lysator.liu.se/~gz/bernhard</a></a>>
> >  
> > -------------------------------------------------------
> > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> > from IBM. Find simple to follow Roadmaps, straightforward articles,
> > informative Webcasts and more! Get everything you need to get up to
> > speed, fast. <a  target="_blank" href=<a 
> > href=http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click>http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click</a>_______________________________________________>http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click>http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click</a>_______________________________________________</a>>
> >  Mjpeg-users mailing list
> > Mjpeg-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/mjpeg-users
> Protek-on: CaraMail met en oeuvre un nouveau Concept de Sécurité Globale - 
> www.caramail.com

Protek-on: CaraMail met en oeuvre un nouveau Concept de Sécurité Globale - 
www.caramail.com

Reply via email to