View Single Post
Old 26th August 2015, 16:11   #584  |  Link
thahandy
Registered User
 
Join Date: Sep 2008
Posts: 27
For those want to encode a 2D version instead just remuxing the demuxed video file, change the following files:

* edit "_MUX_2D_OPTIONS.txt" and add a new line under "--default-track"
Quote:
--default-track
0:yes
00800.track_4113.264 (<- not the same for every movie)
to
Quote:
--default-track
0:yes
#00800.track_4113.264 (<- copy this line, you need it later)
00800_2D.264 (<- output video name)
* save and exit _MUX_2D_OPTIONS.txt
* make a copy of "_ENCODE.cmd" (for example _ENCODE_2D.cmd)
* edit _ENCODE_2D.cmd and change the following line:
Quote:
--output "00800.264" "_ENCODE_3D_MOVIE.avs"
to
Quote:
--output "00800_2D.264" "00800.track_4113.264" (<- paste the filename you copied in _MUX_2D_OPTIONS.txt)
and
Quote:
if exist "_MUX_3D.cmd" cmd /c "_MUX_3D.cmd"
to
Quote:
if exist "_MUX_2D.cmd" cmd /c "_MUX_2D.cmd"
* remove this part: "--frame-packing 3" (or 4)
* save and exit _ENCODE_2D.cmd

Now run _ENCODE_2D.cmd

/edit
Quote:
Originally Posted by r0lZ View Post
[...]
Note that you forgot to remove the "--frame-packing 3" (or 4) argument in _ENCODE.cmd. It sets the frame packing so that the TV should automatically recognise the video as 3D SBS (or T&B).
[...]
Added, thanks!

Last edited by thahandy; 26th August 2015 at 18:23.
thahandy is offline