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....
#17
Loaded the sample, setup Avisynth:
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\LSMASHSource.dll")
LoadPlugin("I:\Hybrid\32bit\AVISYN~1\AutoAdjust.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: C:\Users\Selur\Desktop\1.avi
#  input color sampling YV12
#  input luminance scale tv
LWLibavVideoSource("C:\Users\Selur\Desktop\1.avi",cache=false,stacked=true,format="YUV420P8")
# current resolution: 854x480
# filtering
# color modifications
Levels(0,1.00,255,0,230,dither=true)
AutoAdjust(auto_gain=true,dark_limit=2.30,bright_limit=1.00,gamma_limit=1.00,dark_exclude=0.00,bright_exclude=0.00,chroma_process=99,avg_safety=0.55,input_tv=false)
# adjusting bit depth current 8 to target 8
PreFetch(16)
return last
and
x264:
ffmpeg -y -loglevel fatal -threads 8 -i "E:\Temp\encodingTempSynthSkript_16_27_59_2910.avs" -an -sn   -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0  -f rawvideo - | x264 --preset veryslow --crf 16.00 --profile high --level 4.1 --ref 8 --sync-lookahead 32 --no-fast-pskip --aq-mode 2 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --ssim --non-deterministic --range tv --colormatrix bt470bg --demuxer raw --input-res 854x480 --input-csp i420 --input-range tv --input-depth 8 --fps 30000/1001 --output-depth 8 --output "E:\Temp\16_27_59_2910_02.264" -
and the encoding worked fine here,...
-> seems like this is something on your system which is causing the problem.
(I used the version I send you,..)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Crashed encoding.... - by kingcrimsonster - 31.12.2018, 17:33
RE: Crashed encoding.... - by Selur - 01.01.2019, 12:09
RE: Crashed encoding.... - by kingcrimsonster - 01.01.2019, 15:13
RE: Crashed encoding.... - by Selur - 01.01.2019, 15:15
RE: Crashed encoding.... - by kingcrimsonster - 01.01.2019, 15:21
RE: Crashed encoding.... - by Selur - 01.01.2019, 15:42
RE: Crashed encoding.... - by kingcrimsonster - 01.01.2019, 16:01
RE: Crashed encoding.... - by Selur - 01.01.2019, 16:04
RE: Crashed encoding.... - by kingcrimsonster - 01.01.2019, 16:19
RE: Crashed encoding.... - by Selur - 01.01.2019, 17:02
RE: Crashed encoding.... - by kingcrimsonster - 01.01.2019, 18:07
RE: Crashed encoding.... - by Selur - 01.01.2019, 18:14
RE: Crashed encoding.... - by kingcrimsonster - 01.01.2019, 19:31
RE: Crashed encoding.... - by Selur - 01.01.2019, 19:35
RE: Crashed encoding.... - by Selur - 02.01.2019, 05:49
RE: Crashed encoding.... - by kingcrimsonster - 02.01.2019, 11:56
RE: Crashed encoding.... - by Selur - 02.01.2019, 17:30
RE: Crashed encoding.... - by kingcrimsonster - 02.01.2019, 18:53
RE: Crashed encoding.... - by Selur - 02.01.2019, 18:57
RE: Crashed encoding.... - by kingcrimsonster - 02.01.2019, 19:21
RE: Crashed encoding.... - by Selur - 02.01.2019, 19:31
RE: Crashed encoding.... - by kingcrimsonster - 02.01.2019, 20:02
RE: Crashed encoding.... - by Selur - 02.01.2019, 20:06
RE: Crashed encoding.... - by kingcrimsonster - 03.01.2019, 16:32
RE: Crashed encoding.... - by Selur - 03.01.2019, 17:04
RE: Crashed encoding.... - by kingcrimsonster - 04.01.2019, 13:59
RE: Crashed encoding.... - by Selur - 05.01.2019, 11:23
RE: Crashed encoding.... - by kingcrimsonster - 05.01.2019, 14:53
RE: Crashed encoding.... - by Selur - 05.01.2019, 16:23
RE: Crashed encoding.... - by kingcrimsonster - 05.01.2019, 18:34
RE: Crashed encoding.... - by Selur - 05.01.2019, 20:46

Forum Jump:


Users browsing this thread: 4 Guest(s)