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. |
15th November 2020, 17:39 | #30202 | Link | |
Moderator
Join Date: Oct 2001
Posts: 21,088
|
Quote:
I'll take a look at it. It's actually measurably faster? That surprises me. Last edited by jdobbs; 15th November 2020 at 17:43. |
|
16th November 2020, 08:39 | #30204 | Link | |
Registered User
Join Date: Sep 2020
Posts: 2
|
Quote:
I create the structure with tsmuxer and record to disk. I reproduce them perfectly on xbox series x. if you could add the option to disable it in hidden options it would be perfect. thanks for answering |
|
16th November 2020, 21:40 | #30205 | Link | ||
Registered User
Join Date: Jul 2012
Posts: 1,239
|
Quote:
Quote:
At least the encode started. |
||
17th November 2020, 01:16 | #30206 | Link | |
Moderator
Join Date: Oct 2001
Posts: 21,088
|
Quote:
Last edited by jdobbs; 18th November 2020 at 00:57. |
|
17th November 2020, 16:36 | #30208 | Link | |
Registered User
Join Date: Nov 2013
Posts: 38
|
Quote:
no change with regards to pixelation |
|
21st November 2020, 20:32 | #30210 | Link |
Elit Amans
Join Date: Feb 2005
Location: Sweden
Posts: 275
|
Have someone else tried North American UHD release of Midway (2019) with 0.61.18? Itīs having DV and Iīm getting the tsmuxer error - Reading buffer overflow. Possible container streams are not syncronized...
//LD
__________________
Windows 11 Pro 64-bit, AMD Ryzen 9 5950X@3.40GHz, 32GB, NVIDIA RTX 2070 8GB, PIONEER BDR-S09XLT, ASUS BW-16D1HT, LG CX 65", Panasonic DP-UB820EB-K, Sony PS3 & PS5 |
23rd November 2020, 00:48 | #30211 | Link |
Registered User
Join Date: Apr 2003
Location: Within the main Source.
Posts: 895
|
Multiprocess
@ JD
Since 0.61.18 doesn't support MULTIPROCESS still... I noticed something very interesting.. I imported an MKV (1080p) that BD-RB (0.61.13) made for me a bit ago. I wanted to rerender it from 23GB to 10GB or so..check some Screen Sharing with my Android and my HDTV. Using 0.61.13 because MULTIPROCESS functions with it, I had BD-RB import the MKV..went well.. It created: Movie name (Root) BDMV CERTIFICATE PSEUDO If I leave PSEUDO there, the split won't happen for the rerendering process. It just goes into single rerendering process. If I delete it or rename it it will MP. I don't have to reload anything, just rename in some way then click Backup and click No on resume, Delete All Old Files. Heh, I tried this with latest version and this doesn't work. Figured I'd give it a try.
__________________
Life is not a journey to the grave; but rather to skid out broadside, thoroughly used, torn and warn and loudly proclaim; WOW; What a ride!!! Soon, I'm going to do it AGAiN in different skin!! |
23rd November 2020, 23:26 | #30212 | Link | |
Moderator
Join Date: Oct 2001
Posts: 21,088
|
Quote:
Last edited by jdobbs; 23rd November 2020 at 23:48. |
|
24th November 2020, 12:52 | #30213 | Link | |
Registered User
Join Date: May 2006
Posts: 4,015
|
Quote:
It is possibly an NVEncC limitation or a bug, because I can produce interlaced encodes (TFF, BFF) with ffmpeg using NVEnc (h264_nvenc). Edit: Now it seems to work with NVEncC for my 'ancient' Pascal 1050ti GPU, after removing the '--multipass 2pass-full' and '--bref-mode middle' from my commandline. Current commandline for interlaced encoding (probably still much overkill for the new presets): Code:
NVEncC64.exe --avsw -i "%~1" --codec h264 --profile high --level 4.1 --lookahead 32 --vbr 0 --vbr-quality 22 --aq --aq-temporal --aq-strength 4 --gop-len 24 --ref 4 --nonrefp --bframes 3 --mv-precision Q-pel --preset quality --bluray --interlace tff --max-bitrate 40000 --vbv-bufsize 30000 --output "%~1_NVEncC.m2ts" Last edited by Sharc; 24th November 2020 at 15:42. |
|
1st December 2020, 12:59 | #30214 | Link | |
Registered User
Join Date: May 2010
Posts: 134
|
Quote:
|
|
2nd December 2020, 01:32 | #30215 | Link |
Moderator
Join Date: Oct 2001
Posts: 21,088
|
Here's an interesting aside that I found while doing a little testing.
As you might expect, CQM (NVENCC) and CRF (X264) are not exactly the same -- but they use similar concepts. What I've found, by performing SSIM tests, is that a CRF of 23 is not equivalent in quality to a CQM of 23. In fact, in order to get approximately the same SSIM (perceived quality) output of a CRF=23 encode you would use a CQM value of 25.5. By adjusting this it also brings the sizing a little closer. So to get a similar quality output an NVENCC encode (CQM=25.5) the size of the output is only 1.338 times larger than that of X264 with CRF=23. That's really not bad considering the enormous speed advantage. This testing was done on a Turing based NVIDIA card (GTX1660). Cards that don't support B frames would probably see different results. Tomorrow I may set up some tests to find the equivalent CQM quality values for each of the whole number CRFs. |
2nd December 2020, 17:54 | #30216 | Link |
Registered User
Join Date: Aug 2005
Posts: 232
|
Blank one or more items, enter Setup and change one or more settings (a resizing one, for example). Blanked items are reset back to non-blanked.
Also, blanked items are not remembered when closing/opening BD-RB. It'd be nice to have this remembered even without saving the project.
__________________
Win 10 Pro x64 |
2nd December 2020, 22:51 | #30217 | Link | |
Moderator
Join Date: Oct 2001
Posts: 21,088
|
Quote:
|
|
3rd December 2020, 15:18 | #30219 | Link |
Moderator
Join Date: Oct 2001
Posts: 21,088
|
Yes. Using 5 is a lower quality setting than 1 (5 uses x264's "ultrafast" preset while 1 uses "faster") -- but, the question is whether you can even tell a difference on a 25GB disc. There's also a setting between the two (0) that will use "superfast".
Last edited by jdobbs; 3rd December 2020 at 15:21. |
3rd December 2020, 18:59 | #30220 | Link |
Registered User
Join Date: Aug 2002
Location: Portugal
Posts: 340
|
@jdobbs
Is there any hidden option to demux all files then stop ? (Instead of demux file 1 -> rebuild file 1 -> demux file 2 -> rebuild file 2->...) I would like to have this option in order to replace some subtitles. |
Thread Tools | Search this Thread |
Display Modes | |
|
|