View Single Post
Old 15th May 2019, 11:00   #4  |  Link
gugglu
Registered User
 
Join Date: Jul 2012
Location: Nottingham
Posts: 44
Quote:
Originally Posted by stax76 View Post
I would prefer either avs2pipemod64 or ffmpeg.
Code:
ok no problem 

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"
avs2pipemod cause kinda pain (why coz it doesn't read the avs it-self it always ask to define the res/fps/depth/csp which always take minute or two out of my time and sometime i have to double checking the info even take long) but avs4x26x/avs4x265 can read them itself and save time . i am not sure about ffmpeg thats not my handball game maybe someone else can crack that one

Last edited by gugglu; 15th May 2019 at 11:06.
gugglu is offline   Reply With Quote