25.03.2022, 14:51
(25.03.2022, 06:15)Selur Wrote: On that encode you used:
so you:# deinterlacing
ConvertToYV12(interlaced=true)
Yadif()
# adjusting frame rate
SalFPS3(60.0)
# cropping
Crop(8,0,-8,0)# 704x576
# filtering
# scaling to 1440x1178
LanczosResize(1440,1178)
- threw away part of the color info (422->420)
- used Yadif and prodced 25fps
- used SalFPS3 to go from 25 to 50fps
- cropped
- resized
Quote:Correct. So InterFrame is the culprit for reducing the file size despite having more frames? I take it that isn't exactly a bad thing?That depends. If your output is 4:2:0 than it will occur somewhere along the line so no harm.
If your output should be 4:2:2, throwing away a good protion of the data might not be good thing.
-> Comparing the size of lossless outputs with different color samplings makes no sense.
Comparing the size of lossless outputs and different interpolations without looking at the actual content makes no sense.
Cu Selur
Still confuses me how I got it that small and I thought it was 50fps, but it doesn't matter since I'm not using SalFps. So it not possible for the content to stays as 4:2:2 when InterFrame convert it to 60fps? If that what it suppose to do then I guess it's fine.
Thanks to your help I managed to upload the deinterlaced 60fps video on YouTube. Do you have any filter suggestions to improve the quality?
https://www.youtube.com/watch?v=1ZxLVA_3c6k