Hi experts,
*Newbie alert* (mostly with HD encoding)
I recently purchased BD Ripper to convert my BD 1080p ISO's into AVC 1080p MKV. I chose DVDFab for this project due to the nice fast CUDA support and to load the .
First of all, 8.1.1.2 sometimes crashes on startup when loading this custom profile (maybe needs to be updated?). If not crashing, the profile is easily loaded and the encoding finishes perfectly after ~90-100 min (final size of MKV is 8GB for a 100 min movie: 'The Midnight Meat Train'). But, the final encode shows less ReFrames than whats in the loaded custom preset (checked with MediaInfo tool)...
Final encode with 8.1.1.2 using the custom MKV CRF19 preset:
This, I do not get, since there is --ref 5 in <CustomEncoderOptions> loaded in the following custom preset with 8.1.1.2:
Any help on why 8.1.1.2 is not using the custom options when loaded and/or suggestions to optimize the preset would be highly appreciated, as I would really love to use DVDFab for my MKV encodings with CUDA support without any hassles.
Thanks!
br,
intentus
*Newbie alert* (mostly with HD encoding)
I recently purchased BD Ripper to convert my BD 1080p ISO's into AVC 1080p MKV. I chose DVDFab for this project due to the nice fast CUDA support and to load the .
First of all, 8.1.1.2 sometimes crashes on startup when loading this custom profile (maybe needs to be updated?). If not crashing, the profile is easily loaded and the encoding finishes perfectly after ~90-100 min (final size of MKV is 8GB for a 100 min movie: 'The Midnight Meat Train'). But, the final encode shows less ReFrames than whats in the loaded custom preset (checked with MediaInfo tool)...
Final encode with 8.1.1.2 using the custom MKV CRF19 preset:
Code:
Format : AVC Format profile : High@L5.1 Format settings, CABAC : Yes Format settings, ReFrames : 2 frames Codec ID : V_MPEG4/ISO/AVC
Code:
<GenericProfileOfx264Settings > <Name>x264_ABR_Fast</Name> <Settings> <KeyframeInterval>250</KeyframeInterval> <NbBframes>16</NbBframes> <MinQuantizer>10</MinQuantizer> <MaxQuantizer>51</MaxQuantizer> <Turbo>false</Turbo> <V4MV>false</V4MV> <QPel>false</QPel> <Trellis>false</Trellis> <CreditsQuantizer>40</CreditsQuantizer> <Logfile>.stats</Logfile> <VideoName /> <CustomEncoderOptions>--level 3.1 --profile high --rc-lookahead 50 --crf 19 --deblock 0,0 --ref 5 --bframes 4 --cabac 1 --8x8dct 1 --weightp 1 --no-dct-decimate 0 --b-adapt 2 --direct spatial --me hex --subq 7 --merange 16 --aq-strength 1.0 --psy-rd 1.0,0.0 --trellis 1 --analyse all --b-pyramid strict</CustomEncoderOptions> <FourCC>1</FourCC> <MaxNumberOfPasses>3</MaxNumberOfPasses> <NbThreads>8</NbThreads> <QuantizerCRF>1000</QuantizerCRF> <EncodeInterlaced>false</EncodeInterlaced> <NoDCTDecimate>false</NoDCTDecimate> <PSNRCalculation>false</PSNRCalculation> <noFastPSkip>false</noFastPSkip> <NoiseReduction>0</NoiseReduction> <MixedRefs>false</MixedRefs> <X264Trellis>0</X264Trellis> <NbRefFrames>4</NbRefFrames> <AlphaDeblock>-1</AlphaDeblock> <BetaDeblock>-1</BetaDeblock> <SubPelRefinement>4</SubPelRefinement> <MaxQuantDelta>4</MaxQuantDelta> <TempQuantBlur>0</TempQuantBlur> <BframePredictionMode>1</BframePredictionMode> <VBVBufferSize>-1</VBVBufferSize> <VBVMaxBitrate>-1</VBVMaxBitrate> <METype>1</METype> <MERange>16</MERange> <MinGOPSize>25</MinGOPSize> <Profile>2</Profile> <Level>51</Level> <IPFactor>1.4</IPFactor> <PBFactor>1.3</PBFactor> <ChromaQPOffset>0</ChromaQPOffset> <VBVInitialBuffer>0.9</VBVInitialBuffer> <BitrateVariance>1.0</BitrateVariance> <QuantCompression>0.6</QuantCompression> <TempComplexityBlur>20</TempComplexityBlur> <TempQuanBlurCC>0.5</TempQuanBlurCC> <SCDSensitivity>40</SCDSensitivity> <BframeBias>0</BframeBias> <PsyRDO>1.0</PsyRDO> <PsyTrellis>0</PsyTrellis> <Deblock>true</Deblock> <Cabac>true</Cabac> <UseQPFile>false</UseQPFile> <WeightedBPrediction>false</WeightedBPrediction> <NewAdaptiveBFrames>1</NewAdaptiveBFrames> <BFramePyramid>false</BFramePyramid> <ChromaME>true</ChromaME> <MacroBlockOptions>2</MacroBlockOptions> <P8x8mv>false</P8x8mv> <B8x8mv>false</B8x8mv> <I4x4mv>false</I4x4mv> <I8x8mv>false</I8x8mv> <P4x4mv>false</P4x4mv> <AdaptiveDCT>false</AdaptiveDCT> <SSIMCalculation>false</SSIMCalculation> <Lossless>false</Lossless> <QuantizerMatrix>Flat (none)</QuantizerMatrix> <QuantizerMatrixType>0</QuantizerMatrixType> <DeadZoneInter>21</DeadZoneInter> <DeadZoneIntra>11</DeadZoneIntra> <AQmode>1</AQmode> <AQstrength>1.0</AQstrength> <QPFile /> <fullRange>false</fullRange> <x264Preset>3</x264Preset> <x264Tuning>0</x264Tuning> <x264AdvancedSettings>false</x264AdvancedSettings> <Lookahead>40</Lookahead> <NoMBTree>false</NoMBTree> <ThreadInput>true</ThreadInput> <NoPsy>false</NoPsy> </Settings> </GenericProfileOfx264Settings>
Thanks!
br,
intentus
Comment