pimpMyHD
21st March 2007, 23:01
i have demux a source with evodemux, which counted 183808 frames. Framerate is 23.976 according to evodemux
using an avs script, i tried to reencode it in virtualdubmod and megui but the number of frame became incredible : 7 000 000 ( about seven millions )
DirectShowSource("C:\Documents and Settings\Guillaume\My Documents\...\stream.0.mpv",fps=23.976,audio=false)
Crop(0,142,-0,-142)
ConvertToYV12()
if i add a framecount, the stream ended at the specified framecount, but regarding the 7 millions frames. So i have only a part of the movie.
What i do not understand is that i can go frame to frame, and it seems to be ok ( image change a bit between each frame and image counter of the software is well changed )
using an avs script, i tried to reencode it in virtualdubmod and megui but the number of frame became incredible : 7 000 000 ( about seven millions )
DirectShowSource("C:\Documents and Settings\Guillaume\My Documents\...\stream.0.mpv",fps=23.976,audio=false)
Crop(0,142,-0,-142)
ConvertToYV12()
if i add a framecount, the stream ended at the specified framecount, but regarding the 7 millions frames. So i have only a part of the movie.
What i do not understand is that i can go frame to frame, and it seems to be ok ( image change a bit between each frame and image counter of the software is well changed )