I travel quite a bit so I encode my DVDs into .avi files in order to minimize what I carry. After some trial and error and playing with the variables, I've found that the number that matters--assuming sound quality and other factors equal and that videos are watched at full screen--is:
bitrate adjusted for the effective resolution
...where the effective resolution is the resolution of the video adjusted for the resolution of the monitor you'll be playing. The adjustment is the fraction of the full screen your video will be using.
You can find this number through the formula:
Sv / Tv x e^(-ABS(ln((Wm/Hm)/(Wv/Hv))))
...where the variables are:
Sv = File size of video
Tv = Time of video
Wm = Width of monitor
Hm = Height of monitor
Wv = Width of video
Hv = Height of video
My target value for this equation is 10...
bitrate adjusted for the effective resolution
...where the effective resolution is the resolution of the video adjusted for the resolution of the monitor you'll be playing. The adjustment is the fraction of the full screen your video will be using.
You can find this number through the formula:
Sv / Tv x e^(-ABS(ln((Wm/Hm)/(Wv/Hv))))
...where the variables are:
Sv = File size of video
Tv = Time of video
Wm = Width of monitor
Hm = Height of monitor
Wv = Width of video
Hv = Height of video
My target value for this equation is 10...