Sharc
13th March 2010, 11:44
Probably not a bug in BD-RB, but seeking clarification for this case:
Original Blu-Ray stream is AVC 1920x1080, 25.000 fps, MBAFF (reported by MediaInfo and DGIndex)
Separating the fields with avisynth show a progressive frame sequence like aa, bb, cc, ..... (bobbing, no timewise interlacing)
I select in BD-RB resizing to 720p.
BD-RB applies a deinterlacing script like:
DirectshowSource("K:\......\00000.m2ts", fps=25, framecount=219775, audio=false)
AssumeFieldBased().AssumeTFF()
ConvertToYV12()
LoadPlugin("C:\Program Files\VIDEO\BD_Rebuilder\tools\decomb521.dll")
FieldDeinterlace()
LanczosResize(1280,720).ChangeFPS(50)
ConvertToYV12()
The encoded VID_00000.AVS.264 (in the BD RB working directory) is reported by MediaInfo as 1280 x 720, 50.00 fps, progressive
Stepping through this file with mpc or DGindex indicates a duplication of every picture.
So finally the qestions:
- Isn't the picture duplication a waste of storage space (bitrate)?
- Are the duplicates really stored, or are they just 'pulled down' for playback?
- Is the movie encoded at 50 fps for Blu-Ray compliancy reasons @ 720 resolution?
- Would a straight (i.e without deinterlacing script) progressive encode @ 25fps be AVCHD compliant?
- Would -for Blu-Ray@720p compliancy- all streams have to be re-encoded to 23.976 fps ('slowdown')?
Thanks.
Original Blu-Ray stream is AVC 1920x1080, 25.000 fps, MBAFF (reported by MediaInfo and DGIndex)
Separating the fields with avisynth show a progressive frame sequence like aa, bb, cc, ..... (bobbing, no timewise interlacing)
I select in BD-RB resizing to 720p.
BD-RB applies a deinterlacing script like:
DirectshowSource("K:\......\00000.m2ts", fps=25, framecount=219775, audio=false)
AssumeFieldBased().AssumeTFF()
ConvertToYV12()
LoadPlugin("C:\Program Files\VIDEO\BD_Rebuilder\tools\decomb521.dll")
FieldDeinterlace()
LanczosResize(1280,720).ChangeFPS(50)
ConvertToYV12()
The encoded VID_00000.AVS.264 (in the BD RB working directory) is reported by MediaInfo as 1280 x 720, 50.00 fps, progressive
Stepping through this file with mpc or DGindex indicates a duplication of every picture.
So finally the qestions:
- Isn't the picture duplication a waste of storage space (bitrate)?
- Are the duplicates really stored, or are they just 'pulled down' for playback?
- Is the movie encoded at 50 fps for Blu-Ray compliancy reasons @ 720 resolution?
- Would a straight (i.e without deinterlacing script) progressive encode @ 25fps be AVCHD compliant?
- Would -for Blu-Ray@720p compliancy- all streams have to be re-encoded to 23.976 fps ('slowdown')?
Thanks.