Ranguvar
23rd January 2008, 01:46
My annoying AVS won't encode...
After looking through it and commenting out certain lines at a time, I found the problem. I have to convert the video to RGB32 and back to YV12 to use a VirtualDub plugin. Even if I convert it to RGB32 and back, it's fine. Using the plugin at all kills it.
MeGUI makes xvid_encraw crash, but MeGUI stays open and just says the job failed.
VirtualDubMod, I don't know exactly what happened. I put both passes in Job Control and ran it overnight. When I came back to it, VDM was gone. I re-opened it and looked at the Job Control. It said the first pass ran with warnings, and the second pass failed. There was a stats file.
My script:
LoadPlugin("C:\Anime\WarpSharp\warpsharp.dll")
LoadVirtualdubPlugin("MSU_SmartDeblock_0.8.vdf", "SDeblock", 0)
Import("vmToon-v0.74.avsi")
AviSource("MD_01.avi", audio=false)
ConvertToRGB32().SDeblock(1, 1, 1, 1)
ConvertToYV12()
FluxSmoothST(7,7)
vmToon()
aWarpSharp(24.0, 4)
Crop(10, 10, -10 , -10)
Spline36Resize(640, 480)
Tweak(sat=1.1, bright=0.0, cont=1.1)
TextSub("MD_01.ass")
Dup(threshold=4)
Any ideas? Yes, I searched, both Doom9 and Google. Thanks!
After looking through it and commenting out certain lines at a time, I found the problem. I have to convert the video to RGB32 and back to YV12 to use a VirtualDub plugin. Even if I convert it to RGB32 and back, it's fine. Using the plugin at all kills it.
MeGUI makes xvid_encraw crash, but MeGUI stays open and just says the job failed.
VirtualDubMod, I don't know exactly what happened. I put both passes in Job Control and ran it overnight. When I came back to it, VDM was gone. I re-opened it and looked at the Job Control. It said the first pass ran with warnings, and the second pass failed. There was a stats file.
My script:
LoadPlugin("C:\Anime\WarpSharp\warpsharp.dll")
LoadVirtualdubPlugin("MSU_SmartDeblock_0.8.vdf", "SDeblock", 0)
Import("vmToon-v0.74.avsi")
AviSource("MD_01.avi", audio=false)
ConvertToRGB32().SDeblock(1, 1, 1, 1)
ConvertToYV12()
FluxSmoothST(7,7)
vmToon()
aWarpSharp(24.0, 4)
Crop(10, 10, -10 , -10)
Spline36Resize(640, 480)
Tweak(sat=1.1, bright=0.0, cont=1.1)
TextSub("MD_01.ass")
Dup(threshold=4)
Any ideas? Yes, I searched, both Doom9 and Google. Thanks!