The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.12-nmm1 (Linux)
|
[HELP] 4k/x265 Filme auf 60fps convertieren - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Probleme und Fragen (https://forum.selur.net/forum-4.html) +--- Thread: [HELP] 4k/x265 Filme auf 60fps convertieren (/thread-114.html) Pages:
1
2
|
4k/x265 Filme auf 60fps convertieren - aua - 02.10.2017 Hallo, ich habe meine 1080p/x264 Filme auf 60fps convertiert weil mir diese ruckelfreien Bewegungen so gefallen. Nun hab ich mich leider derart daran gewohnt das ich schlicht dieses 24p ruckeln nicht mehr sehen kann. Bei den 1080p Filmen habe ich das alles wie in diesem Guide beschrieben convertiert (http://www.spirton.com/convert-videos-to-60fps/). Leider bekomme ich das damit nicht bei 4K Filmen in x265 hin. Habe nun den Hybrid entdeckt und da klappt das ja mit den 1080p auch ganz easy. Nur bei 4k will der nicht mitspielen. Kann es sein das dieses "Interframe" 4K oder x265 schlicht nicht unterstützt? Evtl. hat jemand ein paar Tipps welche Einstellungen ich testen könnte oder kennt andere Möglichkeiten diese MKV´s hochzurechnen. RE: 4k/x265 Filme auf 60fps convertieren - Selur - 02.10.2017 Your Problem is probably that you are using Avisynth and that the resulting script with 4k and SVP breaks through the 3GB memory restriction of Avisynth (Hybrid uses 32bit Avisynth MT; since 64bit Avisynth is totally unstable and Avisynth+ 64bit isn't supported). As an alternative you can use Vapoursynth in Hybrid, that's 64bit. see: https://forum.selur.net/showthread.php?tid=10][INFO] *hidden* Hybrid options,... Alternatively you can try whether it helps to:
If you have a QuadCore or faster machine, using Vapoursynth is the better alternative since it better utilizes the CPU Cores. Cu Selur RE: 4k/x265 Filme auf 60fps convertieren - aua - 02.10.2017 Hey, it looks better! Thank you for this solution But now i have a new problem.. "starting 19_56_10_2210_05_video@19:57:12.523 finished after 00:00:58.471 -> 19_56_10_2210_05_video crashed:ERROR: C:\Users\****\AppData\Local\Temp\19_56_10_2210_06.265 was not created! Job 19_56_10_2210 finished!" Do you have an Idea? RE: 4k/x265 Filme auf 60fps convertieren - Selur - 02.10.2017 Not knowing what you did and without a debug output: No RE: 4k/x265 Filme auf 60fps convertieren - aua - 03.10.2017 I have open a x265 4k movie in Hybrid, all options on default. Now i change: Filtering -> Vapoursynth -> Other -> Frame Interpolation -> changed to 60fps Video handling: x265 Audio handling: passthrouth all Main: Preset: slow Tune: grain CRF: 18 Encoding CRF (1-pass) Bit depth 10 Tier: High Now i start and wait for the error. RE: 4k/x265 Filme auf 60fps convertieren - Selur - 03.10.2017 Think I fixed that a while ago, will send you a link a bit later for testing. Cu Selur RE: 4k/x265 Filme auf 60fps convertieren - aua - 03.10.2017 Hey Selur, sorry, the new version has the same failure RE: 4k/x265 Filme auf 60fps convertieren - Selur - 03.10.2017 The calls itself look fine to me: "C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" "C:\Users\MAIN\AppData\Local\Temp\encodingTempSynthSkript_15_36_36_0610.vpy" - --y4m | "C:\PROGRA~1\Hybrid\x265.exe" --input - --output-depth 10 --y4m --profile main10 --limit-modes --no-open-gop --lookahead-slices 0 --crf 18.00 --cbqpoffs -2 --crqpoffs -2 --qpfile "C:\Users\MAIN\AppData\Local\Temp\lumod_15_36_36_0610_04.qp" --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --aq-mode 0 --deblock=-1:-1 --limit-sao --range limited --colormatrix bt2020nc --hdr --output "C:\Users\MAIN\AppData\Local\Temp\15_36_36_0610_05.265" # Imports -> Does the Vapoursynth Preview (under Filtering) work? In case the preview works, do you get any errors when you call the de-/encoding call inside a windows command prompt? Cu Selur RE: 4k/x265 Filme auf 60fps convertieren - aua - 03.10.2017 AHH now i see the problem: # Imports Failed to evaluate the script: Hm but i like to hold YUV420P10 or YUV420P8. RE: 4k/x265 Filme auf 60fps convertieren - Selur - 03.10.2017 Hm but i like to hold YUV420P10 or YUV420P8. Argh, didn't know SVP only supports 8bit 4:2:0 . I thought I supported YUV420P8, YUV420P9, YUV420P10 and YUV420P16. If you want to keep 10bit, you would need to use MVToolsFPS instead of Interframe/SVP. -> Will adjust Hybrid accordingly and send you a dev version in a few minutes. (simply replace the Hybrid.exe with the one from the download) Cu Selur |