Hello ;) No, all is the same with another files. for instance, 2.eli is for different files:
localhost 2 # create_dvd.sh 2.eli INFO: [yuvscaler] yuvscaler 1.6.2 (31-12-2003) is a general scaling utility for yuv frames INFO: [yuvscaler] (C) 2001-2003 Xavier Biquard <[EMAIL PROTECTED]>, yuvscaler -h for help, or man yuvscaler INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION! INFO: [mpeg2enc] SETTING MMX for TRANSFORM! INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION! --DEBUG: [lav2yuv] Edit list 2.eli opened --DEBUG: [lav2yuv] Edit list norm is PAL --DEBUG: [lav2yuv] Edit list contains 2 files --DEBUG: [lav2yuv] Opening video file /tail/ej/2/000000001.avi ... --DEBUG: [lav2yuv] File: /tail/ej/2/000000001.avi, absolute name: /tail/ej/2/000000001.avi --DEBUG: [lav2yuv] frames: 8449 --DEBUG: [lav2yuv] width: 768 --DEBUG: [lav2yuv] height: 576 --DEBUG: [lav2yuv] interlacing: top field first --DEBUG: [lav2yuv] frames/sec: 25.000 --DEBUG: [lav2yuv] audio samps: 14904036 --DEBUG: [lav2yuv] audio chans: 2 --DEBUG: [lav2yuv] audio bits: 16 --DEBUG: [lav2yuv] audio rate: 44100 --DEBUG: [lav2yuv] Opening video file /tail/ej/2/000000002.avi ... --DEBUG: [lav2yuv] File: /tail/ej/2/000000002.avi, absolute name: /tail/ej/2/000000002.avi --DEBUG: [lav2yuv] frames: 8449 --DEBUG: [lav2yuv] width: 768 --DEBUG: [lav2yuv] height: 576 --DEBUG: [lav2yuv] interlacing: top field first --DEBUG: [lav2yuv] frames/sec: 25.000 --DEBUG: [lav2yuv] audio samps: 14901870 --DEBUG: [lav2yuv] audio chans: 2 --DEBUG: [lav2yuv] audio bits: 16 --DEBUG: [lav2yuv] audio rate: 44100 INFO: [yuvscaler] DVD output format requested in PAL/SECAM norm INFO: [yuvscaler] input: frame size: 768x576 pixels (663552 bytes) INFO: [yuvscaler] input: frame rate: 25/1 fps (~25.000000) INFO: [yuvscaler] input: interlace: top-field-first INFO: [yuvscaler] input: sample aspect ratio: 1:1 INFO: [yuvscaler] from 768x576, take 768x576+0+0, INTERLACED_TOP_FIRST INFO: [yuvscaler] scale to 720x576, 720x576 being displayed INFO: [yuvscaler] Scaling uses the RESAMPLE algorithm, INFO: [yuvscaler] frame rate: 25.000 fps INFO: [yuvscaler] Scaling ratio for width is 16 to 15 INFO: [yuvscaler] and is 1 to 1 for height INFO: [yuvscaler] Specific downscaling routing number 1 INFO: [yuvscaler] output: frame size: 720x576 pixels (622080 bytes) INFO: [yuvscaler] output: frame rate: 25/1 fps (~25.000000) INFO: [yuvscaler] output: interlace: top-field-first INFO: [yuvscaler] output: sample aspect ratio: 16:15 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 video_tmp.m2v 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: top-field-first 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 INFO: [mpeg2enc] Using default unmodified quantization matrices INFO: [mpeg2enc] Buffering 33 frames --DEBUG: [lav2yuv] MJPEG frame 0 len 242728 INFO: [yuvscaler] End of stream! INFO: [yuvscaler] Normal exit: end of stream with frame number 0! INFO: [mpeg2enc] Signaling last frame = -1 INFO: [mpeg2enc] SETTING SSE and EXTENDED MMX for QUANTIZER! INFO: [mpeg2enc] GOP start (0 frames) INFO: [mpeg2enc] Guesstimated final muxed size = 4 INFO: [mp2enc] Opened WAV file, freq = 44100 Hz, channels = 2, bits = 16 localhost 2 # lavinfo 000000005.avi video_frames=7859 video_width=768 video_height=576 video_inter=1 video_norm=PAL video_fps=25.000000 video_sar_width=1 video_sar_height=1 max_frame_size=261760 MJPG_chroma=2 has_audio=1 audio_bps=4 audio_chans=2 audio_bits=16 audio_rate=44100 num_video_files=1 :) Yes, I did the same jst from command line, I had changed settings... I wrote about it in the first message... localhost 2 # cat /usr/local/bin/create_dvd.sh #!/bin/bash lav2yuv -v 2 $1 | yuvscaler -O DVD | mpeg2enc -f 8 -q 4 -s -o video_tmp.m2v ; #lav2yuv $1 | y4mscaler -I sar=1:1 -O sar=PAL -O size=704x576 -S option=sinc:4 | mpeg2enc -f 8 -q 4 -s -o video_tmp.m2v ; lav2wav $1 | mp2enc -v 2 -b 224 -r 48000 -s -o sound_tmp.mp2 ; mplex -f 8 sound_tmp.mp2 video_tmp.m2v -o {$1}-dvd.mpg After that I removed -q 4, which di not help, I removed -s, that did not help too, then I added -M 0 option, and it did not help too :) I had tried with y4mscaler, but that did not help too... I had tried with yuvdenoise and without it I did it from command line and from script I don't really know what can it be... Thanks :) Norayr ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users