barakori
29th September 2005, 09:39
I'm using the following script to generate an IVTC version of an 1080i movie (originally in TS format):
LoadPlugin("C:\plugins\decomb521vfr1.3\Decomb521VFR1.3_P4-Athlon.dll")
DirectShowSource("C:\movies\my-movie.ts")
Telecide(order=1)
Decimate(cycle=5)
BilinearResize(1024, 576)
When I opened the AVS in VirtualDub everything looked fine, the frame rate changed from 29.97 to 23.976 and the movie retained the same length.
When I rendered the movie (XviD at 6Mbps - I don't care about size and mp3 audio), the result was a movie in which the last 16% of the movie shows a black frame. It looks like the rendered movie just runs a bit faster and was ended after 1:18:21 instead of 1:32:23. Again the result movie is 1:32:19, but the last 14 minutes are black.
I didn't have time to investigate a lot more, but I do know the following:
I tried to render 3000 frames (a little over two minutes), and the error is consistent - the rendered movie is is faster than what I see in VirtualDub
I didn't apply any filters in VirtualDub, just applied the right compression to the video and the audio.
I tried compressing the video using HuffyYUV (and got a HUGE file), the dropped frames are still there...
I'm suspecting the DirectShowSource. I know I had some issues with DirectShow changing the frame rates as an input for TMPEGEnc, but when I look at the AVS file information in VD, I see the right details (23.976, the right number of frames, etc.) I tried, but couldn't load the video using mpeg2dec3.dll.
Has anyone encountered this problem?
Thanks.
LoadPlugin("C:\plugins\decomb521vfr1.3\Decomb521VFR1.3_P4-Athlon.dll")
DirectShowSource("C:\movies\my-movie.ts")
Telecide(order=1)
Decimate(cycle=5)
BilinearResize(1024, 576)
When I opened the AVS in VirtualDub everything looked fine, the frame rate changed from 29.97 to 23.976 and the movie retained the same length.
When I rendered the movie (XviD at 6Mbps - I don't care about size and mp3 audio), the result was a movie in which the last 16% of the movie shows a black frame. It looks like the rendered movie just runs a bit faster and was ended after 1:18:21 instead of 1:32:23. Again the result movie is 1:32:19, but the last 14 minutes are black.
I didn't have time to investigate a lot more, but I do know the following:
I tried to render 3000 frames (a little over two minutes), and the error is consistent - the rendered movie is is faster than what I see in VirtualDub
I didn't apply any filters in VirtualDub, just applied the right compression to the video and the audio.
I tried compressing the video using HuffyYUV (and got a HUGE file), the dropped frames are still there...
I'm suspecting the DirectShowSource. I know I had some issues with DirectShow changing the frame rates as an input for TMPEGEnc, but when I look at the AVS file information in VD, I see the right details (23.976, the right number of frames, etc.) I tried, but couldn't load the video using mpeg2dec3.dll.
Has anyone encountered this problem?
Thanks.