So basically my setups is as follows;
AMD Ryzen 7 1700x 8 core 16 threads
16GB Ram
Radeon RX550 Series
Windows 10 64 bit
Avisynth+ latest version as of yesterday and AVSPmod
My issue is I'm working on my script in AVSPMod and it previews fine in AVSMod. However, when I run the below CMD Prompt command, it loads for about 10 seconds then disappears. If I drag the .avs file into Virtualdub and try to save as an .avi there, it also crashes. Is there something wrong with my script or is there a better way for me to save to Huffyuv that what I am current doing?
Update: I have tried with my source as an .avi file and it seems to work now. So what would I change in order to edit a ripped .mpg from DVD?
Command prompt line (through.bat file)
Avisynth Script
AMD Ryzen 7 1700x 8 core 16 threads
16GB Ram
Radeon RX550 Series
Windows 10 64 bit
Avisynth+ latest version as of yesterday and AVSPmod
My issue is I'm working on my script in AVSPMod and it previews fine in AVSMod. However, when I run the below CMD Prompt command, it loads for about 10 seconds then disappears. If I drag the .avs file into Virtualdub and try to save as an .avi there, it also crashes. Is there something wrong with my script or is there a better way for me to save to Huffyuv that what I am current doing?
Update: I have tried with my source as an .avi file and it seems to work now. So what would I change in order to edit a ripped .mpg from DVD?
Command prompt line (through.bat file)
Code:
ffmpeg -i "dbz.avs" -c:v prores -profile:v 3 -pix_fmt yuv422p10le -c:a pcm_s16le "dbzfinal.mov"
Code:
SetFilterMTMode("QTGMC", 2)
FFmpegSource2("dbz.raw.mpg", atrack=-1)
ConverttoYV12()
AssumeTFF()
QTGMC(Preset="Slower", Edithreads=7)
Hysteria(strength=1.0)
LSFmod()
dfttest(sigma=20)
Spline64Resize(720,540)
Trim(150000,160000)
Crop(12, 2, -8, -2)
Prefetch(Threads=15)