Log in

View Full Version : 3D 'weave' filter?


asarian
2nd October 2018, 13:17
Does a VapourSynth filter exist yet to 'weave' the right and left part of 3D material? (So as to get a regular 2D Blu-ray).

Thanks.

Myrsloik
2nd October 2018, 13:34
Does a VapourSynth filter exist yet to 'weave' the right and left part of 3D material? (So as to get a regular 2D Blu-ray).

Thanks.

Weave how? You can script just about anything using doubleweave, crop, interleave and a bit of cleverness. I just need to know where things are now and where they should be.

asarian
2nd October 2018, 14:51
I'm not talking about weaving for interlaced material, but for a 3D Blu-ray disc, like: https://www.bol.com/nl/p/the-avengers-infinity-war/9200000095269013/. My player can handle it, of course (so that it will be played as a 2D movie), but I want it on my media server too. Besides, both a left-eye and a right-eye stream is a lot of unnecessary overhead for me. I'd rather just 'weave' these 2 parts together (like my player does), so as to re-encode it as a 2d movie again.

Myrsloik
2nd October 2018, 20:54
You've probably misunderstood what it does then. It simply discards one view and scales the other one to fit. There's no magic combining them into a single higher resolution view.

asarian
23rd October 2018, 13:13
You've probably misunderstood what it does then. It simply discards one view and scales the other one to fit. There's no magic combining them into a single higher resolution view.

Ah, thank you. Yes, I misunderstood. :)