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. |
30th October 2013, 23:24 | #21 | Link | ||
Registered User
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
|
Quote:
In case anyone needs it here are all available options for encoder and decoder Quote:
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it. Last edited by HWK; 30th October 2013 at 23:38. |
||
30th October 2013, 23:32 | #22 | Link | |
French Love
Join Date: Oct 2008
Location: France
Posts: 456
|
Quote:
Works fine with this CMD Line: Code:
FRIMDecode mvc -i MVCCombined.h264 -o \.\\pipe\TMP.yuv | FRIMEncode.exe mvc -i \.\\pipe\TMP_L.yuv -i \.\\pipe\TMP_R.yuv -viewoutput -o output_L.h264 -o output_R.h264 -w 1920 -h 1080 -f 23.976 -b 40000 -u 1
__________________
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. |
|
30th October 2013, 23:33 | #23 | Link | |
Registered User
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
|
Quote:
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it. |
|
31st October 2013, 20:38 | #25 | Link |
Registered User
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
|
You will require MVC decoder in order to decode files. One which is built in with this release can't decode from SSIF file. Second method is to use Full SBS which require 3840*1080 resolution. Last option require to create yuv file and which are not compressed and will go quite large in size.
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it. |
31st October 2013, 21:11 | #26 | Link | |
French Love
Join Date: Oct 2008
Location: France
Posts: 456
|
Quote:
Code:
FRIMDecode mvc -i MVCCombined.h264 -o \.\\pipe\TMP.yuv | FRIMEncode.exe mvc -i \.\\pipe\TMP_L.yuv -i \.\\pipe\TMP_R.yuv -viewoutput -o output_L.h264 -o output_R.h264 -w 1920 -h 1080 -f 23.976 -b 40000 -u 1
__________________
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. |
|
31st October 2013, 23:22 | #27 | Link |
Registered User
Join Date: Oct 2006
Location: Kyiv, Ukraine
Posts: 117
|
frencher
Shouldn't it be \\.\pipe ? Anyway it doesn't work for me I can decode combined mvc to couple of yuv's with: Code:
FRIMDecode.exe mvc -i MVCCombined.h264 -o test.yuv Code:
FRIMEncode.exe mvc -i test_L.yuv -i test_R.yuv -o output_L.h264 -o output_R.h264 -viewoutput -w 1920 -h 1080 -f 23.976 -b 20000 -u 4 Code:
FRIMDecode.exe mvc -i MVCCombined.h264 -o \\.\pipe\test.yuv | FRIMEncode.exe mvc -i \\.\pipe\test_L.yuv -i \\.\pipe\test_R.yuv -o output_L.h264 -o output_R.h264 -viewoutput -w 1920 -h 1080 -f 23.976 -b 20000 -u 4 Code:
ERROR: Cannot open input file \\.\pipe\test_R.yuv ERROR: File reader initialization failed. ERROR: Cannot start encoding process. videofan3d Why bitrate for main and dependent is almost the same? It is limitation of encoder? |
31st October 2013, 23:55 | #28 | Link |
French Love
Join Date: Oct 2008
Location: France
Posts: 456
|
__________________
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. |
1st November 2013, 00:09 | #29 | Link |
Registered User
Join Date: Oct 2006
Location: Kyiv, Ukraine
Posts: 117
|
Nope. Same error with your batch file:
Code:
C:\temp\Demo FRIM version 1.00>FRIMDecode mvc -i MVCCombined.h264 -o \.\\pipe\FR IM_TMP.yuv | FRIMEncode.exe mvc -i \.\\pipe\FRIM_TMP_L.yuv -i \.\\pipe\FRIM_TM P_R.yuv -viewoutput -o output_L.h264 -o output_R.h264 -w 1920 -h 1080 -f 23.976 -b 40000 -u 1 ERROR: Cannot open input file \.\\pipe\FRIM_TMP_L.yuv ERROR: File reader initialization failed. ERROR: Cannot start encoding process. C:\temp\Demo FRIM version 1.00>pause Press any key to continue . . . |
1st November 2013, 00:46 | #30 | Link | |
Registered User
Join Date: Feb 2009
Location: Toronto, Ontario, Canada
Posts: 1,059
|
Quote:
Set the bitrate and let encoder decide how to distribute between files and how much.
__________________
If you fail to plan; you plan to fail, would you not agree? Think about it. |
|
1st November 2013, 01:13 | #31 | Link |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
|
Windows named pipe must have a specific name:
\\.\pipe\somename Also try this batch file: start FRIMDecode mvc -i MVCCombined.h264 -o \\.\pipe\FRIM_TMP.yuv (new command window will be opened) pause (here you have to press any key when prompted) FRIMEncode.exe mvc -i \\.\pipe\FRIM_TMP_L.yuv -i \\.\pipe\FRIM_TMP_R.yuv -viewoutput -o output_L.h264 -o output_R.h264 -w 1920 -h 1080 -f 23.976 -b 40000 -u 4 Remark: selecting -u 1 is highest quality, but also slowest. For first testing choose -u 4, or even -u 7 (fastest) Last edited by videofan3d; 1st November 2013 at 01:18. |
1st November 2013, 02:48 | #32 | Link |
French Love
Join Date: Oct 2008
Location: France
Posts: 456
|
Why dont use FRIMTranscode.exe with both output: output_L.h264 and output_R.h264
__________________
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. |
1st November 2013, 11:22 | #34 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
|
Quote:
It provides "only" support for their creation in FRIM Encoder (fortunately) - hence we can create and multiplex our own 3D films in standard Blu-ray 3D format. |
|
1st November 2013, 18:30 | #38 | Link | |
Registered User
Join Date: Sep 2013
Location: Czech Republic
Posts: 321
|
Quote:
Btw. where can I get MVCCombine.exe which you mentioned? |
|
Tags |
encoders, mvc |
Thread Tools | Search this Thread |
Display Modes | |
|
|