This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Crashed encoding video to UT using FFMPEG
#2
Quote:FFmpeg output: E:\Temp\encodingTempSynthSkript_19_42_40_3110.avs: Unknown error occurred
Seems like ffmpeg doesn't like the avisynth script,...
Script itself:
SetMemoryMax(768)
SetMTMode(5,4) # changing MT mode
LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\AutoAdjust.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mt_masktools-26.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\DctFilter.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\deblock.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\SangNom2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\fturn-26.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Deblock_QED.avs")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\EdgeSmoothFast.avs")
# loading source: E:\!_Convert\wc29full-2.mkv
#  input luminance scale tv
FFVideoSource("E:\!_Convert\wc29full-2.mkv",cachefile="E:\Temp\19_42_40_3110.ffindex",fpsnum=30000,fpsden=1001)
# current resolution: 640x480
# color modifications
SetMTMode(2) # changing MT mode
Tweak(hue=4.00,sat=1.40,dither=true)
SetMTMode(1) # changing MT mode
AutoAdjust(auto_gain=true,bright_limit=1.20,gamma_limit=1.00,dark_exclude=0.00,bright_exclude=0.97,gain_mode=1,input_tv=false)
# deblocking
SetMTMode(3) # changing MT mode
Deblock_QED(quant1=34,quant2=36)
# anti-aliasing
SetMTMode(2) # changing MT mode
EdgeSmoothFast(hiQ=true)
return last
looks fine to me.

Do you see any additional error messages when you call this?
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -threads 4 -i "E:\Temp\encodingTempSynthSkript_19_42_40_3110.avs" -an -sn  -vsync 0 -pix_fmt yuv420p  -vcodec utvideo -pred left -slices 0 -pix_fmt yuv420p "E:\Temp\wc29full-2_19_42_40_3110_06.avi"

Does the avisynth preview work?

Cu Selur

Ps.: will look into it tomorrow Smile (really busy today)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Crashed encoding video to UT using FFMPEG - by Selur - 13.03.2018, 18:05

Forum Jump:


Users browsing this thread: 1 Guest(s)