home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / video / conversores / avi2mpg1.exe / template.par < prev   
Text File  |  2000-05-06  |  3KB  |  110 lines

  1. ;
  2. ; This is an AVI2MPG1 initialization file
  3. ; Move it to your windows-directory or
  4. ; give the full pathname, eg.
  5. ; avi2mpeg1 -p c:\avi2mpeg1\avi2mpg1.par infile.avi outfile.mpg
  6. ;
  7. ; Created by Volker Bartheld (entwicklung@reetcom.de) for
  8. ; the VELA Research SCSI MPEG-Decoder
  9. ;
  10. ; It generates a PAL 352x288 (1/2 PAL SIF) MPEG stream and
  11. ; writes a sequence header preceding every GOP
  12. ;
  13.  
  14. [matrix]
  15. ;name of intra quant matrix file     ("-": default matrix)
  16. iqname=-         
  17. ;name of non intra quant matrix file ("-": default matrix)
  18. niqname=-
  19.  
  20. [timecode]
  21. ;timecode of first frame
  22. tc_of1stframe=00:00:00:00
  23.  
  24. [frameinfo]
  25. ;N (# of frames in GOP), avi2mpg1 uses 12 if video < 29.97 FPS
  26. nrframesinGOP=12
  27. ;M (I/P frame distance)
  28. ipframedist=3
  29.  
  30. [image]
  31. ;aspect_ratio_information
  32. ;1=Square VGA Pixels, 3=16:9 625 lines, 6=16:9 525 lines,
  33. ;8=CCIR601 625 line, 9=CCIR601 525 line
  34. aspectratio=8
  35. ;Profile ID: Simple = 5, Main = 4, SNR = 3, Spatial = 2, High = 1
  36. prof_id=4
  37. ;Level ID:   Low = 10, Main = 8, High 1440 = 6, High = 4
  38. lev_id=10
  39. ;video_format: 0=comp., 1=PAL, 2=NTSC, 3=SECAM, 4=MAC, 5=unspec.
  40. vid_format=1
  41.  
  42. [buffer]
  43. ;vbv_buffer_size (in multiples of 16 kbit)
  44. vbv_buf=23
  45.  
  46. [flags]
  47. ;constrained_parameters_flag
  48. constrparm=1
  49. ;repeat_first_field
  50. repeat_first_field=0
  51. ;write sequence header to every wr_seqh2gop-th GOP? Yes!
  52. wr_seqh2gop=1
  53.  
  54. [color]
  55. ;color_primaries
  56. col_primaries=5
  57. ;transfer_characteristics
  58. trans_ch=5
  59. ;matrix_coefficients
  60. matrix_coeff=5
  61. ;intra_dc_precision (0: 8 bit, 1: 9 bit, 2: 10 bit, 3: 11 bit
  62. intradc_prec=0
  63.  
  64. [frame]
  65. ;frame_pred_frame_dct (I P B)
  66. frame_pred_dct=1 1 1
  67. ;q_scale_type  (I P B)
  68. q_scale_type=0 0 0
  69. ;intra_vlc_format (I P B)
  70. intra_vlc_format=0 0 0
  71. ;alternate_scan (I P B)
  72. alternate_scan=0 0 0
  73.  
  74. [slice]
  75. ;P distance between complete intra slice refresh
  76. p_dist=0
  77.  
  78.  
  79. [motion]
  80. ;rate control: r (reaction parameter)
  81. rate_control=0
  82. ;rate control: avg_act (initial average activity)
  83. avg_act=0
  84. ;rate control: Xi (initial I frame global complexity measure)
  85. xi=0
  86. ;rate control: Xp (initial P frame global complexity measure)
  87. xp=0
  88. ;rate control: Xb (initial B frame global complexity measure)
  89. xb=0
  90. ;rate control: d0i (initial I frame virtual buffer fullness)
  91. d0i=0
  92. ;rate control: d0p (initial P frame virtual buffer fullness)
  93. d0p=0
  94. ;rate control: d0b (initial B frame virtual buffer fullness)
  95. d0b=0
  96.  
  97. [motion_data]
  98. ;P:  forw_hor_f_code forw_vert_f_code search_width/height
  99. ;B1: forw_hor_f_code forw_vert_f_code search_width/height
  100. ;B1: back_hor_f_code back_vert_f_code search_width/height
  101. ;B2: forw_hor_f_code forw_vert_f_code search_width/height
  102. ;B2: back_hor_f_code back_vert_f_code search_width/height
  103.  
  104. p0=2 2 11 11
  105.  
  106. bf1=1 1 3 3
  107. bb1=1 1 7 7
  108. bf2=1 1 7 7
  109. bb2=1 1 3 3
  110.