View Single Post
Old 28th September 2017, 08:33   #15179  |  Link
byteshare
ByteShare
 
byteshare's Avatar
 
Join Date: Sep 2014
Location: On the Internet
Posts: 560
Since the most recent update when I'm adding a job I noticed the format changed on the color spaces and when I'm using MDegrain2 I'm getting the error:
Quote:
MSuper: Clip must be YUV or YUY2
(C:\Temp\RipBot264temp\Job1\job1_preview.avs, line 34)
Line 34:
Quote:
super=MSuper(video,pel=2)
Remove MDegrain2 and it works, or if I change:
...mkv.ffindex",colorspace="YV12").ConvertToRGB.Crop(1,0,-1,0)
to ...mkv.ffindex").ConvertToRGB.Crop(1,0,-1,0).ConvertToYV12(matrix="rec709")
it doesn't give me that error in the preview.

but either way I'm getting this error with most new jobs:
Quote:
Exception EFOpenError in module EncodingClient.exe at 000241AE.
Cannot open file "C:\Temp\RipBot264temp\job1\info.txt". The system cannot find the file specified.
I checked and I don't see that info.txt file in the job1 folder.

Update: I've only tried with 2 different video types. 1 of the videos having issues with the msuper I'd have previously encoded with the same settings.
The only video type I'm not currently having issues with is x264 10bit, and only 8bit ones seem to be an issue right now. I can send test clips if needed, but the 10bit one I've already sent you.

Update, Update: It might only be with a specific batch of files. Not sure what is special about them but I'll post media info:
Code:
General
Unique ID                   : 311471574382395606355532156062846117123 (0xEA533E41E2F5EB9631690B3FDC6F6503)
Complete name               : C:\Test.mkv
Format                      : Matroska
Format version              : Version 4 / Version 2
File size                   : 209 MiB
Duration                    : 7 min 4 s
Overall bit rate mode       : Variable
Overall bit rate            : 4 135 kb/s
Encoded date                : UTC 2017-07-26T19:04:09Z
Writing application         : HandBrake 1.0.7 2017040900
Writing library             : Lavf57.7.2

Video
ID                          : 1
Format                      : AVC
Format/Info                 : Advanced Video Codec
Format profile              : High@L4
Format settings, CABAC      : Yes
Format settings, RefFrames  : 2 frames
Format settings, GOP        : M=3, N=30
Codec ID                    : V_MPEG4/ISO/AVC
Duration                    : 7 min 4 s
Bit rate mode               : Variable
Maximum bit rate            : 6 000 kb/s
Width                       : 1 366 pixels
Height                      : 1 024 pixels
Display aspect ratio        : 4:3
Original display aspect rat : 4:3
Frame rate mode             : Constant
Frame rate                  : 30.000 FPS
Color space                 : YUV
Chroma subsampling          : 4:2:0
Bit depth                   : 8 bits
Scan type                   : Progressive
Default                     : Yes
Forced                      : No
Color range                 : Limited
Color primaries             : BT.709
Transfer characteristics    : BT.709
Matrix coefficients         : BT.709

Audio
ID                          : 2
Format                      : Opus
Codec ID                    : A_OPUS
Duration                    : 7 min 4 s
Channel(s)                  : 2 channels
Channel positions           : Front: L R
Sampling rate               : 48.0 kHz
Compression mode            : Lossy
Delay relative to video     : -7 ms
Title                       : Stereo
Language                    : English
Default                     : Yes
Forced                      : No

Last edited by byteshare; 28th September 2017 at 16:36. Reason: A little more testing.
byteshare is offline   Reply With Quote