mumdigaueln
26th June 2006, 12:26
Hi,
I've got a NTSC .mpg-file with the following video specifications (according to GSpot):
- Length 02:04:34
- Frames ~223,987
- Pics/sec 23.976
- Frms/sec 29.970
- Flds/sec 59.939
- I/L 3:2
I resized the video and brought it to DVD format with this Avisynth (version 2.5.7 Alpha 3) script:
loadplugin("E:\Programme\AviSynth\plugins\FFT3DFilter\fft3dfilter.dll")
DirectShowSource("X:\Streaming\Miyazaki\Chihiros.Reise.ins.Zauberland.RSVCD.mpg")
FFT3DFilter(sigma=2.5,sharpen=0)
limitedsharpen(ss_x=2.0,ss_y=2.0,strength=100)
BicubicResize(720,352,1/3,1/3,0,64,480,352)
AddBorders(0,64,0,64)
ConvertToYUY2()
When I load this script in CCE SP (version 2.70.02.09) it is shown in the main window with duration 2:04:26:10 and 179,194 frames. In Encoder settings 23,976 is marked as frame rate. After encoding, I reloaded the .mpv-file in CCE. Now it's shown with duration 01:02:13:09 and 89.601 frames.
Can anybody tell me what I'm doing wrong here, and why the encoded file has more or less half length and number of frames?
Many thanks in advance for any help.
mumdigaueln
I've got a NTSC .mpg-file with the following video specifications (according to GSpot):
- Length 02:04:34
- Frames ~223,987
- Pics/sec 23.976
- Frms/sec 29.970
- Flds/sec 59.939
- I/L 3:2
I resized the video and brought it to DVD format with this Avisynth (version 2.5.7 Alpha 3) script:
loadplugin("E:\Programme\AviSynth\plugins\FFT3DFilter\fft3dfilter.dll")
DirectShowSource("X:\Streaming\Miyazaki\Chihiros.Reise.ins.Zauberland.RSVCD.mpg")
FFT3DFilter(sigma=2.5,sharpen=0)
limitedsharpen(ss_x=2.0,ss_y=2.0,strength=100)
BicubicResize(720,352,1/3,1/3,0,64,480,352)
AddBorders(0,64,0,64)
ConvertToYUY2()
When I load this script in CCE SP (version 2.70.02.09) it is shown in the main window with duration 2:04:26:10 and 179,194 frames. In Encoder settings 23,976 is marked as frame rate. After encoding, I reloaded the .mpv-file in CCE. Now it's shown with duration 01:02:13:09 and 89.601 frames.
Can anybody tell me what I'm doing wrong here, and why the encoded file has more or less half length and number of frames?
Many thanks in advance for any help.
mumdigaueln