Log in

View Full Version : smart ripper 2.41 wrong chapter time?


hayami
20th August 2002, 16:07
The chapter time in info.txt generated by smartripper is not right...

SR:
*************
* Main Info *
*************

Name: YOU_RE_UNDER_ARREST_SPEC_1
Size (B): 1502666752
Frames: 53730
Title: 1
Angle: 1
MinDataRate (B/s): 614807
AvgDataRate (B/s): 839008
MaxDataRate (B/s): 1068354


**************
* Video Info *
**************

Compression: MPEG-2
TV system: NTSC
Aspect ratio: 4:3
TV system: not specified
Display mode: 720x480
Resolution: no
Letterboxed: Camera
Mode:


***************
* Stream Info *
***************

Stream[001] X=[[0xE0] Video NTSC 720x480] [] [] [] []
Stream[002] X=[[0x80] Audio Japanese AC3(2Ch) 48kHz ] [] [] [] []
Stream[003] X=[[0x20] Subtitle Chinese ] [] [] [] []
Stream[004] X=[[0x21] Subtitle English ] [] [] [] []
Stream[005] X=[[0x??] Others] [] [] [] []


****************
* Chapter Info *
****************

Chap#=Frame#
Chapter1=0
Chapter2=3144
Chapter3=14829
Chapter4=26517
Chapter5=38205
Chapter6=52461
Chapter7=53121

Chap#=@LBA
Chapter1=0
Chapter2=42625
Chapter3=203686
Chapter4=368848
Chapter5=524758
Chapter6=716572
Chapter7=727102

Chap#=Frame# Name
1=0 Chapter1
2=3144 Chapter2
3=14829 Chapter3
4=26517 Chapter4
5=38205 Chapter5
6=52461 Chapter6
7=53121 Chapter7

Chap#=Second
Chapter1=0
Chapter2=125
Chapter3=593
Chapter4=1060
Chapter5=1528
Chapter6=2098
Chapter7=2124

Chap#=Time
Chapter1=00:00:00.00
Chapter2=00:02:05.76
Chapter3=00:09:53.16
Chapter4=00:17:40.68
Chapter5=00:25:28.20
Chapter6=00:34:58.44
Chapter7=00:35:24.84


******************
* VOBFile Output *
******************

X:\YOU_RE_UNDER_ARREST_SPEC_1\vts_01_1.vob


************
* Cut List *
************

001: Program Chain[1]->Angle[1]->Chapter[1]->Cell[001] VobID[1].CellID[1] [#0] [@0]
002: Program Chain[1]->Angle[1]->Chapter[2]->Cell[001] VobID[1].CellID[2] [#3144] [@42625]
003: Program Chain[1]->Angle[1]->Chapter[3]->Cell[001] VobID[1].CellID[3] [#14829] [@203686]
004: Program Chain[1]->Angle[1]->Chapter[4]->Cell[001] VobID[1].CellID[4] [#26517] [@368848]
005: Program Chain[1]->Angle[1]->Chapter[5]->Cell[001] VobID[1].CellID[5] [#38205] [@524758]
006: Program Chain[1]->Angle[1]->Chapter[6]->Cell[001] VobID[1].CellID[6] [#52461] [@716572]
007: Program Chain[1]->Angle[1]->Chapter[7]->Cell[001] VobID[1].CellID[7] [#53121] [@727102]





Correct time:

Chapter Extrator:
Chapter 1 = 00:00:00:00
Chapter 2 = 00:01:44:80
Chapter 3 = 00:08:14:30
Chapter 4 = 00:14:43:90
Chapter 5 = 00:21:13:50
Chapter 6 = 00:29:08:70
Chapter 7 = 00:29:30:70

hayami
24th August 2002, 11:45
I've looked into the .d2v file smartripper generated... I think the problem of wrong time is because it thinks the dvd is 25fps

The second thing I found about Smartripper's d2v, is the Luminance setting...

Luminance_Filter=0,0 <-- correct
Luminance=128,0 <-- wrong

the missing "_Filter" caused application to crash on loading the wrong header. The luminance gamma suppose to be 0 as well (The result d2v file of smart ripper becomes too bright)



Smartripper's .d2v header
==================
DVD2AVIProjectFile
1
22 X:\ARREST\vts_02_1.vob

Stream_Type=1,0,0
iDCT_Algorithm=2
YUVRGB_Scale=1
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=0
Frame_Rate=25000
Location=0,0,0,0

dvd2avi's .d2v header
=====================
DVD2AVIProjectFile
1
22 X:\ARREST\vts_02_1.vob

Stream_Type=1,0,0
iDCT_Algorithm=2 (1:MMX 2:SSEMMX 3:FPU 4:REF 5:SSE2MMX)
YUVRGB_Scale=1 (0:TVScale 1:PCScale)
Luminance_Filter=0,0 (Gamma, Offset)
Picture_Size=0,0,0,0,0,0 (ClipLeft, ClipRight, ClipTop, ClipBottom)
Field_Operation=0 (0:None 1:ForcedFILM 2:SwapOrder)
Frame_Rate=29970
Location=0,0,0,C9633

manono
30th August 2002, 15:46
Hi-

I don't know this first hand, as I've never used it, but it's said that the .d2vs generated from Smart Ripper are not so good. Have you tried a different version of DVD2AVI, such as the one included with GKnot?

hayami
31st August 2002, 01:22
but a d2v file is just a signpost file to tell VFAPI about the source file and how to process it, therefore if it's written correctly it should be the same as the one as dvd2avi. But the problem now is the d2v file written is incorrect and cause other program to crash when reading this d2v (i.e. aviutl, Tmpgenc..etc)

Why I'm using SmartRipper to generate Smartripper to make d2v is to skip the step of dvd2avi (and saving at least 10 minutes) where it can do what dvd2avi can do

1. rip dvd from smartripper -> generate d2v, demux audio stream to ac3
2. read d2v and compress avi
3. compress ac3 to ogg/mp3
4. mux audio and video
================================================================
just read the dvd2avi forum for some more info on d2v...
the d2v structure has changed in dvd2avi 1.77 and therefore the d2v file made by Smartripper is obsoleted. (But the only change is just the Luminace -> Luminace Filter (Gain -> Gamma)

However, the framerate Smartripper report is still incorrect.