phædrus
7th January 2009, 21:34
I have a 720p HDTV program (60 frames/sec) I captured a week ago. It is edited and turned into a .mpg file. I made a DGIndex project from the mpg file and demuxed the audio.
I downloaded and installed the HC023 folder in Program Files, and opened the HC GUI executable. It will load the .d2v file from the above project without problem. But I want to resize to 720,480 while retaining 59.9xx fps framerate. I don't see any resizing option built into HC itself.
When I try to load an avs file, HC chokes. It appears to load, but none of the tabs or buttons work, and when I try to shut down the program, I get a "program not responding" prompt.
Here's the avs file:
LoadPlugin("C:\Program Files\DGIndex\DGDecode.dll")
mpeg2source("F:\MyHDCapture\movie.d2v")
LanczosResize(720,480)
ConvertToYV12()
I've tried several different avs scripts in different variations, and all of them cause HC to freeze in the manner described above, except if there is an obvious error in the script, it will notify me. When I correct the error, the script will choke the encoder again. I am using Avisynth version 2.5.7. (These scripts work fine in VirtualDubMod.)
Am I doing some simple dumb thing?
Is there a good newbie HC encoder tutorial you could recommend? I was also wondering if any of the built-in matrices are better than the standard matrix for downsizing broadcast HDTV source material.
I downloaded and installed the HC023 folder in Program Files, and opened the HC GUI executable. It will load the .d2v file from the above project without problem. But I want to resize to 720,480 while retaining 59.9xx fps framerate. I don't see any resizing option built into HC itself.
When I try to load an avs file, HC chokes. It appears to load, but none of the tabs or buttons work, and when I try to shut down the program, I get a "program not responding" prompt.
Here's the avs file:
LoadPlugin("C:\Program Files\DGIndex\DGDecode.dll")
mpeg2source("F:\MyHDCapture\movie.d2v")
LanczosResize(720,480)
ConvertToYV12()
I've tried several different avs scripts in different variations, and all of them cause HC to freeze in the manner described above, except if there is an obvious error in the script, it will notify me. When I correct the error, the script will choke the encoder again. I am using Avisynth version 2.5.7. (These scripts work fine in VirtualDubMod.)
Am I doing some simple dumb thing?
Is there a good newbie HC encoder tutorial you could recommend? I was also wondering if any of the built-in matrices are better than the standard matrix for downsizing broadcast HDTV source material.