View Single Post
Old 15th May 2019, 19:23   #12  |  Link
gugglu
Registered User
 
Join Date: Jul 2012
Location: Nottingham
Posts: 44
Quote:
Originally Posted by Natty View Post
can you give example of how you make it work manually without any encoding app?

i dont know much but i think we need a list of native planar high bit depth supported filters, and some filters need to be ported to HBD in avs, which are already working in HBD in VapourSynth
@Natty
yes sure i have all these program x264.exe / x265.exe avs2pipemod and avs4x26x also avs4x265 in this location C:\Users\administrator

and i use these below cli.bat files via cmd.exe to output and it works
Code:
avs2pipemod -rawvideo "input.avs" | x264-10bit - --input-depth 10 --input-csp i420 --input-res 720x480 --sar 40:33 --fps 24000/1001 -o "outputx26410bit.264"

avs2pipemod -rawvideo "input.avs" | x265 - --input-depth 10 --input-csp i420 --input-res 720x480 --sar 40:33 --fps 24000/1001 --output-depth 10 -o "outputx26510bit.hevc"

avs4x265.exe -P x265.exe --input-depth 10 --sar 40:33 --output-depth 10 -o "output.hevc" "input.avs"
@stax76
it was giving the double_width green output when i was trying it in staxrip , but avs2pipemod works fine with command line but it refuse to detect the dither_out hacked format high-bit depth in staxrip this is what is upsetting me a little , for everything else staxrip works brilliant as it should and i m happy with it .

can i request you to add avs4x26x or avs4x265 into staxrip if it is possible?

thanks for the staxrip, really appreciate your great work.
gugglu is offline   Reply With Quote