⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 template.par

📁 jpeg and mpeg 编解码技术源代码
💻 PAR
字号:
;
; This is an AVI2MPG1 initialization file
; Move it to your windows-directory or
; give the full pathname, eg.
; avi2mpeg1 -p c:\avi2mpeg1\avi2mpg1.par infile.avi outfile.mpg
;
; Created by Volker Bartheld (entwicklung@reetcom.de) for
; the VELA Research SCSI MPEG-Decoder
;
; It generates a PAL 352x288 (1/2 PAL SIF) MPEG stream and
; writes a sequence header preceding every GOP
;

[matrix]
;name of intra quant matrix file     ("-": default matrix)
iqname=-         
;name of non intra quant matrix file ("-": default matrix)
niqname=-

[timecode]
;timecode of first frame
tc_of1stframe=00:00:00:00

[frameinfo]
;N (# of frames in GOP), avi2mpg1 uses 12 if video < 29.97 FPS
nrframesinGOP=12
;M (I/P frame distance)
ipframedist=3

[image]
;aspect_ratio_information
;1=Square VGA Pixels, 3=16:9 625 lines, 6=16:9 525 lines,
;8=CCIR601 625 line, 9=CCIR601 525 line
aspectratio=8
;Profile ID: Simple = 5, Main = 4, SNR = 3, Spatial = 2, High = 1
prof_id=4
;Level ID:   Low = 10, Main = 8, High 1440 = 6, High = 4
lev_id=10
;video_format: 0=comp., 1=PAL, 2=NTSC, 3=SECAM, 4=MAC, 5=unspec.
vid_format=1

[buffer]
;vbv_buffer_size (in multiples of 16 kbit)
vbv_buf=23

[flags]
;constrained_parameters_flag
constrparm=1
;repeat_first_field
repeat_first_field=0
;write sequence header to every wr_seqh2gop-th GOP? Yes!
wr_seqh2gop=1

[color]
;color_primaries
col_primaries=5
;transfer_characteristics
trans_ch=5
;matrix_coefficients
matrix_coeff=5
;intra_dc_precision (0: 8 bit, 1: 9 bit, 2: 10 bit, 3: 11 bit
intradc_prec=0

[frame]
;frame_pred_frame_dct (I P B)
frame_pred_dct=1 1 1
;q_scale_type  (I P B)
q_scale_type=0 0 0
;intra_vlc_format (I P B)
intra_vlc_format=0 0 0
;alternate_scan (I P B)
alternate_scan=0 0 0

[slice]
;P distance between complete intra slice refresh
p_dist=0


[motion]
;rate control: r (reaction parameter)
rate_control=0
;rate control: avg_act (initial average activity)
avg_act=0
;rate control: Xi (initial I frame global complexity measure)
xi=0
;rate control: Xp (initial P frame global complexity measure)
xp=0
;rate control: Xb (initial B frame global complexity measure)
xb=0
;rate control: d0i (initial I frame virtual buffer fullness)
d0i=0
;rate control: d0p (initial P frame virtual buffer fullness)
d0p=0
;rate control: d0b (initial B frame virtual buffer fullness)
d0b=0

[motion_data]
;P:  forw_hor_f_code forw_vert_f_code search_width/height
;B1: forw_hor_f_code forw_vert_f_code search_width/height
;B1: back_hor_f_code back_vert_f_code search_width/height
;B2: forw_hor_f_code forw_vert_f_code search_width/height
;B2: back_hor_f_code back_vert_f_code search_width/height

p0=2 2 11 11

bf1=1 1 3 3
bb1=1 1 7 7
bf2=1 1 7 7
bb2=1 1 3 3

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -