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.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > DVD & BD Rebuilder

Reply
 
Thread Tools Search this Thread Display Modes
Old 9th February 2023, 21:29   #31401  |  Link
Mark_Venture
Registered User
 
Join Date: Jan 2010
Posts: 225
Quote:
Originally Posted by jdobbs View Post
Exactly. Unfortunately I haven't been keeping up with changes -- so I can't say whether there are any that might create an incompatibility.
No worries. NVENCCRE is working great for me so far. And I appreciate you have added it!
Mark_Venture is offline   Reply With Quote
Old 9th February 2023, 23:56   #31402  |  Link
nil
Registered User
 
Join Date: Jan 2023
Posts: 5
Quote:
Originally Posted by jdobbs View Post
I use it all the time without issue. When I get some extra time I'll go through the code and see how it can happen. It has to be something in the settings.
Many thanks. I've tried everything I can think of short of reinstalling on a fresh copy of Windows. It has to be something on my machine or with my settings, but when I found the bad command-line parameters being passed to faac, I got to the well-how-did-it-ever-work-then stage

It'll be nice to be able to use BD Rebuilder again; I miss it

Many thanks
nil is offline   Reply With Quote
Old 10th February 2023, 00:12   #31403  |  Link
nil
Registered User
 
Join Date: Jan 2023
Posts: 5
Quote:
Originally Posted by jdobbs View Post
If you have NeroAAC encoder installed you can use that instead of FAAC. Just collect the path and add it to the [Paths] area of the INI file.
Excellent, thank you. Up and running again!
nil is offline   Reply With Quote
Old 10th February 2023, 01:35   #31404  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
Quote:
Originally Posted by nil View Post
Many thanks. I've tried everything I can think of short of reinstalling on a fresh copy of Windows. It has to be something on my machine or with my settings, but when I found the bad command-line parameters being passed to faac, I got to the well-how-did-it-ever-work-then stage

It'll be nice to be able to use BD Rebuilder again; I miss it

Many thanks
I just realized the difference. I use Auto-AAC encoding. It follows a different path than a fixed bitrate.

I'll correct the fixed bitrate issue and post a new release.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net
jdobbs is offline   Reply With Quote
Old 22nd February 2023, 00:39   #31405  |  Link
SquallMX
Special SeeD
 
Join Date: Nov 2002
Location: Mexico
Posts: 333
I'm getting this error "ExtractAudioSubs() 00053 1604 [17:14:36] - Failed to retrieve audio, aborted" on some new UHD discs, weirdly the affected file does not have any audio or subs.

Code:
----------------------
[02/21/23] BD Rebuilder v0.61.28
[17:14:33] Source:  TRAINING_DAYY_2001
  - Input BD size: 56.26 GB
  - Approximate total content: [02:14:22.262]
  - Target BD size: 23.93 GB
  - Windows Version: 6.2 [9200]
  - MOVIE and MENUS mode enabled
  - Quality: High Quality (Default), CQM
  - UHD-BD source detected.
  - Decoding/Frame serving: NVENCC
  - Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
[17:14:35] PHASE ONE, Encoding
 - [17:14:35] Blanking: VID_00000 (1 of 21)
 - [17:14:35] Blanking: VID_00004 (2 of 21)
 - [17:14:35] Blanking: VID_00005 (3 of 21)
 - [17:14:35] Blanking: VID_00006 (4 of 21)
 - [17:14:35] Blanking: VID_00007 (5 of 21)
 - [17:14:35] Blanking: VID_00008 (6 of 21)
 - [17:14:35] Blanking: VID_00009 (7 of 21)
 - [17:14:35] Blanking: VID_00010 (8 of 21)
 - [17:14:35] Blanking: VID_00012 (9 of 21)
 - [17:14:35] Blanking: VID_00016 (10 of 21)
 - [17:14:35] Processing: VID_00021 (11 of 21)
 - [17:14:35] Extracting A/V streams [VID_00021]
 - [17:14:35] ExtractAudioSubs() 00053  1604
[17:14:36] - Failed to retrieve audio, aborted
Code:
[Options]
VERSION=0.61.0.28
ENCODER=1
DTSX_ENABLE=1
ENABLE_TEST=1
REENCODE_MENUS=1
MODE=1
ENCODE_QUALITY=2
ONEPASS_ENCODING=1
AUTO_QUALITY=0
AUDIO_TO_KEEP=eng;spa;
SUBS_TO_KEEP=all
SD_CONVERT=0
OPEN_GOP=0
RESIZE_1080=0
RESIZE_1440=0
RESIZE_720=0
DEINTERLACE=1
SD_TO_1080=0
IGNORE_3D=0
CONVERT_WIDE=0
DTS_REENCODE=0
AC3_REENCODE=0
AC3_640=1
AC3_192=0
KEEP_HD_AUDIO=1
AUDIO_DRC=0
DECODER=3
AVCHD=1
REMOVE_WORKFILES=0
REMOVE_OUTPUT=0
USE_FILTERS=0
BDMV_CERT_ONLY=1
IVTC_PULLDOWN=0
ASSUME_DVD_PAL=0
FRIMSOURCE=0
COMPLETION_BEEP=0
OUTPUT_SBS=0
NEROAAC=0
SUPTITLE=0
PGSTOSRT=0
AUDIO_TRACK_LIMIT=0
SUBTITLE_TRACK_LIMIT=0
CUSTOM_TARGET_SIZE=24500
TARGET_SIZE=25000
NVENC_CAPABLE=1
TWEAK_X265=--no-strong-intra-smoothing --no-sao --deblock -1:-1 --ipratio 1.2 --pbratio 1.1 --aq-mode 3 --dynamic-refine --rskip 1 --rskip-edge-threshold 3 --rdoq-level 2 --rc-lookahead 24 --nr-intra 100 --nr-inter 0 
[Paths]
DGIndexNV=D:\Archivos de Programa\NVDec\x32\DGIndexNV.exe
DGDecNV=D:\Archivos de Programa\NVDec\x32\DGDecodeNV.dll
SOURCE_PATH=I:\TRAINING DAYY 2001\
WORKING_PATH=C:\TEMP2\

Last edited by SquallMX; 22nd February 2023 at 00:51.
SquallMX is offline   Reply With Quote
Old 22nd February 2023, 06:17   #31406  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,132
Supply a MediaInfo listing.
MrVideo is offline   Reply With Quote
Old 22nd February 2023, 07:53   #31407  |  Link
SquallMX
Special SeeD
 
Join Date: Nov 2002
Location: Mexico
Posts: 333
Quote:
Originally Posted by MrVideo View Post
Supply a MediaInfo listing.
Even better here is the file:
https://1drv.ms/v/s!AiCgDguh7E_OgbQj...QSMXQ?e=x7UNwD
SquallMX is offline   Reply With Quote
Old 22nd February 2023, 14:58   #31408  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,132
Oh, it is one of those "you are an idiot for trying to play a 4K video on your 1080 display device" videos. Ya, those don't have to come with audio. You might try a BDRB setting whereby the file will be ignored unless it is a certain size/length.
MrVideo is offline   Reply With Quote
Old 25th February 2023, 12:26   #31409  |  Link
DreckSoft
Registered User
 
Join Date: Mar 2002
Posts: 117
BDRebuilder does not work with BDs containing E-AC3 audio only. It throws "Unsupported media type 135 for AVCHD/Blu-ray muxing" when muxing. This is a tsMuxeR issue that has been fixed in recent builds. However it is not possible to just replace tsMuxeR as the new versions use .ec3 as file extension and add the language to the file name as well but BDRebuilder expects the old format. Patching singleFileMuxer in tsMuxeR and use a custom version works.

Yes, I know it is not 100% compliant to the standard but it works.
DreckSoft is offline   Reply With Quote
Old 22nd March 2023, 05:20   #31410  |  Link
SuperFist
Registered User
 
SuperFist's Avatar
 
Join Date: Aug 2008
Posts: 26
Is there any possible way to convert a 4K HDR Remux back into a UHD folder in order to convert it to a smaller file size with BDRebuilder?

I've gotten really close when using File > Import but after the transcoding process, it fails at the rebuilding stage.

Yes, I could use DVDFab or Handbrake but I really don't like the results of those two programs. BD Rebuilder produces the best converted, smaller 4K files I've ever seen.

Last edited by SuperFist; 24th March 2023 at 21:09.
SuperFist is offline   Reply With Quote
Old 22nd March 2023, 10:48   #31411  |  Link
gonca
Registered User
 
Join Date: Jul 2012
Posts: 1,213
Quote:
Originally Posted by SuperFist View Post
Is there any possible way to convert a 4K HDR Remux back into a UHD folder in order to convert it to a smaller file size with BDRebuilder?

I've gotten really close when using File > Import but after the transcoding process, it fails at the rebuilding stage.

Yes, I could use DVDFab or Handbrake but I really don't like the results of those two programs. BDRebuilder produces the best converted, smaller 4K files I've ever seen.
You can try the nightly TsMuxeR to create a disk structure
gonca is offline   Reply With Quote
Old 23rd March 2023, 02:15   #31412  |  Link
SuperFist
Registered User
 
SuperFist's Avatar
 
Join Date: Aug 2008
Posts: 26
Quote:
Originally Posted by gonca View Post
You can try the nightly TsMuxeR to create a disk structure
I appreciate your response.

I actually did use the latest nightly from tsMuxeR before I tried it within BD Rebuilder.

It's not really a big deal to me as I normally convert directly from Blu-ray folders, but this feature would place this program at the top of the mountain, in my book (even though it's really already there as it is ).

Last edited by SuperFist; 24th March 2023 at 21:10.
SuperFist is offline   Reply With Quote
Old 23rd March 2023, 10:55   #31413  |  Link
gonca
Registered User
 
Join Date: Jul 2012
Posts: 1,213
Can you post a MediaInfo report?
gonca is offline   Reply With Quote
Old 23rd March 2023, 12:42   #31414  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,132
It might help if you posted the error as well.
MrVideo is offline   Reply With Quote
Old 23rd March 2023, 12:49   #31415  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,132
If you want a smaller file size wrapped into a MKV, or MP4, file, you can use NVENCCRE.
MrVideo is offline   Reply With Quote
Old 23rd March 2023, 14:35   #31416  |  Link
SuperFist
Registered User
 
SuperFist's Avatar
 
Join Date: Aug 2008
Posts: 26
Quote:
Originally Posted by gonca View Post
Can you post a MediaInfo report?
Quote:
Originally Posted by MrVideo View Post
It might help if you posted the error as well.
I just closed that window before I came back to this forum and I don't have time to run it again because I'm just going out the door.

It said something like...


failed to mux (MKVMERGE)

failed to REBUILD

_______________


MediaInfo:

General
Unique ID : 236680180921881069805344711014409813940 (0xB20EF1DC518AFF666517590473A3BFB4)
Complete name : C:\Users\Me\Desktop\Movies\Godzilla - King of the Monsters (2019) (DTS-HD MA) (REMUX).mkv
Format : Matroska
Format version : Version 4
File size : 57.4 GiB
Duration : 2 h 11 min
Overall bit rate mode : Variable
Overall bit rate : 62.4 Mb/s
Encoded date : UTC 2023-03-23 10:36:14
Writing application : mkvmerge v51.0.0.30 ('I Wish') 64-bit
Writing library : libebml v1.4.0 + libmatroska v1.6.2

Video
ID : 1
ID in the original source medium : 4113 (0x1011)
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main 10@L5.1@High
HDR format : Dolby Vision, Version 1.0, dvhe.07.06, BL+EL+RPU, Blu-ray compatible / SMPTE ST 2094 App 4, Version 1, HDR10+ Profile B compatible
Codec ID : V_MPEGH/ISO/HEVC
Duration : 2 h 11 min
Bit rate : 58.5 Mb/s
Width : 3 840 pixels
Height : 2 160 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 23.976 (24000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0 (Type 2)
Bit depth : 10 bits
Bits/(Pixel*Frame) : 0.294
Stream size : 53.8 GiB (94%)
Language : English
Default : No
Forced : No
Color range : Limited
Color primaries : BT.2020
Transfer characteristics : PQ
Matrix coefficients : BT.2020 non-constant
Mastering display color primaries : Display P3
Mastering display luminance : min: 0.0050 cd/m2, max: 4000 cd/m2
Maximum Content Light Level : 1998 cd/m2
Maximum Frame-Average Light Level : 414 cd/m2
Original source medium : Blu-ray

Audio
ID : 2
Format : DTS XLL
Format/Info : Digital Theater Systems
Commercial name : DTS-HD Master Audio
Codec ID : A_DTS
Duration : 2 h 11 min
Bit rate mode : Variable
Bit rate : 3 901 kb/s
Channel(s) : 8 channels
Channel layout : C L R LFE Lb Rb Lss Rss
Sampling rate : 48.0 kHz
Frame rate : 93.750 FPS (512 SPF)
Bit depth : 24 bits
Compression mode : Lossless
Stream size : 3.59 GiB (6%)
Language : English
Default : No
Forced : No

Text
ID : 3
ID in the original source medium : 4768 (0x12A0)
Format : PGS
Muxing mode : zlib
Codec ID : S_HDMV/PGS
Codec ID/Info : Picture based subtitle format used on BDs/HD-DVDs
Duration : 2 h 11 min
Bit rate : 33.0 kb/s
Frame rate : 0.422 FPS
Count of elements : 3322
Stream size : 31.0 MiB (0%)
Language : English
Default : No
Forced : No
Original source medium : Blu-ray

Menu
00:00:00.000 : en:Chapter 01
00:10:53.694 : en:Chapter 02
00:18:06.585 : en:Chapter 03
00:30:27.325 : en:Chapter 04
00:45:18.632 : en:Chapter 05
00:54:10.830 : en:Chapter 06
01:05:41.646 : en:Chapter 07
01:09:31.292 : en:Chapter 08
01:19:31.308 : en:Chapter 09
01:30:06.067 : en:Chapter 10
01:38:36.785 : en:Chapter 11
01:49:58.508 : en:Chapter 12
01:59:28.536 : en:Chapter 13
SuperFist is offline   Reply With Quote
Old 24th March 2023, 18:48   #31417  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,132
Like I posted, use NVENCCRE with a bitrate of 15 Mbps to create a new MKV file that is smaller.
MrVideo is offline   Reply With Quote
Old 24th March 2023, 19:43   #31418  |  Link
SuperFist
Registered User
 
SuperFist's Avatar
 
Join Date: Aug 2008
Posts: 26
Quote:
Originally Posted by MrVideo View Post
Like I posted, use NVENCCRE with a bitrate of 15 Mbps to create a new MKV file that is smaller.
Thanks for your response.

How do I utilize it? From within BD Rebuilder? Do I replace the native NVEncC.exe file there?

I was simply experimenting, hoping to reverse the process and go from REMUX to UHD Blu-ray folder structure and then to a smaller file size. However, the program apparently does not like if the 4K Blu-ray structure isn't from the original disc, since tsMuxeR cannot fix it to work properly with BDRebuilder.

Last edited by SuperFist; 24th March 2023 at 21:09.
SuperFist is offline   Reply With Quote
Old 24th March 2023, 19:59   #31419  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,132
You don't. It is a separate tool. Search his thread for info about it and where to download it from.

Keep in mind, like BDRebuilder, you need a compatible nVidia card in order to do hardware encoding. Otherwise the software encoding will take many, many, hours.
MrVideo is offline   Reply With Quote
Old 24th March 2023, 20:05   #31420  |  Link
MrVideo
Registered User
 
MrVideo's Avatar
 
Join Date: May 2007
Location: Wisconsin
Posts: 2,132
Quote:
Originally Posted by SuperFist View Post
I was simply experimenting, hoping to reverse the process and go from REMUX to UHD Blu-ray folder structure and then to a smaller file size. However, the program apparently does not like if the 4K Blu-ray structure isn't from the original disc, since tsMuxeR cannot fix it to work properly with BDRebuilder.
That is just way too many steps for a simple job.That is where the standalone program comes in handy.
MrVideo is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:08.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.