pieter1976
30th August 2004, 11:46
I have a idea of improving mjpeg.
With the normal mjpeg encoding 8x8 dct blocks are created at the same position every time. What if you changed the start position for every frame wouldn't that give a better moving image?
With the start position I mean then x,y point.
x
-------|---
|
|
y- *ooooooo
| oooooooo
oooooooo
oooooooo
o8x8dcto
oooooooo
oooooooo
oooooooo
* = start position
The 8x8 dct block patterns should be less visible.
This is when the start position is randomly.
I haven't tested it yet but I think it should have a positive effect.
Can this be tested with a avisynth script?
With the normal mjpeg encoding 8x8 dct blocks are created at the same position every time. What if you changed the start position for every frame wouldn't that give a better moving image?
With the start position I mean then x,y point.
x
-------|---
|
|
y- *ooooooo
| oooooooo
oooooooo
oooooooo
o8x8dcto
oooooooo
oooooooo
oooooooo
* = start position
The 8x8 dct block patterns should be less visible.
This is when the start position is randomly.
I haven't tested it yet but I think it should have a positive effect.
Can this be tested with a avisynth script?