View Full Version : Losing two cells
wheelbit
8th January 2005, 19:58
After demultiplexing with DoItFast4u Im losing about 4 seconds from the video stream. Here is the original pgc that Im having trouble with:
http://66.75.123.230/~wheelbit/1.jpg
and here is the one after demultiplexing
http://66.75.123.230/~wheelbit/2.jpg
Since the second cell is being shrinked I also get out of sync audio problems.
Could anyone possibly tell me what Im doing wrong?
Thanks
Trahald
9th January 2005, 04:10
looks like its a still cell with audio at the beginning (chapter 1). how big is that vts-set.. you may want to process that vts by vobid or not process it at all (meaning leave it unchecked in dif4u)
wheelbit
9th January 2005, 05:34
the main movie is in the same vts set (the whole set is 4.9 GB). What would happen if I were to remove the layer break at cell 2?
Although this time I dont care much about that pgc I would still like to know what Im doing wrong for future references.
Thanks
Trahald
9th January 2005, 19:14
you really didnt do anything wrong.. unfortunately disks like this always cause a problem.. fortunately they are rare... if you do that vts by vobid that would help. unfortunately there is no way to tell by the ifo that there is a still in that spot so dif4u cant warn you to use vobid..
other than that.. if you are feeling adventurous you can change the avs to something like this
import("C:\Program Files\DoItFast4U\new.avs\addaudio.avs")
LoadPlugin("C:\Program Files\DoItFast4U\new.d2v\mpeg2dec3dg.dll")
a = Mpeg2Source("VTS__03_P01.I-TFF.4~3_1.d2v",idct=0)
LoadPlugin("C:\Program Files\DoItFast4U\new.avs\decomb.dll")
b = blankclip( length = 59, color=$000000, fps=29.970, width=720, height=480, pixel_type="YUY2" )
a = AddAudio(a)
a = ConvertToYUY2( a, interlaced=true)
return b + a + b
for that pgc and then reencode (really you just need to reencode that pgc).. that will add the blank video back in as real video so the audio should match... then run scenaid and then run the new script in scenarist and compile and go from there
wheelbit
10th January 2005, 10:26
Thanks for all the help,
unfortunately when trying to use the above script instead of the one generated Im getting an error stating that "Splice: one clip has audio and the other doesn't (not allowed)"
Any ideas?
wheelbit
10th January 2005, 11:36
My mistake ... I managed to get it to work
Thanks a bunch :)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.