I am trying to convert some lossless .avi files to .mp4 or .mkv files but the thing is, I am not sure what is the default for converting to lossless .mp4 or .mkv. I want to do this in Virtualdub2 to make but is the default settings for any other type of converter such as Handbrake, RipBot, etc.?
+ Reply to Thread
Results 1 to 11 of 11
-
-
To encode to lossless AVC video, you need to specify quantizer 0 (as documented in the help screen of x264):
Code:Lossless: x264 --qp 0 -o <output> <input>
-
What about in the Windows version of those very same codecs? Like x264 8 bit?
-
-
The codec does not behave differently on different operating systems.
-
Have you considered simply using MKVToolNix? No re-encoding quality in = quality out, same with file size.
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
MKV will be able to contain the original video format from the AVI. MP4 requires one of a few supported video formats.
-
How do you translate this into the x264 configuration in Virtualdub2?
-
CRF 0 may work too; but Constant Quantizer 0 is the primarily documented method.
Similar Threads
-
Fresh x264 10-bit vs Ice Lake hevc qsv 10-bit
By sophisticles in forum Video ConversionReplies: 5Last Post: 7th Jan 2021, 16:06 -
default setting of VLC
By blanc in forum AudioReplies: 1Last Post: 6th May 2018, 08:19 -
16-bit PNG ~> 10-bit MKV GPU encode
By Hylocereus in forum Newbie / General discussionsReplies: 8Last Post: 29th Mar 2018, 23:07 -
ffmpeg to convert 4k/hdr10 to (i) h.264/10-bit/.mp4 (ii) h.265/10-bit/.mp4
By hydra3333 in forum Video ConversionReplies: 2Last Post: 10th Feb 2018, 19:49 -
How do I convert a 20GB MKV file to a smaller x264 MP4?
By R.STEED in forum Blu-ray RippingReplies: 11Last Post: 9th Jan 2017, 14:08