View Single Post
Old 27th April 2019, 15:33   #8829  |  Link
imsrk48
Registered User
 
imsrk48's Avatar
 
Join Date: Nov 2017
Posts: 154
Quote:
Originally Posted by StainlessS View Post
So this is relevant at end of log (video pass only)
Code:
-[Error] Log for job2 (video, HxH 008.avs -> )
--[Information] [24/4/2019 6:04:22 PM] Started handling job
--[Information] [24/4/2019 6:04:22 PM] Preprocessing
--[Information] [24/4/2019 6:04:22 PM] AviSynth input script

---[NoImage] LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avs\plugins\directshowsource.dll")
---[NoImage] DirectShowSource("D:\New folder\HxH 008.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
---[NoImage] ConvertBits(8)
---[NoImage] #deinterlace
---[NoImage] #crop
---[NoImage] LanczosResize(1256,704) # Lanczos (Sharp)
---[NoImage] #denoise
---[NoImage] LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avisynth_plugin\VSFilter.dll")
---[NoImage] TextSub("D:\New folder\AnimeKaizoku_HxH_E008_x265_BD_720p.ass", 1)

--[Information] [24/4/2019 6:04:23 PM] resolution: 1256x704
--[Information] [24/4/2019 6:04:23 PM] frame rate: 24000/1001
--[Information] [24/4/2019 6:04:23 PM] frames: 33931
--[Information] [24/4/2019 6:04:23 PM] length: 00:23:35.205
--[Information] [24/4/2019 6:04:23 PM] aspect ratio (avs): 157:88 (1.784)
--[Information] [24/4/2019 6:04:23 PM] color space: RGB32
--[Error] [24/4/2019 6:04:23 PM] color space not supported
--[Information] [24/4/2019 6:04:23 PM] Job command line: "cmd.exe" /c ""D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\ffmpeg\ffmpeg.exe" -loglevel level+error 
        -i "D:\New folder\HxH 008.avs" -strict -1 -f yuv4mpegpipe - | "D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\x264\x264.exe" --pass 1 --bitrate 390 
        --stats "D:\New folder\HxH 008.stats" --keyint 240 --ref 6 --partitions all --stitchable --sar 1:1 --frames 33931 --output NUL --stdin y4m -"
--[Information] [24/4/2019 6:04:24 PM] Process started
--[Information] [24/4/2019 6:04:24 PM] Standard output stream
--[Error] [24/4/2019 6:04:24 PM] Standard error stream
---[Error] [24/4/2019 6:04:25 PM] [yuv4mpegpipe @ 07d2fac0] [error] ERROR: yuv4mpeg can only handle yuv444p, yuv422p, yuv420p, yuv411p and gray8 pixel formats. And using 'strict -1' also 
        yuv444p9, yuv422p9, yuv420p9, yuv444p10, yuv422p10, yuv420p10, yuv444p12, yuv422p12, yuv420p12, yuv444p14, yuv422p14, yuv420p14, yuv444p16, yuv422p16, yuv420p16, gray9, gray10, 
        gray12 and gray16 pixel formats. Use -pix_fmt to select one.
---[Information] [24/4/2019 6:04:25 PM] [error] Could not write header for output file #0 (incorrect codec parameters ?): I/O error
---[Information] [24/4/2019 6:04:25 PM] [error] Error initializing output stream 0:0 -- 
---[Error] [24/4/2019 6:04:25 PM] y4m [error]: bad sequence header magic
---[Error] [24/4/2019 6:04:25 PM] x264 [error]: could not open input file `-'
--[Error] [24/4/2019 6:04:26 PM] Process exits with error: 0xFFFFFFFF (-1)
--[Information] [24/4/2019 6:04:26 PM] Job completed
Script
Code:
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avs\plugins\directshowsource.dll")
DirectShowSource("D:\New folder\HxH 008.mkv", fps=23.976, audio=false, convertfps=true).AssumeFPS(24000,1001)
ConvertBits(8)
#deinterlace
#crop
LanczosResize(1256,704) # Lanczos (Sharp)
#denoise
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avisynth_plugin\VSFilter.dll")
TextSub("D:\New folder\AnimeKaizoku_HxH_E008_x265_BD_720p.ass", 1)

Error
Code:
---[Error] [24/4/2019 6:04:25 PM] [yuv4mpegpipe @ 07d2fac0] [error] ERROR: yuv4mpeg can only handle yuv444p, yuv422p, yuv420p, yuv411p and gray8 pixel formats. And using 'strict -1' 
        also yuv444p9, yuv422p9, yuv420p9, yuv444p10, yuv422p10, yuv420p10, yuv444p12, yuv422p12, yuv420p12, yuv444p14, yuv422p14, yuv420p14, yuv444p16, yuv422p16, yuv420p16, gray9, gray10,
         gray12 and gray16 pixel formats. Use -pix_fmt to select one.
Either Add "ConvertToYV12" at end of script (I'm surprised if it does not ask to do thi for you).

Of add directShowSource arg

DirectShowSource Docs


Script, added in blue
Code:
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avs\plugins\directshowsource.dll")
DirectShowSource("D:\New folder\HxH 008.mkv", fps=23.976, audio=false, convertfps=true ,Pixel_Type="YV12" ).AssumeFPS(24000,1001)
ConvertBits(8)
#deinterlace
#crop
LanczosResize(1256,704) # Lanczos (Sharp)
#denoise
LoadPlugin("D:\SRK\MeGUI-2836-32\MeGUI-2836-32\tools\avisynth_plugin\VSFilter.dll")
TextSub("D:\New folder\AnimeKaizoku_HxH_E008_x265_BD_720p.ass", 1)
Thanks [emoji4]
imsrk48 is offline   Reply With Quote