Mounir
18th May 2012, 08:08
I have a problem with a video after encoding in mpeg2 there are missing frames/ time missing(10sec) i don't quite understand what's going on, i have tried various encoder (mainconcept reference etc..)
-When i verify in AVSP all frames are there (7343)
-The video is 59.94i (100% sure) no progressive pulldown or whatever.
What could explain this ?
The script i have used is as follow (img sequence)
v=ImageSource("D:\MyVideo%04d.bmp", 0, 7343,fps = 29.970, use_DevIL = false,pixel_type = "RGB32").assumetff()
a=WAVSource("E:\MyAudio.wav")
audiodub(v,a)
converttoyv12(matrix="rec601",interlaced=true)
-When i verify in AVSP all frames are there (7343)
-The video is 59.94i (100% sure) no progressive pulldown or whatever.
What could explain this ?
The script i have used is as follow (img sequence)
v=ImageSource("D:\MyVideo%04d.bmp", 0, 7343,fps = 29.970, use_DevIL = false,pixel_type = "RGB32").assumetff()
a=WAVSource("E:\MyAudio.wav")
audiodub(v,a)
converttoyv12(matrix="rec601",interlaced=true)