[Mjpeg-users] Error when converting to dvd-mpeg

2004-01-27 Thread Bernhard Derks
Hi,

i have a stream recorded atwo years ago:


drwxr-xr-x2 bede users 520 2004-01-24 10:02 .
drwxr-xr-x4 bede users 288 2003-05-03 19:23 ..
-rw-r--r--1 bede users1825179784 2003-04-06 19:26 
priol_amr_A01.avi
-rw-r--r--1 bede users1825116128 2003-04-06 19:34 
priol_amr_A02.avi
-rw-r--r--1 bede users1822616832 2003-04-06 19:42 
priol_amr_A03.avi
[...]
-rw-r--r--1 bede users886628484 2003-04-06 20:34 
priol_amr_A10.avi
-rw-r--r--1 bede users 362 2003-04-06 20:36 
priol_amr.eli

I want to create a DVD-compliant mpeg-file, (i use dvdauthor), and 
i tried with  
lav2yuv priol_amr.eli | yuvdenoise -F -l 2| mpeg2enc -f 9 -q 7 -4 1 
-2 1 -P  -o priol.m2v

but the output is
lav2yuv priol_amr.eli | yuvdenoise -F -l 2| mpeg2enc -f 9 -q 7 -4 1 
-2 1 -P  -o priol.m2v
   INFO: [yuvdenoise]  

   INFO: [yuvdenoise]  Y4M2 
Motion-Compensating-YCrCb-Denoiser
   INFO: [yuvdenoise]  

   INFO: [yuvdenoise]  Version: MjpegTools 1.6.1.90
++ WARN: [lav2yuv] unspecified sample-aspect-ratio --- taking a 
guess...
   INFO: [yuvdenoise]
   INFO: [yuvdenoise]  Denoiser - Settings:
   INFO: [yuvdenoise]  
   INFO: [yuvdenoise]
   INFO: [yuvdenoise]  Mode : Progressive frames
   INFO: [yuvdenoise]  Deinterlacer : On
   INFO: [yuvdenoise]  Postprocessing   : On
   INFO: [yuvdenoise]  Y frame size : w:768 h:576
   INFO: [yuvdenoise]  CbCr frame size  : w:384 h:288
   INFO: [yuvdenoise]  Frame border : x:  0 y:  0 w:768 h:576
   INFO: [yuvdenoise]  Search radius:   8
   INFO: [yuvdenoise]  Y  Filter delay :   2
   INFO: [yuvdenoise]  Cr Filter delay :   2
   INFO: [yuvdenoise]  Cb Filter delay :   2
   INFO: [yuvdenoise]  Y  Filter threshold :   5
   INFO: [yuvdenoise]  Cr Filter threshold :   5
   INFO: [yuvdenoise]  Cb Filter threshold :   5
   INFO: [yuvdenoise]  Pass 2 threshold :   4
   INFO: [yuvdenoise]  Y - contrast : 100 %
   INFO: [yuvdenoise]  Cr/Cb - contrast : 100 %
   INFO: [yuvdenoise]  Sharpen  : 125 %
   INFO: [yuvdenoise]
   INFO: [yuvdenoise] Using 4:2:0 extended MMX SIMD optimisations.
   INFO: [mpeg2enc] Selecting DVD output profile
   INFO: [mpeg2enc] Assuming norm PAL
   INFO: [mpeg2enc] Encoding MPEG-2 video to priol.m2v
   INFO: [mpeg2enc] Horizontal size: 768 pel
   INFO: [mpeg2enc] Vertical size: 576 pel
   INFO: [mpeg2enc] Aspect ratio code: 1 = 1:1 pixels
   INFO: [mpeg2enc] Frame rate code:   3 = 25.0 (PAL/SECAM VIDEO / 
converted FILM)
   INFO: [mpeg2enc] Bitrate: 7500 KBit/s
   INFO: [mpeg2enc] Quality factor: 7 (Quantisation = 7) (1=best, 
31=worst)
   INFO: [mpeg2enc] Field order for input: none/progressive
   INFO: [mpeg2enc] Sequence unlimited length
   INFO: [mpeg2enc] Search radius: 16
   INFO: [mpeg2enc] GOP SIZE RANGE 9 TO 15
   INFO: [mpeg2enc] Setting colour/gamma parameters to PAL B/G
   INFO: [mpeg2enc] Progressive format frames = 0
**ERROR: [mpeg2enc] Horizontal size is greater than permitted in 
specified Level


tcprobe says:
tcprobe -i priol_amr_A01.avi
[tcprobe] RIFF data, AVI video
[avilib] V: 25.000 fps, codec=MJPG, frames=12019, width=768, 
height=576
[avilib] A: 44100 Hz, format=0x01, bits=16, channels=2, 
bitrate=1411 kbps,
[avilib]20705 chunks, 84806064 bytes, CBR
[tcprobe] summary for priol_amr_A01.avi, (*) = not default, 0 = not 
detected
import frame size: -g 768x576 [720x576] (*)
   frame rate: -f 25.000 [25.000] frc=3
  audio track: -a 0 [0] -e 44100,16,2 [48000,16,2] -n 0x1 
[0x2000] (*)
   bitrate=1411 kbps
   length: 12019 frames, frame_time=40 msec, 
duration=0:08:00.760


Any help there ? Where i have to set the horSize??

Bernhard



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users


Re: [Mjpeg-users] Error when converting to dvd-mpeg

2004-01-27 Thread Bernhard Praschinger
Hallo

For some strange reason I just got your mail. :-/
Seem's that I start hating my provider because the mailserver seems to
work 5 mintues every hour .

 I want to create a DVD-compliant mpeg-file, (i use dvdauthor), and
 i tried with
 lav2yuv priol_amr.eli | yuvdenoise -F -l 2| mpeg2enc -f 9 -q 7 -4 1
 -2 1 -P  -o priol.m2v


INFO: [mpeg2enc] Horizontal size: 768 pel
DVD only allows 720 Pixles Horizonatl size. You have to add yuvscaler -O
DVD into the command chain:
..| yuvdenoise ... | yuvscaler -O DVD | mpeg2enc 

 Any help there ? Where i have to set the horSize??
You have a DC10, which records at full size at 768x576 ?

auf hoffentlich bald,

Berni the Chaos of Woodquarter

Email: [EMAIL PROTECTED]
www: http://www.lysator.liu.se/~gz/bernhard


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users