OK, here is a copy of my last reply to the other thread:
Some interesting facts about the jerky playback of the 720p version of the copper video sample:
I was puzzled by this progressive movie looking odd on interlaced display. I was unsure if the 30fps was really at play with my mind here... So I expanded each fields of the interlaced video (bob() function in avisynth)obtaining a 60fps video at half the original resolution.
I then resized it to 720p frame size, encoded and played on linkplayed.
Guess what, the video look perfect.
I guess the problem is really the interlaced nature of the source material. Does this mean that all progressive video played back on an interlaced display exibit this behavior... probably yes at varying severity levels... but this piece of video seem to be an extreme example of what can go bad.
You know what? Thinking of it some more I just realized what is the source of the problem here! The lack of Motion Blur! This explains why if I "bob" the source to get 60fps it play smooth! With all 60 fps the spacing of each frames makes for a smooth motion. Now remove each second frame things get too crisp... not enough bluriness to link each image. This is why the video look like garbage... because it it too sharp!
I encoded the video again with a blend deinterlace filter + motion blur + resize and it now look watchable. Certainly not as good as the 60fps 720 version but better than the straight deinterlaced version.
Have a look at:
720p 60fps
and
720p with motion blur
This short clip is certainly a keeper for demo/testing purpose.
Some interesting facts about the jerky playback of the 720p version of the copper video sample:
I was puzzled by this progressive movie looking odd on interlaced display. I was unsure if the 30fps was really at play with my mind here... So I expanded each fields of the interlaced video (bob() function in avisynth)obtaining a 60fps video at half the original resolution.
I then resized it to 720p frame size, encoded and played on linkplayed.
Guess what, the video look perfect.
I guess the problem is really the interlaced nature of the source material. Does this mean that all progressive video played back on an interlaced display exibit this behavior... probably yes at varying severity levels... but this piece of video seem to be an extreme example of what can go bad.
You know what? Thinking of it some more I just realized what is the source of the problem here! The lack of Motion Blur! This explains why if I "bob" the source to get 60fps it play smooth! With all 60 fps the spacing of each frames makes for a smooth motion. Now remove each second frame things get too crisp... not enough bluriness to link each image. This is why the video look like garbage... because it it too sharp!
I encoded the video again with a blend deinterlace filter + motion blur + resize and it now look watchable. Certainly not as good as the 60fps 720 version but better than the straight deinterlaced version.
Have a look at:
720p 60fps
and
720p with motion blur
This short clip is certainly a keeper for demo/testing purpose.