09.03.2022, 22:05
Looks like it worked. The file size is now 11mb (from a 30 second test video) instead of 11kb and it shows it has beenĀ deinterlaced and cropped and fully viewable. I uploaded the debug file below for your convenience. Do you have any advice to or settings I could use to improve the quality? Does the bitrate has to be altered in any way?
Which I have done, captured it in HuffYUV. My goal is to create lossless VHS capture that I can upload onto YouTube.
The settings I been trying to use was based off another user's method over at DigitalFAQ who use Avisynth.
So what video should I use if I use .avi as the container?
Quote:Depends on what your goal is. If you want to create an intermediate file you should use lossless compression.
Which I have done, captured it in HuffYUV. My goal is to create lossless VHS capture that I can upload onto YouTube.
The settings I been trying to use was based off another user's method over at DigitalFAQ who use Avisynth.
AviSource("G:\Tape14\Untitled1T.avi")
QTGMC(Preset="Fast")
prefetch(3)
Crop(8, 8, -16, -6)
LanczosResize(1440, 1080)
Quote:Also H.264 should be put in .mp4/.mkv/.mov/.m2ts containers not .avi which isn't really suited for frames types with multiple references in both directions.
So what video should I use if I use .avi as the container?