View Single Post
Old 5th December 2013, 04:44   #383  |  Link
damorsoft
Registered User
 
Join Date: Nov 2008
Posts: 13
This is no doubt the best thing for 3D ever!!! I love it, this and tsMuxeR combine to make the best BDR25 copies I have ever seen.
I wasn't crazy about the piping being an x264 kind of guy, but the quality is right up there.
Here is my notes that I put together may help abit.

HOWTO make 3DBDR25
1.Using ANYdvd copy 3Dmovie to some folder on C
2.Use eac3to to find mpls file of main movie
-c:\3d\eac3to\eac3to c:\3d\00002.mpls
-c:\3d\eac3to\eac3to c:\3d\00002.mpls 1) or what ever track you want..
-NOTE: length of movie and track #'s of left right audio
3.USE tsMuxeR to open the *.mpls and extract the left and right eyes and an audio
-rename the input files from tsMuxer sleft.264 and sright.mvc
-OR
-USE eac3to to open the *.mpls
-eg c:\3d\eac3to\eac3to c:\3d\00002.mpls 1: left.h264 2: right.h264 3: audio.ac3
4. CALCULATE bitrate kb/sec 1048576 bytes = 1MB
-DTS Audio = eg 1.23GiB
-MUX OVERHEAD = 2.5GiB total 3.73GiB
-25.0gib - 3.73gib = 21.2gib of video = 21,200,000,000 bytes
-1:46:40 =6360sec
-21200*8/6360=26.7 * 1,000,000 = 26700kb/sec
5. DEcode and ENcode with FRIM NOTE the input names are different with tsMuxeR and eac3to
-FRIMDecode mvc -i inputL.h264 -i inputR.h264 -o \\.\pipe\TMP.yuv | FRIMencode.exe mvc -i \\.\pipe\TMP_L.yuv -i \\.\pipe\TMP_R.yuv -viewoutput -o left.avc -o -right.mvc -w 1920 -h 1080 -f 23.976 -l 4 -cpbsize 3750 -vbr ***bitrate*** 60000 -u 4 -profile high -level 4.0 -gop 24 4 0 O
-You will get the elementary files for the base view left.avc and right.mvc
6. Start tsMuxeR, open the video files from 5, add the audio files from 3., select as output Blu-ray ISO
7. Burn the .iso
----------------- CMD files for Decoding NOTE input names ---------------------------------------------------------------------------
Convert.cmd
FRIMDecode mvc -i left.264 -i right.mvc -o \\.\pipe\TMP.yuv | FRIMencode.exe mvc -i \\.\pipe\TMP_L.yuv -i \\.\pipe\TMP_R.yuv -viewoutput -o nleft.avc -o nright.mvc -w 1920 -h 1080 -f 23.976 -l 4 -cpbsize 3750 -vbr 22300 60000 -u 4 -profile high -level 4.1 -gop 24 4 0 O
damorsoft is offline   Reply With Quote