View Single Post
Old 23rd August 2016, 07:42   #19  |  Link
MasterNobody
Registered User
 
Join Date: Jul 2007
Posts: 552
Quote:
Originally Posted by Motenai Yoda View Post
Ok tried them
- MasterNobody: I get an horizontal scrolling stuff with unaligned scrolling chroma
- DJATOM now work but I get only a green video, with values only as lsb, and scrolling to the left as MasterNobody's one.
...
Code:
"%~dp0avs2yuv64.exe" -depth 16 %1 -o - | "%~dp0x264-10bit.exe" --qp 0 --preset ultrafast --input-res 1920x1036 --fps 24000/1001 --input-depth 16 -o %1_lossless.mp4 -
You need to use "-raw" option for avs2yuv with such x264 command line.
Or better you should use "--demuxer y4m" option for x264 than you wouldn't need "--input-res 1920x1036 --fps 24000/1001 --input-depth 16" there as it would get this info from y4m format (which is default in avs2yuv without "-raw" option).
MasterNobody is offline   Reply With Quote