Other than allowing me to encode at resolutions divisible by 2, 4, 8, 16, etc., what does changing the image output mod affect?
Does it make processing a video faster? Does it affect image quality? Are some mod numbers better choices for certain programs that hook into Staxrip (any of the video tools that Staxrip calls upon)?
+ Reply to Thread
Results 1 to 3 of 3
-
-
It limits frame sizes to integer multiples of 2, 4, 8, 16, etc. Some codecs don't work with odd frame sizes, mod 2, etc. Also, some playback devices don't work with odd, or mod 2, etc. Interlaced video usually needs to be mod 4 or higher. You should select the lowest mod supported by both your codec and all your intended playback devices. Mod 4 is safe for most modern codecs and devices. Some old codecs and devices required mod 16.
Not significantly.
Not significantly. -
rough explanation:
mod2 <- is always needed when 4:2:0 color sampling is used
mod4 <- is needed when interlaced + 4:2:0 color sampling is used
mod16 often gives the most speed gain since macroblocks that make up an image are often 16x16
mod8 often is a first try to get 16x16 macroblock codecs to support more resolutions
That said, with modern codecs the modX choice shouldn't make much of a difference as long as the mod satisfies the color sampling (+ interlaced) restriction, since modern codecs are often optimized to handle the appropriate resolution for the chosen color sampling with much of a consequence in regard of speed and quality.
-> I agree with jagabo, mod4 should be a save choice for not too old codecs and hardwareusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
Where is 'sharpen' in new Staxrip?
By The.King in forum Video ConversionReplies: 0Last Post: 2nd Sep 2015, 06:44 -
Staxrip and subtitles
By animecypher in forum Newbie / General discussionsReplies: 1Last Post: 11th May 2014, 03:24 -
How can you use the best filters of StaxRip
By yaston in forum Video ConversionReplies: 3Last Post: 13th Jan 2014, 10:41 -
VirtualDub output file doesn't play (it's nnnn frames of one image)
By XXL in forum Newbie / General discussionsReplies: 0Last Post: 22nd Nov 2013, 21:37 -
Staxrip. No sound?
By The.King in forum Video ConversionReplies: 2Last Post: 23rd Apr 2012, 13:25