What does that "Codec-friendly sizing" option do? Let's say I want to upscale my video to 8x, will changing it to "Multiples of 8" do anything?
+ Reply to Thread
Results 1 to 4 of 4
-
-
Depend on codec - for some it can be 16 for some 8 for some 64 or more (depend on max block size).
-
No, it adjusts the output size you ask for to be divisible by 2, 4, 8 etc.
8x enlargement is always going to be mod 8, but the problem can arise if you enlarge by percent.
For example 640x480, enlarged 1.33 = 851.2x638.4. Without adjustment, that's 851x638. Odd sizes are usually not allowed except in RGB mode. Adjusted to mod-8, that's 848x632 (try it).
Note this can warp the aspect ratio a tiny bit. -
Oh... that's a shame then. I thought it had anything to do with compressing the files better.
I'm trying really hard to find a good compression method here. I work with pixel oriented game videos and capture them with a lossless codec (either camstudio or lagarith) at RGB, then upscale them to either 8x or 9x with point resize. But they add up and take a lot of space here in my HDD.
Do you guys have any compression tips for archiving purposes?
Similar Threads
-
WebEx WMV file, can't open in VirtualDub, says "missing codec"
By violetta in forum Newbie / General discussionsReplies: 13Last Post: 22nd Jul 2016, 21:39 -
[SOLVED] "--ipratio" "--pbratio"+"--scenecut" "--minkeyint" / "--keyint
By Kdmeizk in forum Video ConversionReplies: 14Last Post: 21st Jun 2015, 07:21 -
[Help] Problems with the "Title Button" in the "VTS ROOT" and "VTS Normal"
By kirous in forum Authoring (DVD)Replies: 8Last Post: 1st Nov 2014, 12:31 -
"Internet Friendly Media Encoder" Is HEVC supported by any browsers?
By Stears555 in forum Video ConversionReplies: 13Last Post: 21st Sep 2014, 16:23 -
Why/when to use codec friendly sizing in the VDub resize filter?
By brassplyer in forum EditingReplies: 2Last Post: 25th Oct 2012, 10:07