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. |
![]() |
#221 | Link |
Registered User
Join Date: Jul 2010
Posts: 37
|
I always use --pic-struct (even for progressive stream) so one less "problem".
As for BD verifiers, I have Elecard StreamEye Studio, but if I not wrong it doesn't check BD specification, so it seems that I'll have to trust Scenarist. |
![]() |
![]() |
![]() |
#222 | Link |
BluRay Maniac
Join Date: Dec 2005
Posts: 2,419
|
You should not worry, becuase stream is progressive and it's marked as interlaced while frames are still frames not fields. Mediainfo and other tools just use header to examine data. Your stream must be interlaced or marked as interlaced (fake interlace) or will not be BD compilant.
__________________
ChapterGen - manipulate with chapters in various i/o formats, with CLI support Official website or Doom9 thread |
![]() |
![]() |
![]() |
#223 | Link |
Registered User
Join Date: Jul 2003
Location: Italy
Posts: 1,135
|
Shon3i, just out of curiosity, have you checked a fake-interlaced 25p with Sony Verifier? Because I've made a 25p with fake-interlaced just now to test. Scenarist accepts and mux (and identify the stream as interlaced) but my verifier (BDQuest) shows one error. It identify the stream as progressive while streams from pro-encoders (that allows the same thing, input a 25/30 progressive stream, encode as progressive and only flag as interlaced) are OK.
The error from BDQuest is (just for reference): Code:
"invalid combination of horizontal size of frame (1920), vertical size of frame (1088), pic_width_in_mbs_minus1(119), pic_height_in_maps_units_minus1(33), frame_mbs_only_flag(0), framerate (25), and scanning type (progressive) for 1920x1080" "frame_mbs_only_flag" is 0 and "mb_adaptive_field_frame_flag" is 0. 1920x1080 video (field) is expected to contain 8/9/8/9 rows in slices. Found 17/17/17/17 |
![]() |
![]() |
![]() |
#224 | Link | |
Registered User
Join Date: Mar 2009
Posts: 230
|
Quote:
|
|
![]() |
![]() |
![]() |
#225 | Link | |
Compiling Encoder
Join Date: Jan 2007
Posts: 1,348
|
Quote:
|
|
![]() |
![]() |
![]() |
#226 | Link |
Registered User
Join Date: Mar 2011
Posts: 29
|
Hi
After a lot of trial and errors and reading tips here about x264 I finally settled on using MeGUI, and can successfully encode to 1080i/50 for Blu-ray. That is the good. The bad is finding authoring software that will accept the output so looking for pointers. This is what I have found: Sony DVD Architect, get tswrapper errors as it doesn't like MBAFF, so that's out. Corel MovieFactory 7 - test clips I had success, clips accepted without re-rendering, perfect. But then when I tried some longer footage I got DVD engine errors, it would get so far then fail during mux'ing. I found the part mux'd mts file and so could see where it was failing. After some checking I found x264 was encoding with some high peak bit-rates of 50+, when MovieFactory got to something above ~45 it bombed. After some more trial and error I found reducing the buffer size the high peaks were reduced, with a buffer of 15000 I managed to get a clip almost mux'd in MovieFactory before it bombed out, it still managed to peak at one point. I'm encoding with target bitrate of 36,000, and the max is the preset 40,000. The same bitrate settings via MainConcept's H264 I have no problems with, and when I check bit-rates it doesn't peak hardly above 40,000. Now I gather with the buffer then peaks above 50,000 are valid for Blu-ray. So my issue is how to author a Blu-ray disc with the x264 output? I've also tried Cyberlink software, that wouldn't even recognise the files and I tried TMPGEnc Authoring Works 4, but it only wants MPEG2 for Blu-ray. I have had success with MultiAVCHD, but I'm not entirely happy with the menu creation options, it's great for a free tool, but doesn't lend itself to more fancy graphical menus, unless I just haven't discovered that functionality. I've also seen mention of Blu-ray verifiers, where would you get those so I can test the output is okay? Any help or pointers appreciated. Regards Phil |
![]() |
![]() |
![]() |
#227 | Link | |
BluRay Maniac
Join Date: Dec 2005
Posts: 2,419
|
Quote:
__________________
ChapterGen - manipulate with chapters in various i/o formats, with CLI support Official website or Doom9 thread |
|
![]() |
![]() |
![]() |
#228 | Link | |
Registered User
Join Date: Mar 2003
Posts: 191
|
Quote:
I ran into a similar problem with an After Effects rendered Top Menu Background - even though everything said 23.976fps, I was getting the Buffer Underrun error. When I watched the x264 log go through, I noticed the framerate was being interpreted as 2997/125 rather than 24000/1001. Again AssumeFPS did the trick. Many thanks for your help. |
|
![]() |
![]() |
![]() |
#229 | Link | |
Registered User
Join Date: Nov 2004
Location: Poland
Posts: 2,869
|
Quote:
Andrew |
|
![]() |
![]() |
![]() |
#232 | Link |
BluRay Maniac
Join Date: Dec 2005
Posts: 2,419
|
yes, it will be updated asap
![]()
__________________
ChapterGen - manipulate with chapters in various i/o formats, with CLI support Official website or Doom9 thread |
![]() |
![]() |
![]() |
#233 | Link |
Registered User
Join Date: Dec 2002
Posts: 5,565
|
Could you also make a remark at the top that says that these settings are for creating 100% compliant Blu-Ray structures, not for encoding from Blu-Ray sources or to matroska/mp4? I see a lot of people crippling their settings for no need.
|
![]() |
![]() |
![]() |
#234 | Link |
BluRay Maniac
Join Date: Dec 2005
Posts: 2,419
|
Done :P
__________________
ChapterGen - manipulate with chapters in various i/o formats, with CLI support Official website or Doom9 thread |
![]() |
![]() |
![]() |
#236 | Link | |
Aging Video Hobbyist
Join Date: Dec 2004
Location: Off the Map
Posts: 2,461
|
Quote:
![]() Thanks for updating. |
|
![]() |
![]() |
![]() |
#238 | Link |
NY Frame of Mind
Join Date: Dec 2005
Location: L.I.,NY
Posts: 586
|
@shon3i
First page, 1080i example command line doesn't include --pic-struc ? Is that because it's only "required" for fake interlaced? Also, your example assumes tff. Doesn't x264 encode @ MBAFF ? What if the source is MBAFF, do you assume --tff command or something else?
__________________
"Talk to me Goose" |
![]() |
![]() |
![]() |
#239 | Link | |||
Registered User
Join Date: Jul 2003
Location: Italy
Posts: 1,135
|
Quote:
Quote:
Quote:
|
|||
![]() |
![]() |
![]() |
#240 | Link |
NY Frame of Mind
Join Date: Dec 2005
Location: L.I.,NY
Posts: 586
|
@mp3dom
Thank you ! Very concise answers and just what I was looking for. I opened w/avisynth via VirtualDub and I don't see the fieldorder in the file info. Please advise how I do that. Thanks
__________________
"Talk to me Goose" |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|