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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th February 2012, 18:19   #14661  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
The target settings won't disappear -- they will just be ignored/overridden during the encode.

I just tested it. I think I see the source of the confusion. The text saying "Performing CRF prediction" is still showing in the log. That is incorrect. It is actually encoding the orignal at that point. I'll correct that for the next release.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 25th February 2012 at 18:26.
jdobbs is offline   Reply With Quote
Old 25th February 2012, 19:54   #14662  |  Link
Geo
Registered User
 
Join Date: Apr 2003
Posts: 4
> jdobbs (FIXED_CRF)

Thanks a lot for the answer. I will check and report you back.
Geo is offline   Reply With Quote
Old 25th February 2012, 20:23   #14663  |  Link
Sharc
Registered User
 
Join Date: May 2006
Posts: 3,997
Alternate output mode:
iPad MP4 HD, 1024x768/576, 128Kbs AAC; crf=22
gives an x264 warning:
MB rate (115200) > level limit (108000)

Do I have to change settings?
Sharc is offline   Reply With Quote
Old 25th February 2012, 22:21   #14664  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
I'm not familiar with that warning -- you may want to ask about it in the X264 subforum.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net
jdobbs is offline   Reply With Quote
Old 25th February 2012, 22:21   #14665  |  Link
NightHawkGuy
Registered User
 
Join Date: May 2011
Posts: 34
I've noticed on the x264 command line BDR uses for 480i 16:9 SD 720x480 sources:
--sar 40:33
but that sar setting is apparently for a 704x480 resolution.

I believe the correct sar settings for 720x480 resolution titles are:
sar 32:27 for 16:9 720x480
sar 8:9 for 4:3 720x480

The current sar settings may cause a slight error in displayed aspect ratio, for a 16:9 720x480 SD title of 1.82 instead of 1.78(16:9)

Last edited by NightHawkGuy; 25th February 2012 at 22:24.
NightHawkGuy is offline   Reply With Quote
Old 25th February 2012, 23:02   #14666  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
BD Rebuilder v0.40.08 (beta)

I've updated the first post of this thread with links to a new version of BD-RB (v0.40.08). Changes for this release:
Code:
- Made several improvements to the subtitle resizing
  routines to provide a more accurate representation
  of the original PGS when resizing video output.
- Corrected a bug that could cause subtitle resizing
  to fail under some rare circumstances.
- Added support for subtitle muxing in ALTERNATE
  output to MKV.  This feature is enabled by adding 
  a new hidden option MKV_MUXSUPS=1 to the INI file 
  (see HIDDENOPTS.TXT).  Note:  This feature muxes 
  .SUP files in Blu-ray format. SUP formatted 
  subtitles are not supported in all MKV players. 
  Please check your MKV player's specifications.
- Corrected a problem that could result in audio
  desynchronization when converting to PAL under
  certain circumstances.
- Added a new hidden option DISABLE_VIDEO_SLEEP.
  This will prevent video card sleep mode, and may
  be useful when running jobs overnight while using
  DGDecNV with some video cards.
- Corrected a problem in which subtitles created by
  TSMUXER from text-type sources failed to be muxed
  and resized properly into ALTERNATE/DVD output.
- Corrected an error in which adjusting for an audio
  delay would cause ALTERNATE/MKV multiplexing to
  fail and BD-RB to abort.
- Corrected a reporting error in which "Performing
  CRF prediction" is displayed in the log even when
  a fixed CRF is being applied (and not prediction
  is actually performed).
- Updated the included version of MKVMERGE.EXE to
  the latest release (v5.3.0.0).
- Other minor corrections and cosmetic fixes.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net
jdobbs is offline   Reply With Quote
Old 25th February 2012, 23:08   #14667  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
Quote:
Originally Posted by NightHawkGuy View Post
I've noticed on the x264 command line BDR uses for 480i 16:9 SD 720x480 sources:
--sar 40:33
but that sar setting is apparently for a 704x480 resolution.

I believe the correct sar settings for 720x480 resolution titles are:
sar 32:27 for 16:9 720x480
sar 8:9 for 4:3 720x480

The current sar settings may cause a slight error in displayed aspect ratio, for a 16:9 720x480 SD title of 1.82 instead of 1.78(16:9)
See this post for explanation of why the current values are used.

Also see this link.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 25th February 2012 at 23:30.
jdobbs is offline   Reply With Quote
Old 25th February 2012, 23:14   #14668  |  Link
soneca
Registered User
 
Join Date: Feb 2008
Location: Brazil
Posts: 753
Quote:
Originally Posted by jdobbs View Post
I've tweaked it and also found an error in offset positioning and it should be visibly clearer.
Thank you! Testing...
soneca is offline   Reply With Quote
Old 26th February 2012, 00:46   #14669  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
To all:

A reminder: Do not report any bugs on sources that have been preprocessed. If the original has been modified in any way it is preprocessed. If you remove adverts with another package -- it is preprocessed. If you make a little change with another package -- it has been preprocessed. If you decide to "make a change that has not impact anything" with BDEDIT -- it is preprocessed.

I really don't like spending hours trying to find a bug (that I can't repeat) only to discover that it has probably been introduced by some other package during preprocessing (especially when the fact wasn't revealed to me until after I'd spent a considerable amount of time on it).

__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 26th February 2012 at 00:49.
jdobbs is offline   Reply With Quote
Old 26th February 2012, 01:11   #14670  |  Link
soneca
Registered User
 
Join Date: Feb 2008
Location: Brazil
Posts: 753
Much better, although not competing for the Oscar for best subtitle.

soneca is offline   Reply With Quote
Old 26th February 2012, 01:36   #14671  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
Quote:
Originally Posted by soneca View Post
Much better, although not competing for the Oscar for best subtitle.

__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net
jdobbs is offline   Reply With Quote
Old 26th February 2012, 05:06   #14672  |  Link
techno1
Registered User
 
Join Date: Jul 2010
Location: Camarillo, CA
Posts: 49
I recently backed up How To Train Your Dragon and viewers have indicated the audio goes out of sync near the middle. I used Imgburn to create an ISO of the AnyDVDHD ripped structure and when mounted and played, the audio is IN sync thru-out. Unfortunately I can't do much with a 38GB ISO. This has apparently been an issue with other software similar to BD-Rebuilder. I won't mention the Fab product directly...
techno1 is offline   Reply With Quote
Old 26th February 2012, 05:36   #14673  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
Quote:
Originally Posted by techno1 View Post
I recently backed up How To Train Your Dragon and viewers have indicated the audio goes out of sync near the middle. I used Imgburn to create an ISO of the AnyDVDHD ripped structure and when mounted and played, the audio is IN sync thru-out. Unfortunately I can't do much with a 38GB ISO. This has apparently been an issue with other software similar to BD-Rebuilder. I won't mention the Fab product directly...
A couple thousand encodes with BD-RB so far and none are out-of-sync. Follow the instructions to the letter in the first post of this thread and it works every time. Anything can happen, I guess, but most of the time sync issues come right back to configuration.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net

Last edited by jdobbs; 26th February 2012 at 05:42.
jdobbs is offline   Reply With Quote
Old 26th February 2012, 07:06   #14674  |  Link
techno1
Registered User
 
Join Date: Jul 2010
Location: Camarillo, CA
Posts: 49
Quote:
Originally Posted by jdobbs View Post
A couple thousand encodes with BD-RB so far and none are out-of-sync. Follow the instructions to the letter in the first post of this thread and it works every time. Anything can happen, I guess, but most of the time sync issues come right back to configuration.
JDobbs, could you please post the # of the thread that mentions the instructions? Thanks
techno1 is offline   Reply With Quote
Old 26th February 2012, 07:48   #14675  |  Link
Adbear
Registered User
 
Join Date: Jan 2007
Posts: 129
Quote:
Originally Posted by techno1 View Post
JDobbs, could you please post the # of the thread that mentions the instructions? Thanks
That would be the first post (#1) as he said
Adbear is offline   Reply With Quote
Old 26th February 2012, 08:04   #14676  |  Link
Geo
Registered User
 
Join Date: Apr 2003
Posts: 4
> jdobbs (FIXED_CRF)

I have carried out a test and it looks OK. Thanks for all.
Geo is offline   Reply With Quote
Old 26th February 2012, 08:24   #14677  |  Link
DarWun
Registered User
 
Join Date: Feb 2007
Location: Toronto, Ontario, Canada
Posts: 55
Quote:
Originally Posted by jdobbs View Post
- Added a new hidden option DISABLE_VIDEO_SLEEP.
This will prevent video card sleep mode, and may
be useful when running jobs overnight while using
DGDecNV with some video cards.
I just ran a couple of batch jobs in a row while I went out and I no longer received the DGDecNV error when moving to the next job after the display went to sleep. This option is greatly appreciated!!!
DarWun is offline   Reply With Quote
Old 26th February 2012, 10:56   #14678  |  Link
graffight
Registered User
 
Join Date: Jun 2009
Posts: 11
hi all,

I'm getting the error condition error still, BD Rebuilder experience an error 2501 , sourcecheck 000055 2501.

It's happening everytime now with anything i put in.
I've tried wiping my source hard drive and scanning for errors nothing there.
I've tried ripping with anydvd using image and rip video dvd to harddisk
I've tried downloading other sources over 25gb and trying those it does exactly the same.
I've tried taking BD rebuilder off and installing it again.

I've ran the inspect tool but nothing there see below

- Windows Version: 6.1 [7601]
- AVISYNTH Version: [2.5.7.0], Ok
- HAALI Splitter: [1.9.42.1], Ok
- FFDSHOW: [3882], Ok
- WIN7 preferred AVC CODEC: Ok
- WIN7 preferred VC-1 CODEC: Ok
- WIN7 preferred MPEG2 CODEC: Ok
- FFDSHOW VC-1 set to "wmv9", Ok
- FFDSHOW MPEG2 set to "libavcodec": Ok
- FFDSHOW AVC set to "libavcodec": Ok
- BD Rebuilder v0.40.0.7, Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok

report looks a bit like this

- [23:31:52] SourceCheck() 00009 2501
- [23:32:34] SourceCheck() 00009 2501
- [23:32:45] SourceCheck() 00055 2501



Need help please!!!

Last edited by graffight; 26th February 2012 at 11:05.
graffight is offline   Reply With Quote
Old 26th February 2012, 11:31   #14679  |  Link
colinhunt
Registered User
 
Join Date: Dec 2002
Posts: 1,022
Anyone else tried to do full backup of Transformers 3 disc 2 to BD25? Interested to hear how it worked out for others, especially the multi-angle sequences.
colinhunt is offline   Reply With Quote
Old 26th February 2012, 14:55   #14680  |  Link
jdobbs
Moderator
 
Join Date: Oct 2001
Posts: 20,975
Quote:
Originally Posted by graffight View Post
hi all,

I'm getting the error condition error still, BD Rebuilder experience an error 2501 , sourcecheck 000055 2501.

It's happening everytime now with anything i put in.
I've tried wiping my source hard drive and scanning for errors nothing there.
I've tried ripping with anydvd using image and rip video dvd to harddisk
I've tried downloading other sources over 25gb and trying those it does exactly the same.
I've tried taking BD rebuilder off and installing it again.

I've ran the inspect tool but nothing there see below

- Windows Version: 6.1 [7601]
- AVISYNTH Version: [2.5.7.0], Ok
- HAALI Splitter: [1.9.42.1], Ok
- FFDSHOW: [3882], Ok
- WIN7 preferred AVC CODEC: Ok
- WIN7 preferred VC-1 CODEC: Ok
- WIN7 preferred MPEG2 CODEC: Ok
- FFDSHOW VC-1 set to "wmv9", Ok
- FFDSHOW MPEG2 set to "libavcodec": Ok
- FFDSHOW AVC set to "libavcodec": Ok
- BD Rebuilder v0.40.0.7, Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok

report looks a bit like this

- [23:31:52] SourceCheck() 00009 2501
- [23:32:34] SourceCheck() 00009 2501
- [23:32:45] SourceCheck() 00055 2501



Need help please!!!
It's happening when BD-RB is trying to do a simple directory scan. Is this drive unusual in any way? Is it a USB drive, network drive, etc? The 00055 isn't the issue -- that one is just a spinoff of the real error which is 00009.
__________________
Help with development of new apps: Donations.
Website: www.jdobbs.net
jdobbs is offline   Reply With Quote
Reply


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 17:43.


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