Hi all
Got some troubles here with probably y4mstabilizer I have been using it daily to stabilise old shaky Super 8, but this time for whatever reason, it does not work. script 1 is the faulty one script 2 is Ok, however I just removed the y4mstabilizer just to make sure that it was the cause (or was actually the one complaining) Error message and output are pasted below. However, things are getting tricky because when I use stream of a picture of 1244x934 or 1008x764 , guess what ... it works :-) Only the ratio w/h is changing ... from 1.32 to 1.34, which can be corrected of course, but it seems odd that it could be working or not because of that... BTW frames are square pixels and prog. Any ideas ?? thanks a lot Scripts : "BAD" SCRIPT #!/bin/bash reel_name=$1 lum=$2 (find . -name \* -type f | sort | xargs cat) | yuyvtoy4m -w 1116 -h 832 -a 1:1 -i p -r 17:1 | y4mscaler -v 1 -O chromass=444 | y4mstabilizer -a 0.7 | yuvd enoise | y4munsharp | yuvcorrect -v 0 -Y LUMINANCE_"$lum"_16_235_16_235 | y4mscaler -v 0 -O size=1024x768 -O chromass=422 | y4mshift -b 8,8,1008,752 | yuvflip -H | y4mtoqt -o "$reel_name" "GOOD SCRIPT" #!/bin/bash reel_name=$1 lum=$2 (find . -name \* -type f | sort | xargs cat) | yuyvtoy4m -w 1116 -h 832 -a 1:1 -i p -r 17:1 | y4mscaler -v 1 -O chromass=444 | yuvdenoise | y4munsharp | yuvcorrect -v 0 -Y LUMINANCE_"$lum"_16_235_16_235 | y4mscaler -v 0 -O size=1024x768 -O chromass=422 | y4mshift -b 8,8,1008,752 | yuvf lip -H | y4mtoqt -o "$reel_name" OUTPUT gascogne:/media/movies/clive/clive1 # R8toQt_HD1 ../test.mov 1.6 INFO: [y4mscaler] Input Stream Header: INFO: [y4mscaler] <<< frame size: 1116x832 pixels (1857024 bytes) INFO: [y4mscaler] <<< chroma: 4:2:2 (horiz. cositing) INFO: [y4mscaler] <<< frame rate: 17/1 fps (~17.000000) INFO: [y4mscaler] <<< interlace: none/progressive INFO: [y4mscaler] <<< sample aspect ratio: 1:1 INFO: [y4mscaler] Source matte region defaulting to full source frame. INFO: [y4mscaler] Source active region defaulting to full source frame. INFO: [y4mscaler] Target interlacing defaulting to match source. INFO: [y4mscaler] Target frame size defaulting to match source. INFO: [y4mscaler] Target active region defaulting to full target frame. INFO: [y4mscaler] Deriving ratios from active regions... INFO: [y4mscaler] === SOURCE parameters: ================= INFO: [y4mscaler] < stream: INFO: [y4mscaler] < 1116x832, SAR 1:1, progressive INFO: [y4mscaler] < chroma subsampling: 4:2:2 (horiz. cositing) INFO: [y4mscaler] < chroma ss ratios: x 1:2 y 1:1 INFO: [y4mscaler] < active region: INFO: [y4mscaler] < 1116.000000x832.000000 at 0.000000,0.000000 INFO: [y4mscaler] < matte region: INFO: [y4mscaler] < 1116x832 at 0,0 (bg Y'CbCr: 16,128,128) INFO: [y4mscaler] === SCALING parameters: ================ INFO: [y4mscaler] | Scaler: Matto's Generic Scaler INFO: [y4mscaler] | kernels: cubicK4, cubicK4 INFO: [y4mscaler] === TARGET parameters: ================= INFO: [y4mscaler] > stream: INFO: [y4mscaler] > 1116x832, SAR 1:1, progressive INFO: [y4mscaler] < chroma subsampling: 4:4:4 (no subsampling) INFO: [y4mscaler] < chroma ss ratios: x 1:1 y 1:1 INFO: [y4mscaler] > active region: INFO: [y4mscaler] > 1116x832 at 0,0 (bg Y'CbCr: 16,128,128) INFO: [y4mscaler] > X ratio: 1/1 INFO: [y4mscaler] > Y ratio: 1/1 INFO: [y4mscaler] Output Stream Header: INFO: [y4mscaler] >>> frame size: 1116x832 pixels (2785536 bytes) INFO: [y4mscaler] >>> chroma: 4:4:4 (no subsampling) INFO: [y4mscaler] >>> frame rate: 17/1 fps (~17.000000) INFO: [y4mscaler] >>> interlace: none/progressive INFO: [y4mscaler] >>> sample aspect ratio: 1:1 INFO: [y4mscaler] Frame number 0 INFO: [yuvdenoise] mjpeg-tools yuvdenoise version 1.9.0 INFO: [yuvdenoise] Using the following thresholds: INFO: [yuvdenoise] Median-Pre-Filter [Y,U,V] : [0,0,0] INFO: [yuvdenoise] Temporal-Noise-Filter [Y,U,V] : [4,8,8] INFO: [yuvdenoise] Median-Post-Filter [Y,U,V] : [0,0,0] INFO: [yuvdenoise] Renoise [Y,U,V] : [0,0,0] INFO: [yuvdenoise] Y4M-Stream 1116x832(4:4:4 (no subsampling)) INFO: [yuvdenoise] Processing Mode : 4:4:4 progressive INFO: [yuvdenoise] Luma-Plane : 1116x832 pixels INFO: [yuvdenoise] Chroma-Plane : 1116x832 pixels INFO: [yuvdenoise] Buffers allocated. INFO: [y4munsharp] Luma radius: 3.000000 INFO: [y4munsharp] Luma amount: 0.300000 INFO: [y4munsharp] Luma threshold: 4 INFO: [yuvcorrect] yuvcorrect 1.9.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: [y4mscaler] Frame number 1 xargs: cat: terminated by signal 13 INFO: [yuvdenoise] Buffers freed. Deleting quicktime codecs _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users