McFlipp
9th September 2006, 14:37
I'm trying to encode something in x264. But at the end of the first pass virtualdubmod (also tried vdub) crashes... When i look back at the "job control" screen the status of the first pass is "aborted"...
I tried 2 different *.ts files but no difference...
This is my avisynth script:
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb521.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
mpeg2source("D:\***\*******\file.d2v")
SelectEven()
Decimate()
The source is 720p .ts file and i don't want to resize it.
Anyone know what the problem is here?
I tried 2 different *.ts files but no difference...
This is my avisynth script:
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb521.dll")
Loadplugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
mpeg2source("D:\***\*******\file.d2v")
SelectEven()
Decimate()
The source is 720p .ts file and i don't want to resize it.
Anyone know what the problem is here?