![]() | DRIVE 5.0 Linux Open Source Software Development Guide 5.0.10.3 Release |
Option | Parameter | Description |
-h | N/A | Displays guidance on using this application. |
-v | Logging level • 0—Errors • 1—Warnings • 2—Info • 3—Debug | If the option is not provided, uses 0 Errors. |
-cf | [config file] | Encoder base configuration file. |
-sf | [config file] | Encoder specific configuration file. Any parameters provided in this file overwrite parameters specified in the base configuration file with the ‑cf option. |
-p | [<p1>=<v1>]..[<pN>=<vN>] | Sets parameter <p1> with value <v1>… <pN> with value <vN>. Overrides parameters set through the configuration files. |
-crc | [gen|chk] [filename.crc] | Checks (“chk”) or generates (“gen”) golden CRC values in the filename.crc file. |
Parameter | Description |
InputFile | File sent to the encoder. |
InputFileFormat | Input file format. Supported Formats include: • 0—IYUV • 1—YV12 • 3—IYUV444 • 4—IYUV420_10bit • 5—IYUV444_10bit |
OutputFile | Output file name for the encoded stream. |
InputHeaderLength | Use the parameter to identify the header length in bytes; if the input file has a header. |
StartFrame | Start frame for encoding. [1 : Number of frames in the stream] |
FramesToBeEncoded | Number of frames to encode. |
EPCodec | Video codec type. Codec types include: • 0—H.264 codec • 1—H.265 codec |
EPEncodeWidth | Encode width. |
EPEncodeHeight | Encode height. |
EPEnableLimitedRGB | Set to 1 for limited RGB input. |
EPFrameRateNum | Specifies the numerator for frame rate used for encoding in frames per second. Frame rate = EPFrameRateNum / EPFrameRateDen |
EPFrameRateDen | Specifies the denominator for frame rate used for encoding in frames per second. Frame rate = EPFrameRateNum / EPFrameRateDen |
EPSourceRectSpecified | Flag: Source rectangle specified [0,1]. |
EPSourceRectX0; EPSourceRectY0; EPSourceRectX1; EPSourceRectY1 | Specifies the source rectangle to encode. Default: {0, 0, Encode Width, Encode Height} |
EPEncodeRotation | Specifies the rotation of the input surface. Supported values include: • 0x00—No rotation • 0x01—90 degree rotation • 0x02—180 degree rotation • 0x03—270 degree rotation |
EPEncodeMirroring | Specifies the mirroring of the input surface. Supported values include: • 0x00—No mirroring • 0x01—Horizontal mirroring • 0x02—Vertical mirroring • 0x03—Horizontal and vertical mirroring |
EPMaxNumRefFrames | EPMaxNumRefFrames=0 for I only mode. EPMaxNumRefFrames=1 for IP mode. EPMaxNumRefFrames=2 for IBP mode. |
EPRateControlSectionIndex | Index of the RC_params section to be used for encoder initialization. |
ExplicitFrameIntervalPattern | Specifies the frame interval pattern. The values in the string are the EncodePic_Params section to be used for each frame. For example: If the given pattern is 123, it specifies the following associations: • Frame numbers 1, 4, 7, 10, etc., EncodePic_Params section #1 is used. • Frame numbers 2, 5, 8, 11, etc., EncodePic_Params section #2 is used. • Frame numbers 3, 6, 9, 12, etc., EncodePic_Params section #3 is used. |
ExplicitFrameIntervalPatternLength | Specifies the length of the interval pattern. |
EPGopPattern | Specifies the GOP pattern. If GOP Length is set to 0, Frame Interval Pattern must be set to IPP. Supported interval patterns include: • 0—I • 1—IPP • 2—IBP • 3—IBBP |
Parameter | Description |
QPBSlice | Specifies the Quantization parameter for B slices [0-51]. |
QPISlice | Specifies the Quantization parameter for I Slices [0-51]. |
QPPSlice | Specifies the Quantization parameter P Slices [0-51] |
Parameter | Description |
RCMode | Specifies the rate control mode. Supported modes include: • 0x00—Constant bitrate mode • 0x01—Constant QP mode • 0x02—Variable bitrate mode • 0x03—Variable bitrate mode with MinQP |
RCAverageBitrate | Specifies the average bitrate in bits/second; used for encoding. |
RCMaxBitrate | Specifies the maximum bitrate for the encoded output. This is used om Variable Bit Rate (VBR) mode and is ignored in Constant Bit Rate (CBR) mode. |
RCVbvBufferSize | Specifies the VBV (HRD) buffer size in bits. Set to 0 to use the default VBV buffer size. |
RCVbvInitialDelay | Specifies the VBV (HRD) buffer size in bits. Set to 0 to use the default VBV buffer size. |
RCEnableMinQP | Must be set to 1 if minimum QP is used for the rate control. |
RCEnableMaxQP | Must be set to 1 if maximum QP is used for the rate control. |
RCConstQPIndex | Specifies the initial QP_Params section index used for encoding. In Constant QP mode these values are used for all frames. |
RCMinQPIndex | Specifies the QP_Params section index used as the minimum QP value for rate control. |
RCMaxQPIndex | Specifies the QP_Params section index used as the maximum QP values for rate control. |
Parameter | Description |
EPEencodePicFlags | Specifies the bit-wise OR`ed encode picture flags. Available flags include: • 0x01—Encode the current picture as an Intra picture. • 0x02—Encode the current picture as an IDR picture. This flag is valid when the Picture type decision is taken by the Encoder [enable PTD is set to 1]. • 0x04—Writes the sequence and picture header in encoded bitstream of the current picture. • 0x08—Indicates the end of the input stream. • 0x10—Indicates a change in bitrate from the current picture onwards. • 0x20—Indicates the user forced constant QP Rate control from the current picture onwards. • 0x40—Indicates a change in the Rate control mode on the fly from current picture onwards. |
EPInputDuration | Specifies the duration of the input picture. |
EPPictureType | Specifies the input picture type. This parameter must be set explicitly by the client if the client has not set the Enable PTD to 1. Available picture types include: • 0x00—Forward predicted • 0x01—Bi-directionally predicted picture • 0x02—Intra predicted picture • 0x05—Picture is skipped • 0x06—First picture in intra refresh cycle • 0xFF—Picture type unknown |
EPRCParamsIndex | Rate control parameters: RC_Params section index to be used. |
Parameter | Description |
EPGopLength | Specifies the number of pictures in one GOP. If it is 0, keyframes are not inserted automatically. |
H264RepeatSPSPPSMode | Specifies the frequency of the writing of Sequence and Picture parameters. • 0x0—Repeating of SPS/PPS is disabled • 0x1—SPS/PPS is repeated for every intra frame • 0x2—SPS/PPS is repeated for every IDR frame |
H264Profile | Supported profiles include: • 0—Automatic profile selection • 66—Baseline profile • 77—Main profile • 88—Extended profile • 100—High profile |
H264Level | Specifies the encoding level. It is recommended that the client set the encoding level to 0 to enable the NvMedia Encode interface to select the correct level. |
H264Features | Specifies the bit-wise OR'ed' configuration feature flags. • ENABLE_OUTPUT_AUD = (1 << 0) • ENABLE_INTRA_REFRESH = (1 << 1) • ENABLE_DYNAMIC_SLICE_MODE = (1 << 2) • ENABLE_CONSTRANED_ENCODING= (1 << 3) |
H264IdrPeriod | Specifies the IDR interval. If not set, it is made equal to the GOP length. The low latency application client must set IDR interval to 0 so that IDR frames are not inserted automatically. |
H264NumSliceCountMinus1 | Set to 1 less than the desired number of slices per frame. |
H264DisableDeblockingFilterIDC | Deblocking filter mode. The permissible value range is [0,2]. |
H264IntraRefreshPeriod | Interval between successive intra refreshes, if intra refresh is enabled and one-time intra refresh configuration is desired. • If H264IntraRefreshPeriod is specified, first IDR is encoded and no more key frames are encoded. • The client must set the picture type to 6 for the first picture of every intra refresh period. |
H264IntraRefreshCnt | Number of frames over which intra refresh happens. |
H264MaxSliceSizeInBytes | Maximum slice size for the dynamic slice mode, in bytes. The client must enable dynamic slice mode to use the maximum slice size. |
H264MotionPredictionExclusionFlags | Specifies the bit-wise OR`ed exclusion flags for motion prediction. Available flags include: • (1 << 0)—Disable Intra 4x4 vertical prediction • (1 << 1)—Disable Intra 4x4 horizontal prediction • (1 << 2)—Disable Intra 4x4 DC prediction • (1 << 3)—Disable Intra 4x4 diagonal down left prediction • (1 << 4)—Disable Intra 4x4 diagonal down right prediction • (1 << 5)—Disable Intra 4x4 vertical right prediction • (1 << 6)—Disable Intra 4x4 horizontal down prediction • (1 << 7)—Disable Intra 4x4 vertical left prediction • (1 << 8)—Disable Intra 4x4 horizontal up prediction • (1 << 9)—Disable Intra 8x8 vertical prediction • (1 << 10)—Disable Intra 8x8 horizontal prediction • (1 << 11)—Disable Intra 8x8 DC prediction • (1 << 12)—Disable Intra 8x8 diagonal down left prediction • (1 << 13)—Disable Intra 8x8 diagonal down right prediction • (1 << 14)—Disable Intra 8x8 vertical right prediction • (1 << 15)—Disable Intra 8x8 horizontal down prediction • (1 << 16)—Disable Intra 8x8 vertical left prediction • (1 << 17)—Disable Intra 8x8 horizontal up prediction • (1 << 18)—Disable Intra 16x16 vertical prediction • (1 << 19)—Disable Intra 16x16 horizontal prediction • (1 << 20)—Disable Intra 16x16 DC prediction • (1 << 21)—Disable Intra 16x16 plane prediction • (1 << 22)—Disable Intra chroma vertical prediction • (1 << 23)—Disable Intra chroma horizontal prediction • (1 << 24)—Disable Intra chroma DC prediction • (1 << 25)—Disable Intra chroma plane prediction • (1 << 26)—Disable Inter L0 partition 16x16 prediction • (1 << 27)—Disable Inter L0 partition 16x8 prediction • (1 << 28)—Disable Inter L0 partition 8x16 prediction • (1 << 29)—Disable Inter L0 partition 8x8 prediction |
H264AdaptiveTransformMode | Specifies the Adaptive Transform Mode. Available modes include: • 0x00—Adaptive Transform 8x8 mode is automatically selected by the encoder driver. • 0x01—Adaptive Transform 8x8 mode is disabled. • 0x02—Adaptive Transform 8x8 mode must be used. |
H264BdirectMode | Specifies the B Direct mode. Available modes include: • 0x00—Spatial B Direct mode • 0x01—Disable B Direct mode • 0x02—Temporal B Direct mode |
H264EntropyCodingMode | Specifies the entropy coding mode. Available modes are: • 0x00—Entropy coding mode is automatically selected by the encoder driver • 0x01—Entropy coding mode is CABAC • 0x02—Entropy coding mode is CAVLC |
Parameter | Description |
VUIAspectRatioInfoPresentFlag | If set to 1, indicates that the aspect ratio information is present. |
VUIAspectRatioIDC | Specifies the value of the sample aspect ratio of the luma samples. |
VUIAspectSARWidth | Horizontal size of the sample aspect ratio. |
VUIAspectSARHeight | Vertical size of the sample aspect ratio. |
VUIOverscanInfoPresentFlag | If set to 1, indicates that the overscan info is present. |
VUIOverscanInfo | Overscan information, as defined in Annex E of the ITU‑T Specification. |
VUIVideoSignalTypePresentFlag | If set to 1, indicates that the Video Format, Video Full Range Flag, and Color Description Present Flag are present. |
VUIVideoFormat | Specifies source video format, as defined in Annex E of the ITU‑T Specification. |
VUIVideoFullRangeFlag | Specifies output range of the luma and chroma samples, as defined in Annex E of the ITU‑T Specification. |
VUIColourDescriptionPresentFlag | If set to NVMEDIA_TRUE, specifies that the color primaries, transfer characteristics, and color matrix are present. |
VUIColourPrimaries | Specifies the color primaries for converting to RGB, as defined in Annex E of the ITU‑T Specification. |
VUITransferCharacteristics | Specifies the opto-electronic transfer characteristics to use; as defined in Annex E of the ITU‑T Specification. |
VUIMatrixCoefficients | Specifies the matrix coefficients used in deriving the luma and chroma from the RGB primaries, as defined in Annex E of the ITU‑T Specification. |
Parameter | Description |
H264PayloadSize | SEI payload 1 size in bytes. The SEI payload must be byte aligned, as described in Annex D of the H.264 Specification. |
H264PayloadType | SEI payload 1 type. Types and syntax are described in Annex D. |
H264Payload | Payload 1 data. |
Parameter | Description |
EPH264PicParamsIndex | Codec specific parameters: EncodePicH264_Params section index to be used. |
H264PayloadArrayIndexes | Array of Payload sections indexes to be used. |
H264PayloadArraySize | Size of Payload Array Indexes array. |
Parameter | Description |
H265EPGopLength | Specifies the number of pictures in one GOP. If set to 0, keyframes are inserted automatically. |
H265RepeatSPSPPSMode | Specifies the frequency of the writing of Sequence and Picture parameters. Available parameters include: • 0x00—Repeating of SPS/PPS is disabled • 0x01—SPS/PPS is repeated for every intra frame • 0x02—SPS/PPS is repeated for every IDR frame |
H265Profile | Supported profiles include: • 0—Automatic profile selection (unsupported) • 1—Main profile (supported) • 2—Main 10 profile (unsupported) |
H265Level | Specifies the encoding level. It is recommended the the client sets the level to 0 to enable the NvMedia Encode interface to select the correct level. |
H265Features | Specifies bit-wise OR'ed' configuration feature flags. • ENABLE_OUTPUT_AUD = (1 << 0) • ENABLE_INTRA_REFRESH = (1 << 1) • ENABLE_DYNAMIC_SLICE_MODE = (1 << 2) • ENABLE_CONSTRANED_ENCODING= (1 << 3) |
H265IdrPeriod | Specifies the IDR interval. If not set, this is made equal to GOP Length. Low latency application client can set the IDR interval to 0 so that IDR frames are not inserted automatically. |
H265NumSliceCountMinus1 | 1 less than the number of slices desired per frame. |
H265DisableDeblockingFilterIDC | De-blocking filter mode. Possible value range: [0,1] |
H265IntraRefreshPeriod | The interval between successive intra refresh, if Intra refresh is enabled, and one time intra refresh configuration is desired. If H265IntraRefreshPeriod is specified, the first IDR is encoded and no more key frames are encoded. The client must set picture type to 6 for first picture of every intra refresh period. |
H265IntraRefreshCnt | Specifies the number of frames over which intra refresh happens. |
H265MaxSliceSizeInBytes | Specifies the maximum slice size, in bytes, for dynamic slice mode. The client must enable dynamic slice mode to use the maximum slice size. |
Parameter | Description |
H265VUIAspectRatioInfoPresentFlag | If set to 1, indicates that the aspect ratio information is present. |
H265VUIAspectRatioIDC | Value of the sample aspect ratio of the luma samples. |
H265VUIAspectSARWidth | Horizontal size of the sample aspect ratio. |
H265VUIAspectSARHeight | Vertical size of the sample aspect ratio. |
H265VUIOverscanInfoPresentFlag | If set to 1, indicates that the overscan information is present. |
H265VUIOverscanInfo | Overscan information, as defined in Annex E of the ITU‑T Specification. |
H265VUIVideoSignalTypePresentFlag | If set to 1, indicates that the Video Format, Video Full Range Flag, and Color Description Present Flag are present. |
H265VUIVideoFormat | Source video format, as defined in Annex E of the ITU‑T Specification. |
H265VUIVideoFullRangeFlag | Output range of the luma and chroma samples, as defined in Annex E of the ITU‑T Specification. |
H265VUIColourDescriptionPresentFlag | If set to NVMEDIA_TRUE, indicates that the color primaries, transfer characteristics, and color matrix are present. |
H265VUIColourPrimaries | Color primaries for converting to RGB, as defined in Annex E of the ITU‑T Specification. |
H265VUITransferCharacteristics | Opto-electronic transfer characteristics to use, as defined in Annex E of the ITU‑T Specification. |
H265VUIMatrixCoefficients | Matrix coefficients used to derive the luma and chroma from the RGB primaries, as defined in Annex E of the ITU‑T Specification. |
Parameter | Description |
H265PayloadSize | SEI payload 1 size in bytes. SEI payload must be byte aligned, as described in Annex D. |
H265PayloadType | SEI payload 1 types and syntax are available in Annex D of the H.264 Specification. |
H265Payload | Payload 1 data. |
Parameter | Description |
EPH265PicParamsIndex | Codec specific parameters: EncodePicH265_Params section index to be used. |
H265PayloadArrayIndexes | Array of Payload sections indexes to be used. |
H265PayloadArraySize | Size of Payload Array Indexes array. |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 66 |
RCMode | 1 |
QPISlice | 25 |
QPPSlice | 27 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 66 |
RCMode | 1 |
QPISlice | 25 |
QPPSlice | 27 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 66 |
RCMode | 1 |
QPISlice | 25 |
QPPSlice | 27 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 66 |
RCMode | 1 |
QPISlice | 25 |
QPPSlice | 27 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 66 |
RCMode | 1 |
QPISlice | 25 |
QPPSlice | 27 |
H264Features | 1 |
H264DisableDeblockingFilterIDC | 1 |
H264NumSliceCountMinus1 | 4 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 66 |
RCMode | 1 |
QPISlice | 25 |
QPPSlice | 27 |
H264Features | 1 |
H264DisableDeblockingFilterIDC | 1 |
H264NumSliceCountMinus1 | 4 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 66 |
RCMode | 1 |
QPISlice | 25 |
QPPSlice | 27 |
H264Features | 1 |
H264DisableDeblockingFilterIDC | 1 |
H264NumSliceCountMinus1 | 4 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 66 |
RCMode | 1 |
QPISlice | 25 |
QPPSlice | 27 |
H264Features | 1 |
H264DisableDeblockingFilterIDC | 1 |
H264NumSliceCountMinus1 | 4 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingModes | 1 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 20 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingModes | 1 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingModes | 1 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingModes | 1 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H264EntropyCodingModes | 4 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 20 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264NumSliceCountMinus1 | 4 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingModes | 0 |
H264NumSliceCountMinus1 | 4 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingModes | 0 |
H264NumSliceCountMinus1 | 4 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264Features | 1 |
H264DisableDeblockingFilterIDC | 1 |
H264RepeatSPSPPSMode | 1 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 20 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264Features | 1 |
H264DisableDeblockingFilterIDC | 1 |
H264RepeatSPSPPSMode | 1 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264Features | 1 |
H264DisableDeblockingFilterIDC | 1 |
H264RepeatSPSPPSMode | 1 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingMode | 1 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H264NumSliceCountMinus1 | 4 |
H264RepeatSPSPPSMode | 2 |
H264DisableDeblockingFilterIDC | 2 |
VUIAspectRatioInfoPresentFlag | 1 |
VUIOverscanInfoPresentFlag | 1 |
VUIVideoSignalTypePresentFlag | 1 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H264NumSliceCountMinus1 | 4 |
H264RepeatSPSPPSMode | 2 |
H264DisableDeblockingFilterIDC | 2 |
VUIAspectRatioInfoPresentFlag | 1 |
VUIOverscanInfoPresentFlag | 1 |
VUIVideoSignalTypePresentFlag | 1 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264NumSliceCountMinus1 | 4 |
H264RepeatSPSPPSMode | 2 |
H264DisableDeblockingFilterIDC | 2 |
VUIAspectRatioInfoPresentFlag | 1 |
VUIOverscanInfoPresentFlag | 1 |
VUIVideoSignalTypePresentFlag | 1 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H264NumSliceCountMinus1 | 4 |
H264RepeatSPSPPSMode | 2 |
H264DisableDeblockingFilterIDC | 2 |
VUIAspectRatioInfoPresentFlag | 1 |
VUIOverscanInfoPresentFlag | 1 |
VUIVideoSignalTypePresentFlag | 1 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingMode | 1 |
H264RepeatSPSPPSMode | 2 |
H264MotionPredictionExclusionFlags | 1FF |
H264Features | 2 |
H264IntraRefreshPeriod | 30 |
H264IntraRefreshCount | 4 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingMode | 1 |
H264RepeatSPSPPSMode | 2 |
H264MotionPredictionExclusionFlags | 1FF |
H264Features | 2 |
H264IntraRefreshPeriod | 30 |
H264IntraRefreshCount | 4 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H264EntropyCodingMode | 1 |
H264RepeatSPSPPSMode | 2 |
H264MotionPredictionExclusionFlags | 1FF |
H264Features | 2 |
H264IntraRefreshPeriod | 30 |
H264IntraRefreshCount | 4 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H264EntropyCodingMode | 0 |
H264MotionPredictionExclusionFlags | 1FF |
H264Features | 2 |
H264IntraRefreshPeriod | 30 |
H264IntraRefreshCount | 4 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 100 |
EPGopLength | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H264EntropyCodingMode | 1 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 100 |
EPGopLength | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H264EntropyCodingMode | 1 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 100 |
EPGopLength | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H264EntropyCodingMode | 1 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H264EntropyCodingMode | 1 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 0 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 2 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
QPBSlice | 25 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 0 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 2 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
QPBSlice | 25 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 2 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
QPBSlice | 25 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 2 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
QPBSlice | 25 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 2 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
QPBSlice | 25 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 2000000 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 2000000 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 8000000 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 300 |
EPGopPattern | 3 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 500000 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 3 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 2000000 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 3 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 2000000 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 300 |
EPGopPattern | 3 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 8000000 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 500000 |
RCMaxBitrate | 1000000 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
H264Level | 30 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 2000000 |
RCMaxBitrate | 4000000 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
H264Level | 30 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 2000000 |
RCMaxBitrate | 4000000 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H264Profile | 77 |
H264Level | 40 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 8000000 |
RCMaxBitrate | 12000000 |
Parameter | Description |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 300 |
EPGopPattern | 3 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
H264Level | 30 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 500000 |
RCMaxBitrate | 1000000 |
Parameter | Description |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 3 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
H264Level | 30 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 2000000 |
RCMaxBitrate | 4000000 |
Parameter | Description |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 3 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
H264Level | 30 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 2000000 |
RCMaxBitrate | 4000000 |
Parameter | Description |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 300 |
EPGopPattern | 3 |
EPMaxNumRefFrames | 2 |
H264Profile | 77 |
H264Level | 40 |
EPGopLength | 30 |
H264IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 6000000 |
RCMaxBitrate | 9000000 |
Parameter | Value |
InputFileact | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 15 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
Parameter | Value |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
EPGopLength | 15 |
H265IdrPeriod | 20 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
Parameter | Value |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 15 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
Parameter | Value |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 66 |
H265EPGopLength | 15 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
Parameter | Value |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
Parameter | Value |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 15 |
H265IdrPeriod | 20 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265NumSliceCountMinus1 | 4 |
Parameter | Value |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 15 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265NumSliceCountMinus1 | 4 |
Parameter | Value |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 15 |
H265IdrPeriod | 30 |
Parameter | Value |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 15 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265Features | 1 |
H26RepeatSPSPPSMode | 1 |
Parameter | Value |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 77 |
H265EPGopLength | 15 |
H265IdrPeriod | 20 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265Features | 1 |
H265RepeatSPSPPSMode | 1 |
Parameter | Value |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 15 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265Features | 1 |
H265RepeatSPSPPSMode | 1 |
Parameter | Value |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 15 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265RepeatSPSPPSModes | 1 |
Parameter | Value |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H265NumSliceCountMinus1 | 4 |
H265RepeatSPSPPSMode | 2 |
H265VUIAspectRatioInfoPresentFlag | 1 |
H265VUIOverscanInfoPresentFlag | 1 |
H265VUIVideoSignalTypePresentFlag | 1 |
Parameter | Value |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H265NumSliceCountMinus1 | 4 |
H265RepeatSPSPPSMode | 2 |
H265VUIAspectRatioInfoPresentFlag | 1 |
H265VUIOverscanInfoPresentFlag | 1 |
H265VUIVideoSignalTypePresentFlag | 1 |
Parameter | Value |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 15 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265NumSliceCountMinus1 | 4 |
H265RepeatSPSPPSMode | 2 |
H265VUIAspectRatioInfoPresentFlag | 1 |
H265VUIOverscanInfoPresentFlag | 1 |
H265VUIVideoSignalTypePresentFlag | 1 |
Parameter | Value |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H265NumSliceCountMinus1 | 4 |
H265RepeatSPSPPSMode | 2 |
H265VUIAspectRatioInfoPresentFlag | 1 |
H265VUIOverscanInfoPresentFlag | 1 |
H265VUIVideoSignalTypePresentFlag | 1 |
Parameter | Value |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
EPGopLength | 15 |
H264IdrPeriod | 30 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265Features | 2 |
H265IntraRefreshPeriod | 30 |
H265IntraRefreshCount | 4 |
Parameter | Value |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265Features | 2 |
H265IntraRefreshPeriod | 30 |
H26IntraRefreshCount | 4 |
Parameter | Value |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
RCMode | 1 |
QPISlice | 20 |
QPPSlice | 23 |
H265Features | 2 |
H265IntraRefreshPeriod | 30 |
H265IntraRefreshCount | 4 |
Parameter | Value |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 60 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
RCMode | 1 |
QPISlice | 22 |
QPPSlice | 25 |
H265Features | 2 |
H265IntraRefreshPeriod | 30 |
H265IntraRefreshCount | 4 |
Parameter | Value |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 500000 |
Parameter | Value |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 2000000 |
Parameter | Value |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 2000000 |
Parameter | Value |
InputFile | Disney_test.yuv |
InputFileFormat | 0 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 0 |
RCAverageBitrate | 8000000 |
Parameter | Value |
InputFile | NTSC352x240.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 352 |
EPEncodeHeight | 240 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265Level | 60 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 500000 |
RCMaxBitrate | 1000000 |
Parameter | Value |
InputFile | NTSC704x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 704 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265Level | 60 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 2000000 |
RCMaxBitrate | 4000000 |
Parameter | Value |
InputFile | NTSC720x480.yv12 |
InputFileFormat | 1 |
EPEncodeWidth | 720 |
EPEncodeHeight | 480 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265Level | 60 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 2000000 |
RCMaxBitrate | 4000000 |
Parameter | Value |
InputFile | Disney_test.yuv |
InputFileFormat | 1 |
EPEncodeWidth | 1920 |
EPEncodeHeight | 1080 |
FramesToBeEncoded | 300 |
EPGopPattern | 1 |
EPMaxNumRefFrames | 1 |
H265Profile | 1 |
H265Level | 60 |
H265EPGopLength | 30 |
H265IdrPeriod | 30 |
RCMode | 2 |
RCAverageBitrate | 8000000 |
RCMaxBitrate | 12000000 |