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. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1582 | Link |
Registered User
Join Date: Jun 2019
Posts: 5
|
Hi guys, I'm trying to MUX 3d ISO to m2ts, I keep getting this using BD3 work my laptop, I read here it could be a sleep mode problem but I have changed my battery settings to never sleep.
Here's the CMD report Encoding movie in 3D Movie: Captain Marvel (2019) Encoding started 23/06/2019 18:12:18.93 C:\Users\.....\Documents\Captain Marvel (2019)\MKV3D>"D:\S\New folder\Recovered data 10-06 06_45_31\Deep Scan result\More Lost Files(RAW)\Rich Text Document\BD3D2MK3D (2)\BD3D2MK3D\toolset\x264_x86.exe" --output-depth 8 --crf 23 --preset medium --sar 2:1 --range tv --colormatrix bt709 --frame-packing 4 --qpfile chapters_3D.qpfile --frames 177957 --fps 24000/1001 --output "MKV3D_3D.264" "__ENCODE_3D_MOVIE.avs" avs [error]: ERROR: Cannot initiate Intel Media Decoder. (__ENCODE_3D_MOVIE.avs, line 20) x264 [error]: could not open input file `__ENCODE_3D_MOVIE.avs' Encoding finished 23/06/2019 18:12:19.44 C:\Users\....\Documents\Captain Marvel (2019)\MKV3D>"D:\S\New folder\Recovered data 10-06 06_45_31\Deep Scan result\More Lost Files(RAW)\Rich Text Document\BD3D2MK3D (2)\BD3D2MK3D\toolset\mkvmerge.exe" @__MUX_3D_OPTIONS.json | "D:\S\New folder\Recovered data 10-06 06_45_31\Deep Scan result\More Lost Files(RAW)\Rich Text Document\BD3D2MK3D (2)\BD3D2MK3D\toolset\tee.exe" "MKV3D_3D.mkvmerge.log" mkvmerge v33.1.0 ('Primrose') 32-bit Error: The type of file 'MKV3D_3D.264' could not be recognized. |
![]() |
![]() |
#1583 | Link | |
Registered User
Join Date: Jun 2019
Posts: 1
|
Quote:
I tried it, but my Sony Z9D won't play 3D for any film that has resolution greater than 1080p. Sony's site says it also "An Android TV that supports 3D format If you have a 4K TV, a 3D signal won't display if the TV receives a 4K signal." https://www.sony.com/electronics/sup...icles/00172421 Any idea how to get around this limitation? |
|
![]() |
![]() |
#1584 | Link | |||
Registered User
Join Date: Feb 2016
Posts: 54
|
SRT2D to ASS3D conversion tool X GUIDE BUG + Y enhancements
Hi r0lZ,
I hope you had great holidays! Regarding the X positioning from the guide problem: Quote:
I also do the subtitles OCR myself. They have original number of lines and lines length. I did check it carefully - selected subtitles position on original BD3D movie, the temp_2D.xml guide, and also studying the subtitles placement through your tool SRT 2D to ASS 3D > Analyse the subtitle Guide > BDSup2Sub. The latter clearly confirms the original BD guides have the correct position for the selected subtitles showing them at left / right sides rather than in the exact center X axis! And I don't mean here subtle differences they just come in the very center of X placement! Quote:
Quote:
Locking X position in center in my opinion is not very useful as it would be more like not using guide at all - which is already an available option. But you can add it if you think having a user customised Y placement option implies doing the same for the X position. Summing up the options for custom user Y positioning worth considering are: - ignore guide completely and use user Y value (this is most important in my opinion) - add/deduct user value to guide Y value - average Y position Please have a look at the XML guide and SRT attached; some lines to look at: #21:right,#25:left,#26:right,#39:right,#65:left,#77:left,#95:up center (OK),#126:right,#127:left,#128:right,#129:right,#130:right,#131:left,#138:left,#139:left,#664:left,#665:left,#666:left Last edited by konikpolny; 15th July 2019 at 13:56. |
|||
![]() |
![]() |
#1585 | Link | |
Registered User
Join Date: Jun 2019
Posts: 5
|
Quote:
|
|
![]() |
![]() |
#1586 | Link |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,498
|
Sorry for replying so late. I was in holidays.
This problem can be caused by several things, but normally, that means that you have an Intel CPU compatible with the hardware acceleration for the MVC decoding, but the Intel drivers do not work correctly. Try to update the Intel drivers, or re-install them. Then, launch __ENCODE_3D_LAUNCHER.cmd again. If that doesn't work, try to set the Settings -> MVC Decoder -> Hardware Acceleration option to Disabled. This will use the Intel decoder provided with BD3D2MK3D, and normally it works correctly. Then re-generate the whole project. (Alternatively, you can also edit the platform argument of the FRIMSource line or the mode argument of the DGMVCSource line in the avisynth script __ENCODE_3D_MOVIE.avs, and replace "" or "auto" with "sw", as explained elsewhere in this thread. If you do that, you don't need to re-generate the project.) And if there is still a problem, try to swap the decoder (Settings -> MVC Decoder: FRIMSource <-> DGMVCSource). Good luck!
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV Last edited by r0lZ; 20th July 2019 at 18:14. |
![]() |
![]() |
#1587 | Link |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,498
|
Yes, fine, although very hot !
I will have a look at the subtitles placement problems, but I still need some time. I am currently seeking for a house to move in France, and I have to continue searching. So, don't expect a new version soon. [EDIT] Just had a look, and it seems that indeed, the X position of all subs is always the center of the screen when the SRT is converted to ASS 3D with the Margins option. However, with the option "{\pos(x,y)} commands", it seems that the X placement is correct. Can you verify ?
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV Last edited by r0lZ; 20th July 2019 at 18:50. |
![]() |
![]() |
#1588 | Link |
Registered User
Join Date: Feb 2016
Posts: 54
|
Hi r0lZ,
Yes I confirm X placement in SRT 2 ASS conversion with the guide using {\pos(x,y)} works as expected! Thanks for this hint. I am perfectly OK to wait for the SRT 2 ASS bug fix (X guide with margin method) and enhancements whatever time it takes to accomplish. Please take care and time to sort out all your private matters. |
![]() |
![]() |
#1589 | Link | |
Registered User
Join Date: Jun 2019
Posts: 5
|
Quote:
What is the best setting for 1:1 copy with no loss in quality,? |
|
![]() |
![]() |
#1591 | Link |
Registered User
Join Date: Jul 2019
Posts: 8
|
File size query
Dear r0lZ. First of all thank you for your program it's fantastic. I do have a question.
I use BD3D2MK3D to convert ripped 3D Blu-Rays to watch on the Ocolus Go and it works a treat. I'm not particularly tech-savvy...I download the ripped MKV and don't change any of the settings. The files will vary in size and quality. For example - Terminator 2 - 7.22GB - Great picture Gravity - 3.72GB - decent picture Bladerunner 2049 - 1.63GB - okay picture but more "screen door" effect I just wondered if there was a simple reason why the files vary in size/quality? Thanks. |
![]() |
![]() |
#1592 | Link | |
Moderator
![]() Join Date: Feb 2005
Location: Spain
Posts: 7,208
|
Quote:
For instance Terminator 2 can have grain or noise and need more bitrate (size) than a modern movie Blade Runner 2049 (BTW 1.63 GB is very small, use a better CRF) |
|
![]() |
![]() |
#1593 | Link | |
Registered User
Join Date: Dec 2017
Posts: 10
|
3840x2160 line alternative (row interlaced) output
Hi,
I have a 4k OLED with a passive 3d filter that works with madVR set to "3D format: line alternative". I'd like to convert from my 3d mvc file to an mkv file that is 3840x2160 in line alternative format so that I can play it on a player that doesn't know how to decode 3D at all and the TV will just play it like a regular 2160p file. I tried following the directions below but I ended up with a 1920x1080 file. Could anyone suggest how to get a 3840x2160 line alternative file? Thanks! Quote:
|
|
![]() |
![]() |
#1594 | Link | |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,498
|
Sorry again, for whatever reason, the forum do not send me the notifications for the new posts any more, hence my late replies.
Quote:
That being said, you can easily modify the quality (and the size) of the encoding. As noted by tebasuna51, the CRF mode is recommended, because it adapts itself so that you will always obtain more or less the same quality, but the file size may vary, especially for old films with much noise. The CRF parameter can be used to increase the quality and the file size. The default value for x264 (CRF 23) gives good results for a very small file size, but you can decrease it to, say, 20 or even 15 to obtain a much better quality, but take in mind that the file size of the video stream can be doubled when you decrease the CRF value by approximately 3. BTW, to encode in lossless mode, use CRF 0, but buy a big hard disc, as you will obtain a huge file size !
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
![]() |
![]() |
#1595 | Link | |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,498
|
Quote:
As explained by tebasuna51, when you use the CRF encoding mode, the quality doesn't vary much, but the file size can vary, due to the difficulty to compress the images of the original movie. A CGI film like an animated Pixar movie can be compressed extremely well, because the image is very clean and without artifacts. In the other hand, old movies with much noise are very difficult to compress, because each frame is different from the previous one. So, differences in file size are not unusual, and you should not worry about them. BTW, many peoples think that a specific bitrate is important to encode correctly, and prefer to encode in 2-pass mode for that reason, but it's totally wrong. Specifying the bitrate (in ABR or even 2-pass modes) imposes a constraint that the encoder must obey, and therefore, the quality is ALWAYS less good than the encoding in CRF mode (when it gives finally approximately the same file size, of course). The ONLY interest of 2-pass mode is therefore to control precisely the size of the final MKV file. That may be important if you need to copy it on a physical media like a DVD, but you should always avoid that mode if you don't care of the final file size. See also my previous reply, just above this one.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
![]() |
![]() |
#1596 | Link | |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,498
|
Quote:
IMO, for you, the best solution would be to buy a player that can convert SBS or TAB movies to line alternate. Not sure if they are easy to find. However, you have revived an old post I wrote for someone having a similar question. I don't remember if he has replied that the method works, but I encourage you to try it. I can't test the method right now, but try this: Code:
left = SelectEven(interleaved) right = SelectOdd(interleaved) # Build combined Row-interlaced image Interleave(left, right).Weave() BTW, I don't understand why you want a "3840x2160 line alternative file". In line alternative mode, the lines of the two images are stacked together, one at a time. Therefore, the height of the final image is doubled. But the width doesn't change, since there is no need to duplicate each pixel horizontally. So, IMO, the final format must be 1920x2160. If you really need a 3840x2160 frame, you must add a resize operation in the modified AVS script, like this: Code:
left = SelectEven(interleaved).LanczosResize(3840,1080) right = SelectOdd(interleaved).LanczosResize(3840,1080) # Build combined Row-interlaced image Interleave(left, right).Weave()
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV Last edited by r0lZ; 25th July 2019 at 09:28. |
|
![]() |
![]() |
#1597 | Link | |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,498
|
Quote:
You can download the SRTtoASS3D.tcl file here. Just replace the original file in the toolset folder with the file from the archive, and restart BD3D2MK3D. Please test it carefully, and let me know if it works correctly. If it's the case, it will be integrated in the next official version...
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
![]() |
![]() |
#1598 | Link | |
Registered User
Join Date: Jun 2019
Posts: 5
|
Quote:
|
|
![]() |
![]() |
#1599 | Link | ||
Registered User
Join Date: Dec 2017
Posts: 10
|
Quote:
Quote:
Using this code you suggested didn't work: Code:
left = SelectEven(interleaved) right = SelectOdd(interleaved) # Build combined Row-interlaced image Interleave(left, right).Weave() So I changed to: Code:
left = SelectEven(interleaved).SeparateFields() right = SelectOdd(interleaved).SeparateFields() # Build combined Row-interlaced image Interleave(left, right).Weave() Code:
"--track-name", "0:3D Row interlaced (x264 high CRF 23 preset superfast)", "--stereo-mode", "0:7", Any thoughts on what needs to change to get a 1920x2160 file? |
||
![]() |
![]() |
#1600 | Link | |
Registered User
Join Date: Feb 2016
Posts: 54
|
Quote:
I have done a quick test without using my 3D projector. The guide's X placement for margin method moves the subtitles correctly but of the 2 (left+right) subtitle lines the right subtitle line has a very narrow margin and appears in the left view. As it has a very narrow margin the subtitle is spread from top to bottom word by word. This needs fixing. As far as overriding Y guide with user bottom margin setting the results seem OK for both methods (with and without exception to the rule for subtitles appearing in the upper part of screen). |
|
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|