Log in

View Full Version : Want to remove blend, 1 in 5 frames is blended (repeating pattern)


icezellion
19th July 2013, 05:20
Hi, I looked around and researched but couldn't find another instance of this. Every 5th frame is blended, and I tried a few things but none removed the blends successfully. I was hoping someone more knowledgeable here could recommend the filter(s) that I would need to use with the correct syntax to produce a proper encode. I've provided the download link below (1 min sample). Thanks for the help!

Mirrors:
http://www.sendspace.com/file/c3mjtd

http://fileserving.com/files/a3B9sSZSXK/Chimasample_MultiUpload.biz.mpg

creaothceann
19th July 2013, 06:24
See which one of these removes the blended frames:

SelectEvery(5, 0, 1, 2, 3)
SelectEvery(5, 0, 1, 2, 4)
SelectEvery(5, 0, 1, 3, 4)
SelectEvery(5, 0, 2, 3, 4)
SelectEvery(5, 1, 2, 3, 4)

icezellion
20th July 2013, 04:33
Initially I thought it was an exact repeating pattern for the blended frame but I guess not since the solution didn't work. This one is difficult to restore without the blends. In this case TDecimate gives you the correct framerate and plays smoothly, but it often keeps the blends. Any other ideas appreciated.

Edit: *SOLVED*
SRestore solves the issue and restores it without any blends. Thanks for the input.