View Single Post
Old 14th February 2018, 22:23   #11  |  Link
Heaud
Registered User
 
Join Date: Apr 2008
Posts: 58
Have you tried piping it raw?
Code:
"F:\avs2pipemod\avs2pipemod.exe" -rawvideo %1 | "F:\codecs\video\X265\x265.exe" --input-res 1920x1080 --fps 24000/1001 --input-depth 16 --output-depth 10 --dither - -o "%~dpn1_10bit.mkv"
Aside from the Windows CMD syntax, this should work, just replace what is necessary. Also please excuse my use of avs2pipemod as I do not use avs2yuv64.
Heaud is offline   Reply With Quote