asarian
1st September 2014, 17:14
I was thinking about doing a 10-bit encode. :)
Thing is, I'm used to calling x264 like this (from a batch file):
"c:\x264\avs2yuv.exe" "f:\jobs\%1.avs" -o - | "c:\x264\x264.exe" - --demuxer y4m ....
If I recall correctly, that was a trick by Lord_Mulder, from a while back already, so as to maximize available memory to the x264 process (thru the process separation). But it will likely ruin the 10-bit color-space.
So, can this be done for 10-bit too?
Thing is, I'm used to calling x264 like this (from a batch file):
"c:\x264\avs2yuv.exe" "f:\jobs\%1.avs" -o - | "c:\x264\x264.exe" - --demuxer y4m ....
If I recall correctly, that was a trick by Lord_Mulder, from a while back already, so as to maximize available memory to the x264 process (thru the process separation). But it will likely ruin the 10-bit color-space.
So, can this be done for 10-bit too?