View Full Version : BD Rebuilder Beta - Bug Reports Only
waynezo
5th March 2011, 00:45
I'm bedridden right now (ankle surgery after a fall) so it will probably be a couple of days before I can release the new version. But I'm sure it will fix this for everyone.
Luckily I can still use my iPad from bed so I can read reports.
Here's wishing you a fast recovery!
ftb32
5th March 2011, 03:13
Hope you recover soon mi amigo..
jdobbs
5th March 2011, 06:04
Ive been using BDrebuilder for ages now, but Ive just tried to a full blu-ray film, I press on `Backup` but a window comes up `Target is too small to continue`.
Can you help?
:thanks: That means that the combined size of audio you have chosen is too big to fit on the target you have selected. There is no room left for video even at 0Kbs.
Sharc
5th March 2011, 10:56
I made a conversion using "Alternate movie only Output mode" to PAL DVD5.
Source audio is AC3 5.1, 448 kbps. I wanted to convert the audio to 2-ch 192.
In the setup I selected both
"Do not reencode AC3 (blu-ray only)", and
"Use 192 kbps, 2 ch for AC3 encoding"
The recoded audio became 192 kbps 5.1 rather than 2 ch.
Is this a bug or intentional?
Here the .avs:
#Created by BD Rebuilder - v0.37.05 (beta)
LoadPlugin("C:\Program Files\VIDEO\BD_Rebuilder\tools\nicaudio.dll")
audio=NicAC3Source("00000.track_4352.ac3").Amplify(1.2)
audio = (AudioChannels(audio) > 6) ? GetChannel(audio,1,2,3,4,7,8) : audio
ConvertAudioTo16bit(ResampleAudio(audio, 48000))
jdobbs
5th March 2011, 16:56
I made a conversion using "Alternate movie only Output mode" to PAL DVD5.
Source audio is AC3 5.1, 448 kbps. I wanted to convert the audio to 2-ch 192.
In the setup I selected both
"Do not reencode AC3 (blu-ray only)", and
"Use 192 kbps, 2 ch for AC3 encoding"
The recoded audio became 192 kbps 5.1 rather than 2 ch.
Is this a bug or intentional?
Here the .avs:
#Created by BD Rebuilder - v0.37.05 (beta)
LoadPlugin("C:\Program Files\VIDEO\BD_Rebuilder\tools\nicaudio.dll")
audio=NicAC3Source("00000.track_4352.ac3").Amplify(1.2)
audio = (AudioChannels(audio) > 6) ? GetChannel(audio,1,2,3,4,7,8) : audio
ConvertAudioTo16bit(ResampleAudio(audio, 48000))The settings in SETUP don't apply to alternate output -- they only apply to BD output. The ALTERNATE output settings are very limited and are established in ALTERNATE.TXT (in the MISC folder).
I don't see, though, how it could ever come out to 192Kbs for ALTERNATE/DVD-5 DD5.1 (unless you have modified ALTERNATE.TXT). DVD-5 should always use 448Kbs for 5.1. I'll look at it.
[Edit] Well -- I stand corrected. It does use the selected audio settings (in SETUP) in ALTERNATE DVD-5 and DVD-9 encoding. Good catch. The AVS creation doesn't consider the fact that ALTERNATE DVD uses those settings and that's why the conversion from DD5.1->DD2.0 isn't done. I'll fix it for the next release.
Sharc
5th March 2011, 18:05
....I'll fix it for the next release.
Most important: first get your ankle fixed!
Perhaps you can have a look at my earlier post (http://forum.doom9.org/showthread.php?p=1482051#post1482051)where I managed to produce a non-compliant blu-ray stream.
jdobbs
5th March 2011, 22:56
@jdobbs
My source is AVC 1080i 25fps, MBAFF, but content is progressive.
DB-RB encoded it as 1080p25 (progressive) which is not blu-ray compliant (correct me if I am wrong).
Should I have selected "Use DECOMB filter on interlaced sources" in the setup and insert DEINTERLACER_TYPE=4 in the .ini for this source?You shouldn't have to do anything special. I'm not sure how BD-RB could encode it to 1080p25, since that isn't even one of the options it follows -- but I'll look. It the original is interlaced, BD-RB will always reencode it interlaced. If you use DECOMB it will encode it as progressive but flag it ("fake-interlaced") as interlaced.
No preprocessing? I know there are tools that will create a BD structure and flag the video as 1080 25fps progressive (even though it is illegal). I'm not sure what BD-RB will do if it is fed bad information.
Sharc
5th March 2011, 23:40
You shouldn't have to do anything special. I'm not sure how BD-RB could encode it to 1080p25, since that isn't even one of the options it follows -- but I'll look. It the original is interlaced, BD-RB will always reencode it interlaced. If you use DECOMB it will encode it as progressive but flag it ("fake-interlaced") as interlaced.
No preprocessing? I know there are tools that will create a BD structure and flag the video as 1080 25fps progressive (even though it is illegal). I'm not sure what BD-RB will do if it is fed bad information.
No preprocessing. DGIndexNV and MediaInfo report the ripped stream as MBAFF, 25fps. DB-RB reports 1080i, 25fps. TSMuxer reports "Resolution: 1920:1080i, Frame rate: 25". eac3to reports "h264/AVC, 1080i50 (16:9)".
The actual content however is progressive (identical field pairs, similar to most 'interlaced' DVDs). So it seems it would be a candidate for progressive encoding with --fake interlaced, but it looks as if --fake interlaced got lost somewhere along the chain.
Added:
Converting the same source in Alternate Mode to PAL DVD-5:
Script:
LoadPlugin("C:\Program Files\VIDEO\BD_Rebuilder\tools\decomb521.dll")
FieldDeinterlace(blend=false)
BilinearResize(720,576)
ConvertToYV12().AssumeFPS(50000,1000)
- HCenc encodes it as interlaced .m2v with 50 frames/s=100 fields/s. Content is progressive, i.e. no temporal movement between the two fields of a frame. Number of frames/fields=162'557/325'114. Movie duration 50% of the original=double speed during playback. File size too small (50%).
- TSmuxer creates the .mpv interlaced with 25 frames/s=50 fields/s. Movie duration still reported (MPC_HC) to be 50% but playback speed is now correct@25fps.
- DVDAuthor creates the .vob at 25 progressive frames. Number of frames/fields=162'549/325'098. Movie duration and playback speed correct 100% of the original.
=> The final authored DVD fills the DVD-5 medium to 53 % only, movie duration and playback speed are correct.
Added 2:
Analyzing the original once more (using AvSP) indicates that it is 217.318 fields/s = 108.659 frames/s, progressive content i.e. the temporal resolution is 108.659 frames/s. Number of frames/fields=706'523/1'413'046.
(I would assume that the odd framerates are due to rounding effects and should in fact be 100 frames/s or 200 fields/s respectively.)
Irritating ...... :confused:
Is the exceptional temporal resolution of 100 pictures/s causing the problems?
I have increasing doubts whether the original is really blu-ray compliant or is properly flagged.
jdobbs
6th March 2011, 15:25
No preprocessing. DGIndexNV and MediaInfo report the ripped stream as MBAFF, 25fps. DB-RB reports 1080i, 25fps. TSMuxer reports "Resolution: 1920:1080i, Frame rate: 25". eac3to reports "h264/AVC, 1080i50 (16:9)".
The actual content however is progressive (identical field pairs, similar to most 'interlaced' DVDs). So it seems it would be a candidate for progressive encoding with --fake interlaced, but it looks as if --fake interlaced got lost somewhere along the chain.
Added:
Converting the same source in Alternate Mode to PAL DVD-5:
Script:
LoadPlugin("C:\Program Files\VIDEO\BD_Rebuilder\tools\decomb521.dll")
FieldDeinterlace(blend=false)
BilinearResize(720,576)
ConvertToYV12().AssumeFPS(50000,1000)
- HCenc encodes it as interlaced .m2v with 50 frames/s=100 fields/s. Content is progressive, i.e. no temporal movement between the two fields of a frame. Number of frames/fields=162'557/325'114. Movie duration 50% of the original=double speed during playback. File size too small (50%).
- TSmuxer creates the .mpv interlaced with 25 frames/s=50 fields/s. Movie duration still reported (MPC_HC) to be 50% but playback speed is now correct@25fps.
- DVDAuthor creates the .vob at 25 progressive frames. Number of frames/fields=162'549/325'098. Movie duration and playback speed correct 100% of the original.
=> The final authored DVD fills the DVD-5 medium to 53 % only, movie duration and playback speed are correct.
Added 2:
Analyzing the original once more (using AvSP) indicates that it is 217.318 fields/s = 108.659 frames/s, progressive content i.e. the temporal resolution is 108.659 frames/s. Number of frames/fields=706'523/1'413'046.
(I would assume that the odd framerates are due to rounding effects and should in fact be 100 frames/s or 200 fields/s respectively.)
Irritating ...... :confused:
Is the exceptional temporal resolution of 100 pictures/s causing the problems?
I have increasing doubts whether the original is really blu-ray compliant or is properly flagged.
Do you have "Convert SD to HD (720p)" set? That script looks like it is -- and BD-RB may be getting confused as a result. I'll follow the logic and see it that is what is happening.
If what you are saying in your second "added" statement is true, and AvSP is anywhere near right -- then the source would have to be illegal to begin with. I'd have a hard time believing a "rounding error" could result in being off by more than 8%.
Can you open the source with BDEDIT and see what the CLPI and MPLS say for video type and rate?
Sharc
6th March 2011, 16:30
Do you have "Convert SD to HD (720p)" set? That script looks like it is -- and BD-RB may be getting confused as a result. I'll follow the logic and see it that is what is happening.?
No, it has not been set.
But probably "Resize - 1080p to 720p" has been set. I don't think this would have interfered with the Alternate Mode backup because it has always worked with other sources before.
If what you are saying in your second "added" statement is true, and AvSP is anywhere near right -- then the source would have to be illegal to begin with. I'd have a hard time believing a "rounding error" could result in being off by more than 8%.
Can you open the source with BDEDIT and see what the CLPI and MPLS say for video type and rate?
Tab CLIPINF: AVC, 1080i, 25, 16:9
Tab PLAYLIST: AVC, 1080i, 25
jdobbs
6th March 2011, 17:13
No, it has not been set.
But probably "Resize - 1080p to 720p" has been set. I don't think this would have interfered with the Alternate Mode backup because it has always worked with other sources before.
Tab CLIPINF: AVC, 1080i, 25, 16:9
Tab PLAYLIST: AVC, 1080i, 25 I'll create a 1080i/25fps BD and do some testing. But I'm pretty sure I have done this successfully before.
sonate
6th March 2011, 17:32
I need some advice in choosing the audio streams to keep in a disc which incorporates seamless branching. For instance, the Apocalypse Now disc contains both the original and redux versions each reconstructed through two different playlists. Each M2ts or vid segment contains what appears to be two identical DTS-HD and two AC3 tracks for the movie and commentary soundtrack respectively.
I made two rebuilder compressions to 25 g each in full backup mode. the first where I kept all audio tracks, and second where I selected only the first DTS and first AC3, blanking the 2nd and 4th. I noticed the video bitrate of the second was substantially higher but the commentary on the original version was not operable but works on the redux. It appears that the movie soundtrack works on both. Of course as expected, when all the audio tracks were selected in the first encode, all commentary tracks worked fine.
Is there a rule of thumb on which audio tracks you should select when dealing with seamless branching?
Sharc
6th March 2011, 18:16
I'll create a 1080i/25fps BD and do some testing. But I'm pretty sure I have done this successfully before.
Thanks. I also do believe that I have seen it working before and I suspect that something may be odd with this particular stream. If you prefer I could PM you a snippet.
Added:
For comparison I took another 1080i25 stream. It doesn't show the strange frame rate anomalies as the previous one, but BD-RB nevertheless encodes it as 1080p25.
VID_00003.avs:
#Created by BD Rebuilder - v0.37.05 (beta)
DirectshowSource("K:\BD MOVIES\BD THE IMAGINARIUM OF DOCTOR PARNASSUS\BDMV\STREAM\00003.m2ts", fps=25, framecount=175445, audio=false)
Sharpen(0.15) #note: personal .avs script activated
ConvertToYV12().AssumeFPS(25000,1000)
The lastcmd.txt (currently for pass 1) does not contain anything like --tff or --fake interlaced which I would have expected.
jdobbs
6th March 2011, 23:20
Thanks. I also do believe that I have seen it working before and I suspect that something may be odd with this particular stream. If you prefer I could PM you a snippet.
Added:
For comparison I took another 1080i25 stream. It doesn't show the strange frame rate anomalies as the previous one, but BD-RB nevertheless encodes it as 1080p25.
VID_00003.avs:
#Created by BD Rebuilder - v0.37.05 (beta)
DirectshowSource("K:\BD MOVIES\BD THE IMAGINARIUM OF DOCTOR PARNASSUS\BDMV\STREAM\00003.m2ts", fps=25, framecount=175445, audio=false)
Sharpen(0.15) #note: personal .avs script activated
ConvertToYV12().AssumeFPS(25000,1000)
The lastcmd.txt (currently for pass 1) does not contain anything like --tff or --fake interlaced which I would have expected.Something is making BD-RB think the source is progressive. I'm just not sure what could do that besides the CLPI
jdobbs
7th March 2011, 17:26
Thanks. I also do believe that I have seen it working before and I suspect that something may be odd with this particular stream. If you prefer I could PM you a snippet.
Added:
For comparison I took another 1080i25 stream. It doesn't show the strange frame rate anomalies as the previous one, but BD-RB nevertheless encodes it as 1080p25.
VID_00003.avs:
#Created by BD Rebuilder - v0.37.05 (beta)
DirectshowSource("K:\BD MOVIES\BD THE IMAGINARIUM OF DOCTOR PARNASSUS\BDMV\STREAM\00003.m2ts", fps=25, framecount=175445, audio=false)
Sharpen(0.15) #note: personal .avs script activated
ConvertToYV12().AssumeFPS(25000,1000)
The lastcmd.txt (currently for pass 1) does not contain anything like --tff or --fake interlaced which I would have expected.Just thought of something. Do you have LAVF processing selected?
BeNooL
7th March 2011, 19:10
Thanks for this software.
If I may suggest a new hidden option, I think a way to force the HD audio to be kept at any target size would be nice for such cases where the audio is more important than the video like in concert BD.
Sharc
7th March 2011, 20:53
Just thought of something. Do you have LAVF processing selected?
No. It is deselected.
thegame
8th March 2011, 00:17
Thanks for this software.
If I may suggest a new hidden option, I think a way to force the HD audio to be kept at any target size would be nice for such cases where the audio is more important than the video like in concert BD.
I second this option if it is at all possible, this would be really nice.
edit - OOPS, probably should have put this request in the Features request thread, sorry.
Monty11
8th March 2011, 03:51
I have a similar problem to Dofin (#11251). I have used AnyDVD-HD, BD Rebuilder and ImgBurn to make a movie-only BD-25 backup of The Criterion Collection Blu-Ray version of Howard's End. The disc plays fine on my Samsung BD-C5500 player, but my new Oppo BDP-93 says "Unknown Disc" and will not play it (even with the latest firmware BDP9x-38-0126). (Also, Windows Explorer with XP Home SP3 and an LG BH08LS20 Blu-Ray drive can display the file format of the original disc, but not the BD Rebuilder disk.) Any suggestions about how to get BD Rebuilder to make BD-25 disks that play on an Oppo-93?
IVaN_000
8th March 2011, 04:49
I have a similar problem to Dofin (#11251). I have used AnyDVD-HD, BD Rebuilder and ImgBurn to make a movie-only BD-25 backup of The Criterion Collection Blu-Ray version of Howard's End. The disc plays fine on my Samsung BD-C5500 player, but my new Oppo BDP-93 says "Unknown Disc" and will not play it (even with the latest firmware BDP9x-38-0126). (Also, Windows Explorer with XP Home SP3 and an LG BH08LS20 Blu-Ray drive can display the file format of the original disc, but not the BD Rebuilder disk.) Any suggestions about how to get BD Rebuilder to make BD-25 disks that play on an Oppo-93?
If Windows Explorer doesn't show the contents of the disc, it's a recording problem. Try burning again.
jdobbs
8th March 2011, 16:12
I second this option if it is at all possible, this would be really nice.
edit - OOPS, probably should have put this request in the Features request thread, sorry. Unfortunately it just doesn't work. If you get below 8.5GB (the point at which HD audio is no longer kept) there just isn't room for HD audio.
Warbucks81
8th March 2011, 23:16
I second this option if it is at all possible, this would be really nice.
edit - OOPS, probably should have put this request in the Features request thread, sorry.
Bluray burners are cheap and quality BD-R media is now cheaper than DVD DL's. You should considering switching over to this medium if you're interested in keeping HD audio with a watchable video bit rate.
HatchetMan
9th March 2011, 06:14
Has anyone copied Harry Potter and the order of the Phoenix ? I have copied Harry Potter 1 - 4 with no problems.
when I go to open the file on my hardrive I get "Selected source is not BD format" That is in movie only mode.
Now if I put it in full backup it opens, but shows over 5 hours of time?? If I try to run it it says "Target to small" to 25 gb disc.
I don't get it!
I re ripped it to the hardrive 3 times,that didnt work, AnyDVD HD 6.7.8.0
went and got a new disc same thing.
BDinfo shows 2hrs 18 min, and it will play in TmT 3
Looking for any ideas ?
Thanks
Same error occurring here with same title. Tried 2 different original copies ripped with AnyDVD HD and DVDFab HD Decrypter, BD-RB does not like!
jdobbs
9th March 2011, 06:29
Same error occurring here with same title. Tried 2 different original copies ripped with AnyDVD HD and DVDFab HD Decrypter, BD-RB does not like! I've done that title successfully (Harry Potter and the Order of the Phoenix) -- although it was some time ago. I'll give it another test.
jz1276
9th March 2011, 12:20
I cant get it to work with the current version, but with 37.04 it works. After it extracts the a/v streams, it fails every time.
jdobbs
9th March 2011, 17:13
I cant get it to work with the current version, but with 37.04 it works. After it extracts the a/v streams, it fails every time. ???? Can't get what to work? Doesn't work how? Logs? Information?
I'd have to be a magician to take any kind of action of this type of report????
Hotstuffc
9th March 2011, 21:28
I have been trying to rebuild "A Better World".
Started out with using AnyDVD HD to rip the disc and then wanted to use BDRB to make it small enough for a dvd5.
But it reaches about 67,40%, and then i get this result:
-----------------------
[21:28:40] BD Rebuilder v0.37.04 (beta)
- Source: HÆVNEN
- Input BD size: 28,91 GB
- Approximate total content: [01:57:44.708]
- Target BD size: 4,36 GB
- Windows Version: 6.1 [7601]
- MOVIE-ONLY mode enabled
- Auto Quality: High Quality (Default), Two Pass
- Audio Settings: AC3=1 DTS=1 HD=0 Kbs=640
[21:28:41] PHASE ONE, Encoding
- [21:28:42] Extracting A/V streams [VID_00005]
- Error in attempt to extract audio/subs.
- Not enought buffer for parse video stream. Current frame num 109351
[21:42:02] - Failed to retrieve audio, aborted
What could be wrong?.
In settings i've chosen, Automatic Quality Settings.
And this was Main Movie only. :)
setarip_old
9th March 2011, 22:31
@Hotstuffc
Hi! - Not enought buffer for parse video stream.Are you low on hard drive space?
Hotstuffc
9th March 2011, 23:12
@Hotstuffc
Hi! Are you low on hard drive space?
Hehe got 70gb on the hdd that i have as working folder. :) So cant be lack of harddrive space.
Just tried a full disc rebuild.
It stops at the same point in the same file. Can it be corrupt or?.
http://pastebin.com/7SKhyL2M
jdobbs
10th March 2011, 00:40
Hehe got 70gb on the hdd that i have as working folder. :) So cant be lack of harddrive space.
Just tried a full disc rebuild.
It stops at the same point in the same file. Can it be corrupt or?.
http://pastebin.com/7SKhyL2MProbably a bad rip.
bassnut
10th March 2011, 16:28
Same error occurring here with same title. Tried 2 different original copies ripped with AnyDVD HD and DVDFab HD Decrypter, BD-RB does not like!
Had a bit of time on my hands and thought I would give HP5 a go ....
I can confirm the 2 errors Movie only shows error"Selected source is not BD format"
Full disk shoes .......
[10:27:35] BD Rebuilder v0.37.05 (beta)
- Source: HP5_PHOENIX
- Input BD size: 44.42 GB
- Approximate total content: [05:03:47.266]
- Target BD size: 22.95 GB
- Windows Version: 6.1 [7601]
- Auto Quality: Good (Very Fast), Two Pass
- Audio Settings: AC3=0 DTS=0 HD=1 Kbs=640
- Target too small. Encode stopped.
I get the same errors wether i try encoding from the ripped files from my hard drive, AnyDVD HD 6.7.9.0 or directly from the disk.
rysktkr
10th March 2011, 16:36
Anybody experience the issue of blocking (see enclosed picture)? I am seeing this on most if not all encoding on bd rebuilder. I am using version 0.37.04 on windows xp. I followed recommendation 8. which will allow WMV11 codec to be used. That did not improve the situation. My encode settings are high quality, one pass abr, targeted to a BD-25.
jdobbs
10th March 2011, 17:06
Anybody experience the issue of blocking (see enclosed picture)? I am seeing this on most if not all encoding on bd rebuilder. I am using version 0.37.04 on windows xp. I followed recommendation 8. which will allow WMV11 codec to be used. That did not improve the situation. My encode settings are high quality, one pass abr, targeted to a BD-25. If you are getting blocking with output to BD-25, it is most likely a problem with the decoding. The bitrates involved in BD-25 are unlikely to ever result in blocking unless the source is super large (like 6 hours or more).
Run INSPECT.EXE -- I suspect that somehow the CODEC is a problem in the frame serving. It's possible that some other program you have installed in intercepting and using an inferior CODEC.
rysktkr
10th March 2011, 17:52
- Windows Version: 5.1 [2600]
- AVISYNTH Version: 2.5.7.0, Ok
- HAALI Splitter: Ok
- FFDSHOW: 3703, not recommended version
- FFDSHOW VC-1 set "disabled", WMP11, Ok
- FFDSHOW MPEG2 set to "libmpeg2": Ok
- FFDSHOW AVC set to "libavcodec": Ok
- BD Rebuilder v0.37.0.4, Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok
Could it be the version FFDSHOW?
Here is hopefully a still of the blocking.
setarip_old
10th March 2011, 18:35
@rysktkr
Hi! Could it be the version FFDSHOW?Yes.
Use the version linked to in Post #1 of this thread...
jdobbs
10th March 2011, 22:52
No, it has not been set.
But probably "Resize - 1080p to 720p" has been set. I don't think this would have interfered with the Alternate Mode backup because it has always worked with other sources before.
Tab CLIPINF: AVC, 1080i, 25, 16:9
Tab PLAYLIST: AVC, 1080i, 25I think I'm getting close on this. Could you try this again without "Resize - 1080p to 720p" set and let me know how it behaves?
Thanks.
torque2k
11th March 2011, 14:56
Anybody experience the issue of blocking (see enclosed picture)? I am seeing this on most if not all encoding on bd rebuilder. I am using version 0.37.04 on windows xp. I followed recommendation 8. which will allow WMV11 codec to be used. That did not improve the situation. My encode settings are high quality, one pass abr, targeted to a BD-25.
I'll make a stupid comment here, see if it applies to your situ. I had run the anime 'Akira' through BD-RB, and was getting really bad blocking issues in the playback, even though it was to a BD-25. I went back through the settings, and found that the primary track was Japanese, and both the English and Japanese tracks were being kept as full quality DTS-HD, which was pushing the video down to something ridiculous like 150Kbps.
I decided to drop the Japanese track completely as a test, and that did the trick; the video came through at around 8000Kbps. :rolleyes:
Elvis Gratton
11th March 2011, 15:17
jdobbs
How can i encode interlaced source to obtain a file type MBAFF (interlaced result) ?
Or insert --interlaced to x264 cmd line...
Thanks
rysktkr
11th March 2011, 16:06
Well I now have the correct version of FFDSHOW and unfortuantely the blocking issue still exists. Not sure what to try next. Maybe, give one pass CRF encodeing a try?
- Windows Version: 5.1 [2600]
- AVISYNTH Version: 2.5.7.0, Ok
- HAALI Splitter: Ok
- FFDSHOW: 3326, Ok
- FFDSHOW VC-1 set "disabled", WMP11, Ok
- FFDSHOW MPEG2 set to "libmpeg2": Ok
- FFDSHOW AVC set to "libavcodec": Ok
- BD Rebuilder v0.37.0.4, Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok
jdobbs
11th March 2011, 16:52
jdobbs
How can i encode interlaced source to obtain a file type MBAFF (interlaced result) ?
Or insert --interlaced to x264 cmd line...
Thanks???? If the source is interlaced the output will be interlaced unless you have set deinterlacing on.
If it doesn't have "--tff", "--bff", or "--fake-interlaced" in it already -- it shouldn't be there.
jdobbs
11th March 2011, 17:01
Well I now have the correct version of FFDSHOW and unfortuantely the blocking issue still exists. Not sure what to try next. Maybe, give one pass CRF encodeing a try?
- Windows Version: 5.1 [2600]
- AVISYNTH Version: 2.5.7.0, Ok
- HAALI Splitter: Ok
- FFDSHOW: 3326, Ok
- FFDSHOW VC-1 set "disabled", WMP11, Ok
- FFDSHOW MPEG2 set to "libmpeg2": Ok
- FFDSHOW AVC set to "libavcodec": Ok
- BD Rebuilder v0.37.0.4, Ok
- X264: Ok
- AFTEN: Ok
- FAAC: Ok
- MP4BOX: Ok
- WAVI: Ok
- TSMUXER: Ok Post your log and INF file from the encode. If you're keeping multiple HD audio tracks, its possible (as mentioned earlier) that there isn't any space left for the video.
rysktkr
11th March 2011, 18:04
I will have to get back to you tomorrow for that. As the log file was deleted. I will need to reencode.
larrsz
11th March 2011, 20:18
I am recording some movies from my tivo (1080i, 384kbps DD) which I remove commercials from and then use tsMuxer to convert them to BDs which works fine. This gives me a BD file of about 16GB for a 2 hr movie that plays fine when burned with imgburn to a BD disc.
Due to cost and since these are from TV channels (most have station ID's etc in the lower corners), I decided to use BDRB to reencode most of these to fit on BD-9 discs. However, I am getting no audio when using BDRB on these files. When I open the file in BDRB, I see the video and the audio, but the audio has a red "x" beside it and says AUD_001 AC3 Multi-Ch. Unknown. I can double click the "x" and it changes to a Windows Media player icon. However, no matter what I do I get a file out of BD-RB with no audio at all. Here is the MediaInfo results from the file I am trying to reencode. Suggestions?
General
ID : 1
Complete name : V:\tsMuxer\BD\BDMV\STREAM\00000.m2ts
Format : BDAV
Format/Info : Blu-ray Video
File size : 13.0 GiB
Duration : 1h 38mn
Overall bit rate : 18.8 Mbps
Maximum Overall bit rate : 35.5 Mbps
Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : MPEG Video
Format version : Version 2
Format profile : Main@High
Format settings, BVOP : Yes
Format settings, Matrix : Default
Format settings, GOP : M=3, N=15
Duration : 1h 38mn
Bit rate mode : Variable
Bit rate : 17.7 Mbps
Nominal bit rate : 65.0 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.285
Stream size : 12.2 GiB (94%)
Audio
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Duration : 1h 38mn
Bit rate mode : Constant
Bit rate : 384 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Stream size : 270 MiB (2%)
Sharc
11th March 2011, 20:48
I think I'm getting close on this. Could you try this again without "Resize - 1080p to 720p" set and let me know how it behaves?
Thanks.
It doesn't help. It's enoded progressive 1080p/25.
hungryhorse
11th March 2011, 21:20
Ive just started to get an audio error(pic attached)
BD Rebuilder experienced an error 1801 [20:17:46] ReencodeAudio() 00075 1801
Can you please tell me what it is because Ive never had it before come up?
Thanks
jdobbs
11th March 2011, 22:07
I am recording some movies from my tivo (1080i, 384kbps DD) which I remove commercials from and then use tsMuxer to convert them to BDs which works fine. This gives me a BD file of about 16GB for a 2 hr movie that plays fine when burned with imgburn to a BD disc.
Due to cost and since these are from TV channels (most have station ID's etc in the lower corners), I decided to use BDRB to reencode most of these to fit on BD-9 discs. However, I am getting no audio when using BDRB on these files. When I open the file in BDRB, I see the video and the audio, but the audio has a red "x" beside it and says AUD_001 AC3 Multi-Ch. Unknown. I can double click the "x" and it changes to a Windows Media player icon. However, no matter what I do I get a file out of BD-RB with no audio at all. Here is the MediaInfo results from the file I am trying to reencode. Suggestions?
General
ID : 1
Complete name : V:\tsMuxer\BD\BDMV\STREAM\00000.m2ts
Format : BDAV
Format/Info : Blu-ray Video
File size : 13.0 GiB
Duration : 1h 38mn
Overall bit rate : 18.8 Mbps
Maximum Overall bit rate : 35.5 Mbps
Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : MPEG Video
Format version : Version 2
Format profile : Main@High
Format settings, BVOP : Yes
Format settings, Matrix : Default
Format settings, GOP : M=3, N=15
Duration : 1h 38mn
Bit rate mode : Variable
Bit rate : 17.7 Mbps
Nominal bit rate : 65.0 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 29.970 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.285
Stream size : 12.2 GiB (94%)
Audio
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Duration : 1h 38mn
Bit rate mode : Constant
Bit rate : 384 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Stream size : 270 MiB (2%) Try going to the SETUP menu and click/add "und" to your audio selection list (undeterminted).
Sharc
11th March 2011, 23:15
???? If the source is interlaced the output will be interlaced unless you have set deinterlacing on.
If it doesn't have "--tff", "--bff", or "--fake-interlaced" in it already -- it shouldn't be there.
Isn't this the same as I observed in my case? Interlaced sources are encoded progressive ....
jdobbs
12th March 2011, 01:02
Isn't this the same as I observed in my case? Interlaced sources are encoded progressive .... I really can't tell -- all I got was a question about adding "--interlaced" to the command line.
Stereodude
12th March 2011, 01:06
Isn't this the same as I observed in my case? Interlaced sources are encoded progressive ....FWIW, I found the same thing (http://club.myce.com/f142/bd-rebuilder-interlaced-input-interlaced-output-319550/) you did with v 0.37.03 (haven't tried any newer versions). Interlaced BD's are encoded as progressive. However, since my source was not untouched (already run through Clown BD to make it movie only) I did not post anything here. I eventually did the whole process manually instead of using BD Rebuilder.
jdobbs
12th March 2011, 01:48
FWIW, I found the same thing (http://club.myce.com/f142/bd-rebuilder-interlaced-input-interlaced-output-319550/) you did with v 0.37.03 (haven't tried any newer versions). Interlaced BD's are encoded as progressive. However, since my source was not untouched (already run through Clown BD to make it movie only) I did not post anything here. I eventually did the whole process manually instead of using BD Rebuilder. I don't get it. I've done hundreds of interlaced sources... especially 720x480i and they all encode as interlaced.
I haven't had much opportunity to work on BD-RB the last few days. I'll run a 1080i/25fps source through tomorrow. If it encodes incorrectly I will fix it and hopefully get a version out either late tomorrow or Sunday.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.