asafb
30th April 2010, 05:08
Hello,
I'm trying to encode to Blu-ray using x264/avisynth/qsource:
my avs file:
QTInput("proress1080i.mov")
AssumeFPS("ntsc_video")
When i run this through x264 command line, it reports:
avs [info]: 1920x1080p 1:1 @ 30000/1001 fps (cfr)
the fps part is correct, but the 1920x1080p is NOT --- it is 1920x1080i (interlace) !! not progressive.. the file is a Apple ProRes 422 HQ 1080i file.... why is avisynth reading it wrong?
any parameters to change?
asaf.
I'm trying to encode to Blu-ray using x264/avisynth/qsource:
my avs file:
QTInput("proress1080i.mov")
AssumeFPS("ntsc_video")
When i run this through x264 command line, it reports:
avs [info]: 1920x1080p 1:1 @ 30000/1001 fps (cfr)
the fps part is correct, but the 1920x1080p is NOT --- it is 1920x1080i (interlace) !! not progressive.. the file is a Apple ProRes 422 HQ 1080i file.... why is avisynth reading it wrong?
any parameters to change?
asaf.