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....
#2
Used Avisynth script looks fine:
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\AutoAdjust.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: M:\BlueStarLive.net\BSL-Rosee.Divine.-.French.Connection.1.avi
#  input color sampling YV12
#  input luminance scale tv
AviSource("M:\BLUEST~1.NET\BSL-RO~1.AVI")
# 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,gain_mode=1,chroma_process=99,avg_safety=0.55,input_tv=false)
# adjusting bit depth current 8 to target 8
PreFetch(4)
return last
Does the Avisynth Preview work properly?

The encoding call:
"C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -threads 4 -i "E:\Temp\encodingTempSynthSkript_19_23_24_9110.avs" -an -sn   -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0  -f rawvideo - | "C:\PROGRA~1\Hybrid\64bit\x264.exe" --preset veryslow --crf 16.00 --profile high --level 4.1 --ref 8 --no-fast-pskip --aq-mode 2 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --ssim --non-deterministic --colormatrix bt470bg --demuxer raw --input-res 854x480 --input-csp i420 --input-depth 8 --fps 30000/1001 --output-depth 8 --output "E:\Temp\19_23_24_9110_06.264" -
also looks fine to me and the x264 output doesn't seem to thow an error either.
Hybrid aborts since the output file 'E:\Temp\19_23_24_9110_06.264' is empty.

-> What happens if you call the encoding call inside a Windows command prompt?

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: 1 Guest(s)