Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 24th January 2014, 08:17   #1  |  Link
alexx7777
Registered User
 
Join Date: Mar 2012
Posts: 69
8 Bit to 10 Bit

A source 1920x1080 50 i 8bit, I want to convert it in 10bit. What better way to do this?
alexx7777 is offline   Reply With Quote
Old 24th January 2014, 10:43   #2  |  Link
feisty2
I'm Siri
 
feisty2's Avatar
 
Join Date: Oct 2012
Location: void
Posts: 2,633
Dither_convert_8_to_16 ()
#16bit filters here#
Dither_out ()

then encode
x264-10bit.exe --input-depth 16 --output "xxx" "xxx.avs"
feisty2 is offline   Reply With Quote
Old 24th January 2014, 11:40   #3  |  Link
alexx7777
Registered User
 
Join Date: Mar 2012
Posts: 69
Command should be used - SeparateFields() and Weave()?
alexx7777 is offline   Reply With Quote
Old 24th January 2014, 18:09   #4  |  Link
alexx7777
Registered User
 
Join Date: Mar 2012
Posts: 69
After encoding, such result. Please tell me that you need to fix?
Attached Images
 

Last edited by alexx7777; 25th January 2014 at 23:59.
alexx7777 is offline   Reply With Quote
Old 28th January 2014, 08:04   #5  |  Link
bxyhxyh
Registered User
 
Join Date: Dec 2011
Posts: 354
It says
Code:
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.
bxyhxyh is offline   Reply With Quote
Old 28th January 2014, 08:29   #6  |  Link
Sparktank
47.952fps@71.928Hz
 
Sparktank's Avatar
 
Join Date: Mar 2011
Posts: 940
I use avs2pipemod.

Code:
"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" -
__________________
Win10 (x64) build 19041
NVIDIA GeForce GTX 1060 3GB (GP106) 3071MB/GDDR5 | (r435_95-4)
NTSC | DVD: R1 | BD: A
AMD Ryzen 5 2600 @3.4GHz (6c/12th, I'm on AVX2 now!)
Sparktank is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:29.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.