- 精华
- 1
- 帖子
- 600
- 威望
- 1 点
- 积分
- 1089 点
- 种子
- 0 点
- 注册时间
- 2004-7-21
- 最后登录
- 2016-2-8
|
只是转帖不做任何评论,本人不懂英文下面可能是大概的制作方法吧。请懂英文的大大翻译一下吧,谢谢了
Let's clarify something
What's a BD-5/BD-9?
It's a DVD with Blu-ray Video content and structure
Oh...an AVCHD!
No, AVCHD has its own specs, mainly stated by:
-Video codec: AVC
-Audio codec: Dolby Digital, PCM 1.5 Mbps
-More than one audio track: No
-Subtitles: No
-Maximum video bitrate: 25000 kbps
-Maximum VBR buffer size: 9000 kbps
While Blu-ray's (and therefore BD-5's/BD-9's) are:
-Video codec: AVC, VC-1, MPEG-2
-More than one audio track: Yes
-Subtitles: Yes
-Audio codec: Dolby Digital, DTS 1,5 Mbps, PCM 27 Mbps, Dolby Digital + 1,7Mbps, DTS-HD 6 Mbps, TrueHD 18 Mbps, DTS-HD MA 24,5 Mbps
-Maximum video bitrate: 40000 kbps
-Maximum VBR buffer size: 30000 kbps
Using this method you will get a 100% standard Blu-ray content, but bruning that content on a DVD (BD-5) or double layer DVD (BD-9) is not standard at all. Nevertheless, several BD players play them some of them considering them as an AVCHD (PS3)...but then plays as a normal BD, so all codecs and subtitles are supported
Needed files and programs
*Sonic.Scenarist.BDA.v4.20
*Nero's index.bdmv and Movieobject.bdmv(For PS3 BD-9/5 compatibiliy)
*SubtitleWorkshop4 to include .srt subtitles
*Supread to include Blu-ray (.sup) subtitles
*nal_hrd patched x264
--For Windows get last megui's x264 build, it's already patched
--For Linux, open a Terminal Konsole and:
Quote:
yasm --version
If you have 0.6 or above skip this first quote, if not, follow both
Quote:
wget http://www.tortall.net/projects/yasm/releases/yasm-0.6.2.tar.gz .
tar -xvfz yasm-0.6.2.tar.gz
cd yasm-0.6.2
./configure
make
make install
Quote:
svn co svn://svn.videolan.org/x264/trunk x264
cd x264
wget http://lists.videolan.org/attachs/20070107/x264_hrd.patch
patch -p0 < x264_hrd.patch
./configure --prefix=/usr --enable-debug --enable-pthread
make
make install
Preparing the video
With the nal_hrd patched x264 version, we use our favourite line/profile to encode the video, not forgetting these parameters in the final line:
--keyint 24 --min-keyint 1 --vbv-maxrate 38000 --vbv-bufsize 30000 --nal-hrd --mvrange 511 --level 4.1 --bframe 3 --ref 3 --aud --sar 1:1
And forgetting:
--b-pyramid
Resolution must be standard and fps 24p, 50i or 60i
By the way, with 50i and 60i you can chage --keyint to 25 (PAL) and 30 (NTSC), not sure about 50 and 60 in a true interlaced encoding...
Preparing the subtitles
The program we'll use doesn't recognise neither .srt nor .sup so you have to convert them.
SRT:
Quote:
1. Load *.srt file by SubtitleWorkshop4 (version 4 support bdn file export)
2. Clicks file->export customize image subtitle
3. Select 8bit PNG, and select movie resolution and fps.
4. Export
SUP:
Quote:
1. Use Supread's option 'Save bitmaps' to get the .png and .scn-sst files
2. Use the .scn-sst to create the .bdn (Sorry, I don't know the details)
Creating the BD
You need at least Sonic.Scenarist.BDA.v4.20
Quote:
1. Load up MUI Generator
2. Load the Audio/s in to the program and select create files.
3. Do the same for the video
4. Start up Sonic HDMV
5. Create a New Project.
6. Use the same directory for output path and Encode path
7. Under the Data Tree Tab, right click on data a go NEW-Actual Asset and bring in the to files that where created with MUI Generator.
*7.1. Right click on data again and choose to import bdn file if you want to include subtitles.
8. Go to Stream tree tab
*9.1. Drag the video files onto stream,( this will create a playlist and a clip.)
*9.2. Drag the audio files onto the clip (be careful with the track order)
*9.3. Drag the subtitles files onto the clip
10. Click on the Scenario editor tab
11. Select First Playback then right click on it and select Set movie object.
12. Do the Same for top menu.
13. Now drag the playlist onto both MO#1 this will create a nice tree structure.
*14. Now save your project and quit Scenarist. Go back to Windows Explorer and navigate into your Project folder and open the Project.xml file in Notepad. Go all the way to the bottom and find a setting called:
<CopyPermissionIndicator>3</CopyPermissionIndicator>
Change the 3 to a 0 (zero). This will prevent the disc from being flagged as encrypted. This is very important. If you do not perform this step your disc will NOT work.
*15. Load up Mux remote server.
*16. Open Scenarist modified project and click on the mux button in Sonic HDMV.
*17. Select not create the disc image file.
*18. Start the mux.
*19. Remove AACS and CERTIFICATE Folders
That's all, now you have 100% standard BD content, for burning:
*On a Blu-ray:
--Just BDMV folder on it
*On a DVD:
--PS3: Change index.bdmv and Movieobject.bdmv (in \BDMV and \BDMV\BACKUP\) for the Nero ones and burn BDMV folder on a DVD with UDF 2.5 format.
--No AVCHD compatible BD players: Just burn BDMV folder on it?
You can also:
-Open the files with powerdvd's option “play Blu-ray on HDD”
-Bring it to PS3 thru web server like Red Kawa or Apache (no subtitles neither multiaudio, just video***t audio)
Can I use this method to MKV->PS3Ready or should I always rencode?
Rencoding is the only way to ensure 100% compatibility, but if you want, you can just try editing the header in case the video is already compilant but not properly advised.
Get lasted h264info (at the moment I'm writing this is 0018) and fill with write PPS on:
kbps bitrate: 38000
num_ref_frames: 3 (maybe 4 works too, haven't tried)
Output Aspect Ratio: 1:1
Level: 4.1
WxH: 1920x1080, 1280x720...whatever it is
Remember that just works when the video is properly encoded...if not...you can try but it most likely won't...that's why I don't like using it
If it doesn't work DON'T TRY VOB/MP4/ETC TRANSFERS SINCE THEY'LL WON'T WORK TOO, only rencoding is the solution unless it's a resolution problem
Mini-todo list
*Confirm no PS3 players compatibility
*Confirm theory: If you don't change .bdmv files on the Backup folder, BD players will look there after refusing the PS3's ones and play OK, so it's ALWAYS recomended to do that for BD-9/5, to ensure both PS3 and BD players compatibility
EDIT: If you are new in encoding...get these blu-ray profiles for megui from one of this links
http://rs91.rapidshare.com/files/900...y_profiles.zip
http://www.mediafire.com/?f1zgyj5mn3n
http://s000.tinyupload.com/index.php...03428493361575. |
|