The title's already giving away what I want to achieve. Currently I use MeGUI to create AviSynth scripts: (a) using DirectShowsource, or (b) after indexing the video with DGindexNV. For re-encoding I use Simple x264/x265 encoder with the x265_x64 encoder.
Which is the better way to serve the frames to the encoder, (a) or (b)? Or something completely different? I'd like to avoid the "Handbrake effect" with 8bit pipelining.
+ Reply to Thread
Results 1 to 5 of 5
-
Das Leben ist eine Nebelwand voller Rasierklingen. (C. Bukowski)
-
Both will achieve exactly the same quality since Blu-rays (except UltraHD Blu-rays) are 8 bit only. Nonetheless, DGindexNV is recommended over DirectShowSource because DirectShowSource is not always frame-accurate and some filter settings might accidentally introduce quality loss.
-
Only cropping and resizing.
Since DVDs and BRs are 8bit only.... Does it actually make any sense to encode to 10bit?Das Leben ist eine Nebelwand voller Rasierklingen. (C. Bukowski) -
Yes, 10 bit AVC/HEVC encoding is more efficient than 8 bit encoding even with an 8 bit source. It is especially efficient at avoiding banding artifacts.
-
Thank you, sneaker! I'll keep that in mind
Das Leben ist eine Nebelwand voller Rasierklingen. (C. Bukowski)
Similar Threads
-
build a new pc specifically for x265 encoding
By vhelp in forum ComputerReplies: 134Last Post: 9th Nov 2016, 09:01 -
FFMPEG x265 10bit and virtualdub x265 10bit settings
By lilycarolyn in forum Video ConversionReplies: 11Last Post: 6th Jun 2016, 13:44 -
How do I convert 1080p 10bit mkv's to 720p 10bit?
By fighuass in forum Video ConversionReplies: 6Last Post: 19th Nov 2015, 01:34 -
what is the best 10bit encoding program
By darkness_thief88 in forum Newbie / General discussionsReplies: 11Last Post: 16th Oct 2013, 04:50 -
Reducing HD/BluRay content without sacrificing (too much) quality..?
By miseryguts in forum Newbie / General discussionsReplies: 1Last Post: 4th Aug 2013, 14:27