2006-12-04, 03:43 AM
i believe there is an error in the script regarding the l5 deinterlacing. the command should be "-vf de/l5" rather than "-vf de-l5". in this case there is no deinterlacing taking place, which is why no filter and "de-l5" result in the same PSNR. given the file naming structure, the "/" in the filter command will mess up the file name. i would suggest just using "-vf l5". the "de" just enforces some mencoder default deblocking. to keep this comparison even leaving it out should be fine.
also, i believe you would see better PSNR results from filmdint with output set to 24fps.
about the PSNR, i got a log file, but i am not sure what i am looking at, and i didn't seem to get an overall PSNR in the mencoder output. must be doing something wrong.
as far as movie dimensions are concerned, there are some general guidelines for the codecs on how many bits per pixel per frame result in acceptable quality (e.g. blocking artifacts). for instance if you want to reduce a video to a particular disk size, you set a bitrate based on the video run time. from this bitrate and fps, you may need to scale down the pixels per frame to land in a reasonable bit/pixel/frame range.
m.
also, i believe you would see better PSNR results from filmdint with output set to 24fps.
about the PSNR, i got a log file, but i am not sure what i am looking at, and i didn't seem to get an overall PSNR in the mencoder output. must be doing something wrong.
as far as movie dimensions are concerned, there are some general guidelines for the codecs on how many bits per pixel per frame result in acceptable quality (e.g. blocking artifacts). for instance if you want to reduce a video to a particular disk size, you set a bitrate based on the video run time. from this bitrate and fps, you may need to scale down the pixels per frame to land in a reasonable bit/pixel/frame range.
m.