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.

[HELP] Rendern stoppt nach wenigen Minuten
#3
Der encoding call:
"C:\PROGRA~1\Hybrid\64bit\VAPOUR~1\vspipe.exe" "F:\Adrian\Videos\Encoded\Temp\encodingTempSynthSkript_17_55_10_6710.vpy" - --y4m | "C:\PROGRA~1\Hybrid\64bit\x264.exe" --preset slow --crf 21.00 --profile high --level 4.2 --sync-lookahead 12 --psy-rd 1.00:0.15 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --qpfile "F:\Adrian\Videos\Encoded\Temp\THE_LORD_OF_THE_RINGS_THE_RETURN_OF_THE_KING_(EXT_)_-_PT_2_t00_new_17_55_10_6710_09.qp" --deblock -1:-1 --non-deterministic --range tv --colormatrix bt709 --demuxer y4m  --input-range tv --fps 24000/1001 --output-depth 8 --output "F:\Adrian\Videos\Encoded\Temp\17_55_10_6710_10.264" -
und das verwendete Vapoursynth Skript:
# Imports
import vapoursynth as vs
core = vs.get_core()
# Loading Plugins
core.std.LoadPlugin(path="C:/Program Files/Hybrid/64bit/vsfilters/SourceFilter/LSmashSource/vslsmashsource.dll")
# Loading D:\Adrian\Videos\THE_LORD_OF_THE_RINGS_THE_RETURN_OF_THE_KING_(EXT_)_-_PT_2\THE_LORD_OF_THE_RINGS_THE_RETURN_OF_THE_KING_(EXT_)_-_PT_2_t00.mkv using LWLibavSource
clip = core.lsmas.LWLibavSource(source="D:/Adrian/Videos/THE_LORD_OF_THE_RINGS_THE_RETURN_OF_THE_KING_(EXT_)_-_PT_2/THE_LORD_OF_THE_RINGS_THE_RETURN_OF_THE_KING_(EXT_)_-_PT_2_t00.mkv", format="YUV420P8", cache=0, fpsnum=24000, fpsden=1001, prefer_hw=3)
# 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 23.976
clip = core.std.AssumeFPS(clip, fpsnum=24000, fpsden=1001)
# Setting color range to TV (limited) range.
clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1)
# cropping the video to 1920x798
clip = core.std.CropRel(clip=clip, left=0, right=0, top=142, bottom=140)
# Output
clip.set_output()
sehen eigentlich okay aus.
Sehe keinerlei Grund warum das Encoding nach '00:09:30.541' aufhört.

->
Ist im Vapoursynth Preview der komplette Film zu sehen?
Wenn der Vapoursynth Preview nicht geht dann wäre es hilfreich wenn Du den entsprechenden Fehler der ausgegeben wird posten könntest, denn bei mir geht es ohne Probleme.
Ist auf dem Ziellaufwerk noch genug Platz?
Tritt der Effekt bei DIr nur mit dieser oder auch mit anderen Quellen auf?

---
Habe wegen EdgeFixer (https://github.com/sekrit-twc/EdgeFixer & http://avisynth.nl/index.php/EdgeFixer) mal geschaut, leider scheint es keinen Vapoursynth Port zu geben. Sprich nichts was Hybrid da unterstützen könnte.
-> Korrektur, wird bei http://vsdb.top/ gelistet scheint also unter Vapoursynth zu laufen, werde ich mal antesten.
-> Update: leider funktioniert EdgeFixer nicht bei mir: https://github.com/sekrit-twc/EdgeFixer/issues/8

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


Messages In This Thread
Rendern stoppt nach wenigen Minuten - by AkitoFire - 23.12.2019, 19:21
RE: Rendern stoppt nach wenigen Minuten - by Selur - 25.12.2019, 16:30

Forum Jump:


Users browsing this thread: 1 Guest(s)