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.

[BUG] DVD source - crash
#13
Yes, what I looked into was the length discrepancy.
Can't loook into the crash without more details, since the calls look all fine to me.

I used the vob file you share, adjusted the paths inside the Vapoursynth script you provided:
# Imports
import vapoursynth as vs
core = vs.get_core()
# Loading Plugins
core.std.LoadPlugin(path="I:/Hybrid/64bit/vsfilters/SourceFilter/d2vSource/d2vsource.dll")
# Loading J:\VIDEO_TS using D2VSource
clip = core.d2v.Source(input="E:/Output/test.d2v")
# making sure input color matrix is set as 709
clip = core.resize.Point(clip, matrix_in_s="709",range_s="limited")
# making sure frame rate is set to 30000/1001
clip = core.std.AssumeFPS(clip, fpsnum=30000, fpsden=1001)
# Setting color range to TV (limited) range.
clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1)
clip = core.vivtc.VFM(clip=clip, order=0, mode=1)
clip = core.vivtc.VDecimate(clip=clip)
# Output
clip.set_output()
adjusted the calls inside the x264 call to my setup:
"i:\Hybrid\64bit\VAPOUR~1\vspipe.exe" "E:\Output\test.vpy" - --y4m |  "i:\Hybrid\64bit\x264.exe" --preset veryfast --pass 1 --bitrate 1250 --profile high --level 4.1 --bframes 5 --rc-lookahead 40 --qpmax 51 --weightp 2 --aq-strength 0.6 --sar 8:9 --deblock 1:1 --non-deterministic --range tv --stats "E:\Output\extras-new_08_36_03_1610_04.stats" --demuxer y4m  --input-range tv --fps 24000/1001 --output-depth 8 --output NUL -
and encoding is started without problems.

What is the complete output when you call:
"C:\PROGRA~1\Hybrid\64bit\VAPOUR~1\vspipe.exe" "C:\Users\Laci\AppData\Local\Temp\encodingTempSynthSkript_08_36_03_1610.vpy" - --y4m | "C:\PROGRA~1\Hybrid\64bit\x264.exe" --preset veryfast --pass 1 --bitrate 1250 --profile high --level 4.1 --bframes 5 --rc-lookahead 40 --qpmax 51 --weightp 2 --aq-strength 0.6 --sar 8:9 --deblock 1:1 --non-deterministic --range tv --stats "C:\Users\Laci\AppData\Local\Temp\extras-new_08_36_03_1610_04.stats" --demuxer y4m  --input-range tv --fps 24000/1001 --output-depth 8 --output NUL -
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
DVD source - crash - by kkf_hu - 16.02.2019, 17:24
RE: DVD source - crash - by Selur - 16.02.2019, 18:25
RE: DVD source - crash - by kkf_hu - 16.02.2019, 18:49
RE: DVD source - crash - by Selur - 16.02.2019, 18:53
RE: DVD source - crash - by kkf_hu - 16.02.2019, 23:23
RE: DVD source - crash - by Selur - 16.02.2019, 23:53
RE: DVD source - crash - by kkf_hu - 17.02.2019, 00:04
RE: DVD source - crash - by Selur - 17.02.2019, 00:08
RE: DVD source - crash - by kkf_hu - 17.02.2019, 00:18
RE: DVD source - crash - by Selur - 17.02.2019, 00:20
RE: DVD source - crash - by Selur - 17.02.2019, 00:39
RE: DVD source - crash - by kkf_hu - 17.02.2019, 09:39
RE: DVD source - crash - by Selur - 17.02.2019, 09:58
RE: DVD source - crash - by kkf_hu - 17.02.2019, 10:05
RE: DVD source - crash - by Selur - 17.02.2019, 10:12
RE: DVD source - crash - by kkf_hu - 17.02.2019, 10:54
RE: DVD source - crash - by Selur - 17.02.2019, 11:02
RE: DVD source - crash - by kkf_hu - 17.02.2019, 11:23
RE: DVD source - crash - by Selur - 17.02.2019, 11:35
RE: DVD source - crash - by Selur - 17.02.2019, 11:49
RE: DVD source - crash - by kkf_hu - 17.02.2019, 14:34
RE: DVD source - crash - by Selur - 17.02.2019, 14:37
RE: DVD source - crash - by kkf_hu - 17.02.2019, 14:59
RE: DVD source - crash - by Selur - 17.02.2019, 15:07
RE: DVD source - crash - by kkf_hu - 17.02.2019, 16:11
RE: DVD source - crash - by Selur - 17.02.2019, 17:07
RE: DVD source - crash - by kkf_hu - 17.02.2019, 17:54
RE: DVD source - crash - by Selur - 17.02.2019, 19:38

Forum Jump:


Users browsing this thread: 3 Guest(s)