Log in

View Full Version : 8 Bit to 10 Bit


alexx7777
24th January 2014, 08:17
A source 1920x1080 50 i 8bit, I want to convert it in 10bit. What better way to do this?

feisty2
24th January 2014, 10:43
Dither_convert_8_to_16 ()
#16bit filters here#
Dither_out ()

then encode
x264-10bit.exe --input-depth 16 --output "xxx" "xxx.avs"

alexx7777
24th January 2014, 11:40
Command should be used - SeparateFields() and Weave()?

alexx7777
24th January 2014, 18:09
After encoding, such result. Please tell me that you need to fix?

bxyhxyh
28th January 2014, 08:04
It says Frame serving should be done via a rawvideo pipe, so the encoding application relies on information provided by the user, not Avisynth directly.
So I think you should use avs4x264mod.

Sparktank
28th January 2014, 08:29
I use avs2pipemod.

"avs2pipemod.exe" -rawvideo "movie.avs" | "64-10bit.exe" --demuxer raw --input-depth 16 --input-res 1920x800 --fps 24000/1001 --input-csp i420 --output-csp i420 -o "movie.mkv" -