View Single Post
Old 12th September 2018, 01:37   #1491  |  Link
WhoIsRich
Registered User
 
Join Date: Sep 2018
Location: UK
Posts: 2
First, thank you for making this tool, it's been very helpful converting my 3D blurays to a format that works on VR headsets.

As other seem to have experienced, occasionally I would find encoding failed from X264 crashing.
By repeatedly running and closing the launcher bat, I could trigger this randomly but frequent enough to test.
So I went through the parameters to see if changing them made a difference, and this was what I found:

In __ENCODE_3D_MOVIE.avs there is a line generated that looks like this:


interleaved = FRIMSource("mvc", "00800.track_4113.264", "00800.track_4114.mvc", num_frames = 137995, cache = 2, platform = "")


According to the 'FRIMSource_readme.pdf' when MVC is used, the layout parameter is mandatory, so I changed the line:


interleaved = FRIMSource("mvc", "00800.track_4113.264", "00800.track_4114.mvc", num_frames = 137995, cache = 2, platform = "", layout = "alt")


After this the crashing stopped, and more importantly, removing it caused the crashing to return!
It would be great if you could make a version that includes layout for further testing.
Another minor observation, in the Help, About, it says use Avisynth 2.5 instead of 2.6.0
WhoIsRich is offline