+ Reply to Thread
Results 1 to 12 of 12
-
-
Hey thanks for the responses. Can anybody point me to the latest tutorials on encoding without Handbrake? I worry that the tutorials I have found so far are somewhat outdated. I'm mainly working with BD/1080p.
I have found plenty of info concerning Handbrake, so I'm good with that.
I definitely want to experiment. But if Handbrake does the job maybe 90% of the time, then maybe I won't have to. I'm still learning about detecline and deinterlacing, progressive video.
I have been trying to follow this one: https://www.techpowerup.com/forums/threads/hats-ntsc-guide-to-dvd-bd-ripping.221062/
Is there anything more thorough for newbies like myself? It's very easy for newbies to get lost here!Last edited by ryugu; 10th Jun 2019 at 14:36.
-
-
AviSynth doesn't use ffmpeg (although there is an ffmpeg source filter available for it). It's an advanced video/audio filtering system, it doesn't include an encoder. You can use ffmpeg to encode AviSynth output, and many other encoders can be used too. Many AviSynth filters have been adapted for use in ffmpeg (using those filters in ffmpeg doesn't require AviSynth).
Handbrake uses ffmpeg as its encoding engine. In turn ffmpeg uses other encoders like x264, x265, nvenc, etc. that are built into the ffmpeg exe. AviSynth's filtering is far more advanced than that which is in Handbrake. Many videos require that advanced filtering in order to get the best results. -
Therefore AviSynth doesn't use anything 'under the hood'. Once again, you open AviSynth scripts in programs that do the encoding. I use RipBot264 which uses the x264 encoder. I suppose handbrake does use ffmpeg, but I don't know for sure as I don't (and won't) use it.
-
Last edited by stax76; 11th Jun 2019 at 19:31.
-
Avisynth has thousands of customizable filters, plugins to the point you can restore videos,
and the way it is set up (using AvsPmode, VirtualDub, MPC-HC) you have easier immediate visual feedback, comparing changes
Similar Threads
-
Handbrake: How do I flag Avisynth video as 4:3?
By digicube in forum Video ConversionReplies: 12Last Post: 20th Sep 2016, 16:27 -
4K Handbrake encoding?
By jfharper in forum Video ConversionReplies: 4Last Post: 17th Sep 2016, 00:17 -
handbrake encoding settings
By hokkom in forum Video ConversionReplies: 2Last Post: 21st Dec 2015, 18:04 -
How to watermark while encoding with Handbrake
By pras92 in forum Newbie / General discussionsReplies: 12Last Post: 25th Oct 2015, 04:06 -
CUDA Encoding vs. Handbrake
By pizzaboyUK in forum Newbie / General discussionsReplies: 14Last Post: 21st Sep 2014, 21:56