View Single Post
Old 7th May 2019, 17:40   #1569  |  Link
Spaded21
Registered User
 
Join Date: Apr 2019
Posts: 5
Quote:
Originally Posted by konikpolny View Post
Hi Spaded21,
regarding your encodes resulting in 2D, check your __ENCODE_3D_MOVIE.avs file if the views are inverted:
Code:

# Current base view: right eye!
# The views are inverted: AVC stream = right view, MVC stream = left view.
right = SelectEven(interleaved)
left  = SelectOdd(interleaved)
if that's the case it's probably the bug with FRIMSource MVC decoder to blame. I suggest downloading the latest version of BD3D2MK3D as it's got a newer version of this 3rd party library and have another go.

You can also read more about the bug quite recently reported
here and here
I just tried with the new version and this is what's in the .avs file

Code:
# Current base view: right eye!
# The views are inverted: AVC stream = right view, MVC stream = left view.
right = SelectEven(interleaved)
left  = SelectOdd(interleaved)

# Build Side-by-Side stream
StackHorizontal(HorizontalReduceBy2(Left), HorizontalReduceBy2(Right))
AssumeFPS("ntsc_film")
Does that mean it's still incorrect?

I registered for this forum a week or so ago and had to wait at least 5 days to post. I guess I should have caught up on the thread before asking my question. Thanks again.

Last edited by Spaded21; 7th May 2019 at 18:00.
Spaded21 is offline