Open ternava opened 3 years ago
Thanks, interesting!
Have you got a script that automatically computes such data/report?
"veryfast" internally uses --trellis=0. At first glance, the meaning could well be that trellis related stuff is never used (assuming that the value "0" actually means nothing happen). So removing trellis may have the same effect/behavior.
But your results show that the videos' sizes are actually different, suggesting that your removal of trellis
has actually more effects than "just" forcing the value 0. Can you explain why?
For other results, I'm less surprised since trellis
values are either 1 or 2 (not 0).
The effect of removing option
--trellis
#4 in five random videos--trellis
included (1) or removed (0)--trellis
included and--preset="medium"
(default preset with--trellis=1
)--trellis
removed and--preset="medium"
(default preset with--trellis=1
, which is removed)--trellis
included and--preset="veryfast"
(preset with--trellis=0
)--trellis
removed and--preset="veryfast"
(preset with--trellis=0
, which is removed)--trellis
included and--preset="slow"
(preset with--trellis=2
)--trellis
removed and--preset="slow"
(preset with--trellis=2
, which is removed)@acherm, by considering or removing the option of
--trellis
there is a clear effect on the size of each video (I recorded some other details too, but I need to compare them).