Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#106 | Link |
Registered User
Join Date: Jun 2012
Posts: 52
|
videofan3d
Thank you for your work, just super! long looking for a decoder MVC 3D (interest only output YUV) if use this method, everything is fine Decoding H.264 MVC combined elementary stream into two yuv‐files (3D) output_L.yuv 1822500kb output_R.yuv 1822500kb if use this method Decoding H.264 MVC separate main and dependent views into two yuv‐files (3D) output_L.yuv 1822500kb output_R.yuv 1819463kb then the last frame is then removed is it possible to add the conversion directly from the file SSIF? |
![]() |
![]() |
![]() |
#107 | Link |
Registered User
Join Date: May 2006
Posts: 4,053
|
@videofan3d
I confirm that separate input files and named pipe now work perfectly with v1.11: Code:
FRIMDecode.exe mvc -i base.264 -i dependent.mvc -o \\.\pipe\TMP.yuv | FRIMencode.exe mvc -i \\.\pipe\TMP_L.yuv -i \\.\pipe\TMP_R.yuv -viewoutput -o output_L.avc -o output_R.mvc -w 1920 -h 1080 -dstw 1280 -dsth 720 -f 23.976 -l 4 -cpbsize 3750 -vbr 6000 15000 -u 4 -profile high -level 4.0 -gop 24 4 0 O ![]() |
![]() |
![]() |
![]() |
#109 | Link | |
Registered User
Join Date: May 2006
Posts: 4,053
|
Quote:
1. Rip the 3DBD to .iso 2. Mount the .iso 3. Start tsMuxeR and open the *.ssif (usually the largest for the movie) 4. Select the wanted tracks and demux with tsMuxeR => You will get the elementary files for the base view *.264, dependent view *.mvc, and the selected audio and sup files. 5. Now encode the video files with FRIMTools, like: Code:
FRIMDecode.exe mvc -i 00049.track_4113.264 -i 00050.track_4114.mvc -o \\.\pipe\TMP.yuv | FRIMencode.exe mvc -i \\.\pipe\TMP_L.yuv -i \\.\pipe\TMP_R.yuv -viewoutput -o output_L.avc -o output_R.mvc -w 1920 -h 1080 -dstw 1280 -dsth 720 -f 23.976 -l 4 -cpbsize 3750 -vbr 8000 15000 -u 4 -profile high -level 4.0 -gop 24 4 0 O => You will get re-encoded base *.avc and dependent *.mvc streams. 6. Start tsMuxeR, open the video files from 5., add the audio and sup files from 4., select as output Blu-ray ISO, and start muxing ... 7. Burn the .iso |
|
![]() |
![]() |
![]() |
#110 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
|
Quote:
How did get the original combined file and related separated files? Please describe me process in order to reproduce it. |
|
![]() |
![]() |
![]() |
#111 | Link | |
Registered User
Join Date: Jun 2012
Posts: 52
|
demux SSIF via tsMuxeR 2.1.6
1. MVC combined, use the utility http://forum.doom9.org/showthread.ph...58#post1628058 files are the same 2. MVC separate, demux SSIF via tsMuxeR 2.1.6 http://i.imgur.com/haAbf6b.png if demux with eac3to playlist, all right, files are the same eac3to probably adds at the end of an empty frame Quote:
|
|
![]() |
![]() |
![]() |
#112 | Link |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
|
@HWK
@frencher Guys, I copied HWK's package into directory C:\Stereoplayer, then I used you ENCODE_3D_MOVIE.avs: LoadPlugin("C:\Stereoplayer\DirectShowMVCSource.dll") DirectShowMVCSource("c:\Stereoplayer\00000.ssif", seek=false, seekzero=true, stf=14) # 14 = SBS AssumeFPS("ntsc_film") File 00000.ssif was about 1 minute, but it doesn't change a principle. Then I ran command FRIMEncode.exe mvc -avi -sbs 2 -i ENCODE_3D_MOVIE.avs -viewoutput -o TEST_L.h264 -o TEST_R.h264 -cbr 40000 And two files TEST_L.h264, TEST_R.h264 were correctly created. So, I don't see any problem here... |
![]() |
![]() |
![]() |
#113 | Link | |
Registered User
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
|
Quote:
Apparently it still doesn't work for me. Thanks for trying I think I will use previous mvc encoder I have.
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it. Last edited by HWK; 8th November 2013 at 18:12. |
|
![]() |
![]() |
![]() |
#115 | Link | |
Registered User
Join Date: May 2006
Posts: 4,053
|
Quote:
Edit: Oooops! It runs for some time (few thousand frames), then FRIMencode crashes with the error M_Alloc; error allocing 4552128 Doing more tests ..... Edit2: Encoding a 2 hours movie with named pipes worked flawlessly and was reasonably fast. Interesting that the original had a file size ratio dependent/base = 0.304 (which is exceptionally low, more typical ratios seem to be around 0.5), while after encoding with FRIMenocde this ratio became 0.83. Last edited by Sharc; 8th November 2013 at 22:53. |
|
![]() |
![]() |
![]() |
#116 | Link | |
Registered User
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
|
Quote:
In the mean time I would also try using ssif file decoder as well which doesn't rely on directshowmvcsource to decode file.
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it. |
|
![]() |
![]() |
![]() |
#117 | Link | |
Registered User
Join Date: Dec 2002
Posts: 1,022
|
Quote:
|
|
![]() |
![]() |
![]() |
#118 | Link | |
Registered User
Join Date: Jul 2009
Posts: 244
|
It's strange, I have 1 additional frame in the MVC file when I encode.
Edit: Work if Demuxing with eac3to. Quote:
Last edited by Cedvano; 8th November 2013 at 22:50. |
|
![]() |
![]() |
![]() |
#119 | Link | |
French Love
Join Date: Oct 2008
Location: France
Posts: 464
|
Quote:
1 minute is too short for view from AVS problem I have upload full video demo and log report with 266804 total frames (AVC/MVC from "MVCcombined.264") Download: FRIMDecode YUV FRIMEncode - VS - From AVS Script.rar Watch FRIMDecode YUV FRIMEncode - VS - From AVS Script.mkv (include into package) before explore folder and report ![]() Low CPU Usage for recode, it's possible to add CPU optimisation ? x264x64 use 100% of my CPU (i7 3930k) ![]() Thanks for your bigest works ![]()
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial Demo for MVC Player Free: Trailer 3D 3DBD's Free - v0.0.0.0005.exe Old Programing free for all. Last edited by frencher; 8th November 2013 at 23:13. |
|
![]() |
![]() |
![]() |
Tags |
encoders, mvc |
Thread Tools | Search this Thread |
Display Modes | |
|
|