PatchWorKs
1st March 2023, 08:00
Hi everyone, we do need your kindly expertise to squeeze out the best possible quality from FFMPEG's capture function.
Our digitization rig is currently composed of i7-4790S/16Gb/Win11 + Blackmagic Intensity Pro + customized/modded Panasonic NV-HD630 (note that - unfortunally - it won't work under Linux V4L2's qv4l2 tool (https://gordonlesti.com/digitize-a-vhs-tape-with-ffmpeg-and-easycap-on-linux/))
At the moment we have "cobbled together" this - ffplay - command line:
ffplay -rtbufsize 1G -pixel_format uyvy422 -framerate 25 -f dshow -i video="Decklink Video Capture":audio="Decklink Audio Capture" -aspect 4:3 -vf "scale=in_range=full:out_range=full,lut='y=(va l-16)*1.067',bwdif=mode=send_field:parity=auto:deint=all"
Result:
https://user-images.githubusercontent.com/171307/221958978-4b015bb0-f3e6-48a5-a301-d8b85f3a28d4.png
Thanks in advance to anyone that will help to optimize it.
Our digitization rig is currently composed of i7-4790S/16Gb/Win11 + Blackmagic Intensity Pro + customized/modded Panasonic NV-HD630 (note that - unfortunally - it won't work under Linux V4L2's qv4l2 tool (https://gordonlesti.com/digitize-a-vhs-tape-with-ffmpeg-and-easycap-on-linux/))
At the moment we have "cobbled together" this - ffplay - command line:
ffplay -rtbufsize 1G -pixel_format uyvy422 -framerate 25 -f dshow -i video="Decklink Video Capture":audio="Decklink Audio Capture" -aspect 4:3 -vf "scale=in_range=full:out_range=full,lut='y=(va l-16)*1.067',bwdif=mode=send_field:parity=auto:deint=all"
Result:
https://user-images.githubusercontent.com/171307/221958978-4b015bb0-f3e6-48a5-a301-d8b85f3a28d4.png
Thanks in advance to anyone that will help to optimize it.