Bei VirtualDub2 sind die Farben irgendwie beim Endprodukt nicht richtig!
Ich hab, auch x264 x265 prores nvenc getestet und es kam dasselbe raus und qsv geht gar nicht!
Bei VirtualDub2 sind die Farben irgendwie beim Endprodukt nicht richtig!
Ich hab, auch x264 x265 prores nvenc getestet und es kam dasselbe raus und qsv geht gar nicht!
Sehe ich das richtig das direkt nach dem Öffnen des Quellfiles VirtualDub2 schon falsche Farben anzeigt?
Sehe ich das richtig das direkt nach dem Öffnen des Quellfiles VirtualDub2 schon falsche Farben anzeigt?
Nein erst nach dem rander stimmen die Farben nicht mehr
Hast du mir mal ein MediaInfo von dem Quellvideo?
Codec ist magicyuv 2.2.0 yuv 4:4:4
hier noch das avs script
Function AVIload (String file, int loading, int cl, int co, int cr, int cu, string pixtype, string afps, int fpsn, int fpsd) {
pixtype2 = (pixtype == "YUY2") ? "YUY2" : (pixtype == "RGB24") ? "RGB24" : (pixtype == "Y8") ? "Y8" : (pixtype == "YV12") ? "YUV420P8" : (pixtype == "YV24") ? "YUV444P8" : pixtype
clip0 = (loading == 3) ? (pixtype == "Auto") ? LWLibavVideoSource(file) : LWLibavVideoSource(file, format = pixtype2) : (loading == 2) ? Import(file).KillAudio() : (loading == 1) ? (pixtype == "Auto") ? FFVideoSource(file, threads=1) : FFVideoSource(file, threads=1, colorspace=pixtype) : (pixtype == "Auto") ? AVISource(file, false).KillAudio() : AVISource(file, false, pixel_type=pixtype).KillAudio()
Return (clip1.width == breite && clip1.height == hoehe) ? clip1.ConvertToYV24(matrix = "PC.709") : Clip1.Resize()
rate = (afps == "Auto") ? (rate1 == rate2) ? 1 : 1001 : (afps == "Igno.") ? clip0.frameratedenominator : fpsd
clip0 = (afps == "Auto") ? (rate == 1001) ? clip0.AssumeFPS(Round(clip0.Framerate) * 1000, rate) : clip0.AssumeFPS(round(clip0.framerate), rate) : (afps == "Igno.") ? clip0.AssumeFPS(clip0.frameratenumerator, rate) : clip0.AssumeFPS(fpsn, rate)
clip1 = (AR == 1) ? ((float(Clip1.height * breite) / clip1.width) / 2 == round((float(Clip1.height * breite) / clip1.width) / 2)) ? ((float(Clip1.width * hoehe) / clip1.height) / 2 == round((float(Clip1.width * hoehe) / clip1.height) / 2)) ? clip1 : clip1.ConvertToRGB24() : clip1.ConvertToRGB24() : clip1
clip1 = (AR == 1) ? (((clip1.width * hoehe) / clip1.height > breite) ? Clip1.PointResize(breite, ceil(float(Clip1.height * breite) / clip1.width)) : Clip1.PointResize(ceil(float(clip1.width * hoehe) / clip1.height), hoehe)) : clip1.PointResize(breite, hoehe).ConvertToYV24(matrix = "PC.709")
back = (AR == 1) ? (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).ChangeFPS(clip1.frameratenumerator, clip1.frameratedenominator).PointResize(breite, hoehe).ConvertToYV24(matrix = "PC.709") : BlankClip(clip1, width = breite, height = hoehe, pixel_type = "YV24").KillAudio() : clip1
Bei normalem mp4/h264 ist alles i.O.?
VOUKODER NOT WORKING
[19:04:10] Opening codec: hevc_nvenc with options: gpu=0|preset=bd|qp=18|rc=constqp|tier=high
[19:04:10] Failed opening codec: hevc_nvenc
[19:04:10] Unable to open video encoder: hevc_nvenc
[19:04:10] Closing encoders ...
[19:04:10] Opening encoder failed! Aborting ...
[19:04:10] 00000000F3CC6010
Bei normalem mp4/h264 ist alles i.O.?
ne ist genauso
Das sollte mit VirtualDub2-x64-2020-01-26_00.zip jetzt behoben sein.