I'm trying to render a few different formats here, and followed one of the examples from Nicolas (thanks, those scripts where helpful! - http://kevb.net:3000/lurker/message/20060317.220248.194eadb3.en.html)
The difference is that I am doing NTSC source material. I have some DV video I captured into QT package with dvgrab from a Panasonic camera. I've loaded it into cin and am just attempted a render of ~1min of source. The first thing I noticed (using #2 from the email, with the interlaced material option) was an error from y4munsharp or yuvmedianfilter about the wrong interlacing. So I moved the interlace yuvcorrect step to the beginning of the pipeline. After that, I get an error from mpeg2enc about the 'Picture rate': (This example shows -f 3 to mpeg2enc, but I also tried -f 8 as mentioned in Nicolas's original mail.) trying popen(yuvcorrect -T INTERLACED_BOTTOM_FIRST | y4munsharp -L 1.0,0.2,0 | yuvmedianfilter -r 6 -T 3 | mpeg2enc -v 0 -r 32 -4 1 -2 1 -s -P -q4 -g 15 -G 15 -I 1 -B 384 -b 9800 -f 3 -o /mnt/mpg/memorial_fly/flight1_mpeg2.m2v) INFO: [yuvcorrect] yuvcorrect 1.8.0 (16-11-2002) is a general image correction utility for yuv frames INFO: [yuvcorrect] (C) 2002 Xavier Biquard <[EMAIL PROTECTED]>, yuvcorrect -h for usage, or man yuvcorrect INFO: [yuvcorrect] input: frame size: 720x480 pixels (518400 bytes) INFO: [yuvcorrect] input: chroma: 4:2:0 JPEG/MPEG-1 (interstitial) INFO: [yuvcorrect] input: frame rate: 60000/1001 fps (~59.940060) INFO: [yuvcorrect] input: interlace: bottom-field-first INFO: [yuvcorrect] input: sample aspect ratio: 10:11 INFO: [yuvcorrect] no line switching INFO: [yuvcorrect] no time forwarding INFO: [yuvcorrect] Without luminance correction INFO: [yuvcorrect] Without chrominance correction INFO: [yuvcorrect] Without rgb correction INFO: [y4munsharp] Luma radius: 1.000000 INFO: [y4munsharp] Luma amount: 0.200000 INFO: [y4munsharp] Luma threshold: 0 INFO: [yuvmedianfilter] fast 0, weight type 0 **ERROR: [mpeg2enc] Picture rate greater than permitted in specified Level INFO: [yuvcorrect] Frame number 0 INFO: [yuvcorrect] Frame number 1 INFO: [yuvcorrect] Frame number 2 Received sigpipe Received sigpipe Anyone familiar with what I might be doing wrong? Thanks! -- Kevin _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
