home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd2.bin / prevodniky / download / TMPGEnc / TMPGEnc2521.exe / TMPGEnc.exe / 1036 / RCDATA / TMPEGCONFIGFORM / TMPEGCONFIGFORM.txt
Text File  |  2003-09-16  |  60KB  |  1,707 lines

  1. object MPEGConfigForm: TMPEGConfigForm
  2.   Left = 206
  3.   Top = 117
  4.   HelpContext = 31
  5.   ActiveControl = OKButton
  6.   BorderStyle = bsDialog
  7.   Caption = 'Options de l'#39'encodeur MPEG'
  8.   ClientHeight = 500
  9.   ClientWidth = 437
  10.   Color = clBtnFace
  11.   Font.Charset = ANSI_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 12
  25.   object PageControl: TPageControl
  26.     Left = 8
  27.     Top = 8
  28.     Width = 421
  29.     Height = 453
  30.     ActivePage = VideoSheet
  31.     MultiLine = True
  32.     TabOrder = 0
  33.     OnChange = PageControlChange
  34.     object VideoSheet: TTabSheet
  35.       HelpContext = 32
  36.       Caption = 'Vid∩┐╜o'
  37.       object GroupBox1: TGroupBox
  38.         Left = 8
  39.         Top = 8
  40.         Width = 397
  41.         Height = 390
  42.         Caption = 'Options du flux vid∩┐╜o'
  43.         TabOrder = 0
  44.         object Video_StreamTypeLabel: TPGLabelButton
  45.           Left = 14
  46.           Top = 20
  47.           Width = 99
  48.           Height = 18
  49.           Color = clBtnFace
  50.           Caption = '&Type de Flux :'
  51.           FocusControl = Video_StreamType
  52.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  53.           Margin = 2
  54.           ParentColor = False
  55.           SingleDownClick = True
  56.           OnClick = ConfigItemLabelClick
  57.         end
  58.         object Video_SizeLabel: TPGLabelButton
  59.           Left = 14
  60.           Top = 57
  61.           Width = 57
  62.           Height = 18
  63.           Color = clBtnFace
  64.           Caption = 'D&imensions :'
  65.           FocusControl = Video_Width
  66.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  67.           Margin = 2
  68.           ParentColor = False
  69.           SingleDownClick = True
  70.           OnClick = ConfigItemLabelClick
  71.         end
  72.         object Video_FrameRateLabel: TPGLabelButton
  73.           Left = 14
  74.           Top = 105
  75.           Width = 97
  76.           Height = 18
  77.           Color = clBtnFace
  78.           Caption = '&Fr∩┐╜quence d'#39'image :'
  79.           FocusControl = Video_FrameRate
  80.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  81.           Margin = 2
  82.           ParentColor = False
  83.           SingleDownClick = True
  84.           OnClick = ConfigItemLabelClick
  85.         end
  86.         object Label30: TLabel
  87.           Left = 234
  88.           Top = 59
  89.           Width = 6
  90.           Height = 12
  91.           Caption = 'x'
  92.         end
  93.         object Label31: TLabel
  94.           Left = 312
  95.           Top = 59
  96.           Width = 43
  97.           Height = 12
  98.           Caption = 'pixels'
  99.         end
  100.         object Bevel3: TBevel
  101.           Left = 16
  102.           Top = 46
  103.           Width = 365
  104.           Height = 2
  105.         end
  106.         object Video_CBR_BitRateLabel: TPGLabelButton
  107.           Left = 14
  108.           Top = 166
  109.           Width = 81
  110.           Height = 18
  111.           Color = clBtnFace
  112.           Caption = '&D∩┐╜bit :'
  113.           FocusControl = Video_CBR_BitRate
  114.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  115.           Margin = 2
  116.           ParentColor = False
  117.           SingleDownClick = True
  118.           OnClick = ConfigItemLabelClick
  119.         end
  120.         object Label35: TLabel
  121.           Left = 295
  122.           Top = 193
  123.           Width = 15
  124.           Height = 12
  125.           Caption = 'Ko'
  126.         end
  127.         object Video_CBR_BitRate_StepLabel: TLabel
  128.           Left = 291
  129.           Top = 169
  130.           Width = 82
  131.           Height = 12
  132.           AutoSize = False
  133.         end
  134.         object Video_VBVBufferSizeLabel: TPGLabelButton
  135.           Left = 14
  136.           Top = 191
  137.           Width = 126
  138.           Height = 18
  139.           Color = clBtnFace
  140.           Caption = 'Taille du tampon &VBV :'
  141.           FocusControl = Video_VBVBufferSize
  142.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  143.           Margin = 2
  144.           ParentColor = False
  145.           SingleDownClick = True
  146.           OnClick = ConfigItemLabelClick
  147.         end
  148.         object Video_AspectRatioLabel: TPGLabelButton
  149.           Left = 14
  150.           Top = 81
  151.           Width = 99
  152.           Height = 18
  153.           Color = clBtnFace
  154.           Caption = 'Ratio d'#39'aspect :'
  155.           FocusControl = Video_AspectRatio
  156.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  157.           Margin = 2
  158.           ParentColor = False
  159.           SingleDownClick = True
  160.           OnClick = ConfigItemLabelClick
  161.         end
  162.         object Bevel5: TBevel
  163.           Left = 16
  164.           Top = 217
  165.           Width = 365
  166.           Height = 2
  167.         end
  168.         object Video_ProfileAndLevelLabel: TPGLabelButton
  169.           Left = 14
  170.           Top = 227
  171.           Width = 130
  172.           Height = 18
  173.           Color = clBtnFace
  174.           Caption = '&Profil et Niveau :'
  175.           FocusControl = Video_ProfileAndLevel
  176.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  177.           Margin = 2
  178.           ParentColor = False
  179.           SingleDownClick = True
  180.           OnClick = ConfigItemLabelClick
  181.         end
  182.         object Video_VideoFormatLabel: TPGLabelButton
  183.           Left = 14
  184.           Top = 252
  185.           Width = 116
  186.           Height = 18
  187.           Color = clBtnFace
  188.           Caption = 'Syst∩┐╜me TV :'
  189.           FocusControl = Video_VideoFormat
  190.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  191.           Margin = 2
  192.           ParentColor = False
  193.           SingleDownClick = True
  194.           OnClick = ConfigItemLabelClick
  195.         end
  196.         object Video_YUVFormatLabel: TPGLabelButton
  197.           Left = 14
  198.           Top = 301
  199.           Width = 74
  200.           Height = 18
  201.           Color = clBtnFace
  202.           Caption = 'Format &YUV :'
  203.           FocusControl = Video_YUVFormat
  204.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  205.           Margin = 2
  206.           ParentColor = False
  207.           SingleDownClick = True
  208.           OnClick = ConfigItemLabelClick
  209.         end
  210.         object Video_DC_PrecLabel: TPGLabelButton
  211.           Left = 14
  212.           Top = 324
  213.           Width = 92
  214.           Height = 18
  215.           Color = clBtnFace
  216.           Caption = 'Pr∩┐╜cision de &DC :'
  217.           FocusControl = Video_DC_Prec
  218.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  219.           Margin = 2
  220.           ParentColor = False
  221.           SingleDownClick = True
  222.           OnClick = ConfigItemLabelClick
  223.         end
  224.         object Bevel10: TBevel
  225.           Left = 16
  226.           Top = 349
  227.           Width = 365
  228.           Height = 2
  229.         end
  230.         object Label16: TLabel
  231.           Left = 17
  232.           Top = 363
  233.           Width = 89
  234.           Height = 12
  235.           Caption = 'Recherche de &mouvement :'
  236.           FocusControl = Video_MotionSearch
  237.         end
  238.         object Video_RateControlModeLabel: TPGLabelButton
  239.           Left = 14
  240.           Top = 141
  241.           Width = 109
  242.           Height = 18
  243.           Color = clBtnFace
  244.           Caption = 'Mode de cont&r∩┐╜le du d∩┐╜bit :'
  245.           FocusControl = Video_RateControlMode
  246.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  247.           Margin = 2
  248.           ParentColor = False
  249.           SingleDownClick = True
  250.           OnClick = ConfigItemLabelClick
  251.         end
  252.         object Bevel4: TBevel
  253.           Left = 16
  254.           Top = 131
  255.           Width = 365
  256.           Height = 2
  257.         end
  258.         object Video_VideoEncodeModeLabel: TPGLabelButton
  259.           Left = 14
  260.           Top = 276
  261.           Width = 106
  262.           Height = 18
  263.           Color = clBtnFace
  264.           Caption = 'Mode d'#39'affi&chage :'
  265.           FocusControl = Video_VideoEncodeMode
  266.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  267.           Margin = 2
  268.           ParentColor = False
  269.           SingleDownClick = True
  270.           OnClick = ConfigItemLabelClick
  271.         end
  272.         object Video_StreamType: TComboBox
  273.           Left = 168
  274.           Top = 19
  275.           Width = 213
  276.           Height = 20
  277.           Hint = 
  278.             'Indique le format mpeg-vid∩┐╜o employ∩┐╜ pour l'#39'encodage.'#13#10#13#10'- MPEG-' +
  279.             '1'#13#10#13#10'Lisible sur la majorit∩┐╜ des ordinateurs.'#13#10#13#10'- MPEG-2'#13#10#13#10'Pos' +
  280.             's∩┐╜de plus de fonctionnalit∩┐╜s que le MPEG-1 '#13#10'(Par exemple: l'#39'enc' +
  281.             'odage avec entrelacement). '#13#10'N∩┐╜cessite un logiciel de lecture de' +
  282.             ' DVD.'
  283.           Style = csDropDownList
  284.           ItemHeight = 12
  285.           TabOrder = 0
  286.           OnChange = Video_StreamTypeChange
  287.           OnKeyDown = EditKeyDown
  288.         end
  289.         object Video_Width: TPGSpinEdit
  290.           Left = 168
  291.           Top = 55
  292.           Width = 61
  293.           Height = 21
  294.           Hint = 
  295.             'Indique les dimensions de l'#39'image de sortie par pas de 8 pixels.' +
  296.             ' '#13#10#13#10'ATTENTION :'#13#10'Les dimensions horizontale est verticale doive' +
  297.             'ntt ∩┐╜tre de pr∩┐╜f∩┐╜rence un'#13#10'multiple de 16 afin d'#39'∩┐╜viter la pr∩┐╜se' +
  298.             'nce d'#39'un ph∩┐╜nom∩┐╜ne de bruit sur le'#13#10'pourtour de l'#39'image.'
  299.           AlignValue = True
  300.           CanFloatValue = False
  301.           FloatValue = 1
  302.           Increment = 16
  303.           MaxValue = 4095
  304.           MinValue = 1
  305.           TabOrder = 1
  306.           Value = 1
  307.           OnChange = Video_WidthChange
  308.           OnKeyDown = EditKeyDown
  309.         end
  310.         object Video_FrameRate: TComboBox
  311.           Left = 168
  312.           Top = 104
  313.           Width = 165
  314.           Height = 20
  315.           Hint = 
  316.             'Indique la fr∩┐╜quence image de la s∩┐╜quence mpeg.'#13#10#13#10'La fr∩┐╜quence ' +
  317.             'de 15 i/s (30 i/s en interne) n'#39'existe pas dans le standard'#13#10'MPE' +
  318.             'G. C'#39'est donc un pseudo-codage qui est appliqu∩┐╜, ce qui peut'#13#10'fo' +
  319.             'rtement r∩┐╜duire la qualit∩┐╜ de l'#39'image.'#13#10#13#10'ATTENTTION'#13#10'Windows Me' +
  320.             'dia Player ne peut pas lire de s∩┐╜quence mpeg ∩┐╜ 60 i/s.'
  321.           Style = csDropDownList
  322.           ItemHeight = 12
  323.           TabOrder = 4
  324.           OnChange = Video_FrameRateChange
  325.           OnKeyDown = EditKeyDown
  326.         end
  327.         object Video_Height: TPGSpinEdit
  328.           Left = 245
  329.           Top = 55
  330.           Width = 61
  331.           Height = 21
  332.           Hint = 
  333.             'Indique les dimensions de l'#39'image de sortie par pas de 8 pixels.' +
  334.             ' '#13#10#13#10'ATTENTION :'#13#10'Les dimensions horizontale est verticale doive' +
  335.             'ntt ∩┐╜tre de pr∩┐╜f∩┐╜rence un'#13#10'multiple de 16 afin d'#39'∩┐╜viter la pr∩┐╜se' +
  336.             'nce d'#39'un ph∩┐╜nom∩┐╜ne de bruit sur le'#13#10'pourtour de l'#39'image.'
  337.           AlignValue = True
  338.           CanFloatValue = False
  339.           FloatValue = 1
  340.           Increment = 16
  341.           MaxValue = 4095
  342.           MinValue = 1
  343.           TabOrder = 2
  344.           Value = 1
  345.           OnChange = Video_HeightChange
  346.           OnKeyDown = EditKeyDown
  347.         end
  348.         object Video_CBR_BitRate: TPGSpinEdit
  349.           Left = 168
  350.           Top = 164
  351.           Width = 121
  352.           Height = 21
  353.           Hint = 
  354.             'Indique le d∩┐╜bit des donn∩┐╜es vid∩┐╜o, '#13#13'Ce chiffre correspond au n' +
  355.             'ombre de bit transmis par seconde pour un'#13'd∩┐╜bit constant.'
  356.           AlignValue = True
  357.           CanFloatValue = False
  358.           FloatValue = 1000
  359.           Increment = 50000
  360.           MinValue = 1000
  361.           TabOrder = 8
  362.           Value = 1000
  363.           OnChange = Video_CBR_BitRateChange
  364.           OnKeyDown = EditKeyDown
  365.           OnGetText = BitRateEditGetText
  366.           OnGetValue = BitRateEditGetValue
  367.         end
  368.         object Video_VBVBufferSize: TPGSpinEdit
  369.           Left = 168
  370.           Top = 189
  371.           Width = 121
  372.           Height = 21
  373.           Hint = 
  374.             'Indique la taille du tampon de lecture VBV. La valeur doit ∩┐╜tre ' +
  375.             'un nombre pair.'#13#10'Si la valeur est 0, la taille du tampon est cho' +
  376.             'isie automatiquement.'#13#10#13#10'TMPGEnc ajuste du mieux possible le d∩┐╜b' +
  377.             'it afin d'#39'∩┐╜viter un d∩┐╜bordement ou'#13#10'une ∩┐╜puisement du tampon VBV' +
  378.             '.'#13#10#13#10'- Explication des termes d∩┐╜bordement et ∩┐╜puisement.'#13#10#13#10'Les ' +
  379.             'donn∩┐╜es encod∩┐╜es mpeg sont transf∩┐╜r∩┐╜es au tampon VBV selon un'#13#10'd' +
  380.             '∩┐╜bit constant ou variable. Lors du d∩┐╜codage, le d∩┐╜codeur va cher' +
  381.             'cher les'#13#10'dont il a besoin donn∩┐╜es dans le tamon VBV ∩┐╜ un d∩┐╜bit ' +
  382.             'variable.'#13#10#13#10'D∩┐╜bordement :'#13#10#13#10'Le tampon ∩┐╜ une taille insuffisant' +
  383.             'e par rapport ∩┐╜ la quantit∩┐╜ de donn∩┐╜es ∩┐╜'#13#10'traiter.'#13#10#13#10'Epuisement' +
  384.             ' :'#13#10#13#10'Les donn∩┐╜es sont transmises trop tard au tampon. Lors du'#13#10 +
  385.             'd∩┐╜codage d'#39'une image, le d∩┐╜codeur n'#39'a pas assez de donn∩┐╜es'#13#10'disp' +
  386.             'onibles.'
  387.           AlignValue = True
  388.           CanFloatValue = False
  389.           Increment = 2
  390.           MaxValue = 100000
  391.           TabOrder = 9
  392.           Value = 0
  393.           OnExit = Video_VBVBufferSizeExit
  394.           OnKeyDown = EditKeyDown
  395.           OnGetText = Video_VBVBufferSizeGetText
  396.           OnGetValue = Video_VBVBufferSizeGetValue
  397.         end
  398.         object Video_AspectRatio: TComboBox
  399.           Left = 168
  400.           Top = 80
  401.           Width = 165
  402.           Height = 20
  403.           Hint = 
  404.             'Indique le rapport entre la hauteur et la largeur de l'#39'image ou ' +
  405.             'le rapport entre'#13#10'la hauteur et la largeur d'#39'une pixel (point vi' +
  406.             'd∩┐╜o) de l'#39'image.'#13#10#13#10'Lorsque le lecteur traite correctement ce ra' +
  407.             'pport, celui-ci peut au besoin'#13#10'l'#39'adapter au profil du syst∩┐╜me d' +
  408.             #39'affichage.'#13#10#13#10'Windows Media Player corrige le format d'#39'image lo' +
  409.             'rsqu'#39'il est utilis∩┐╜ en'#13#10'plein-∩┐╜cran.'
  410.           Style = csDropDownList
  411.           ItemHeight = 12
  412.           TabOrder = 3
  413.           OnChange = Video_AspectRatioChange
  414.           OnKeyDown = EditKeyDown
  415.         end
  416.         object Video_ProfileAndLevel: TComboBox
  417.           Left = 168
  418.           Top = 226
  419.           Width = 213
  420.           Height = 20
  421.           Hint = 
  422.             'Indique la cat∩┐╜gorie de d∩┐╜codeur pouvant lire le fichier mpeg qu' +
  423.             'i sera encod∩┐╜.'#13#10'Plus le profil et le niveau sont ∩┐╜lev∩┐╜s, plus le' +
  424.             ' d∩┐╜codeur n∩┐╜cessaire pour lire'#13#10'le flux doit ∩┐╜tre performant.'#13#10#13 +
  425.             #10'Selon le profil choisi, le standard YUV utilisable et la pr∩┐╜cis' +
  426.             'ion de la'#13#10'composante DC sont diff∩┐╜rents. De m∩┐╜me, selon le nive' +
  427.             'au, le d∩┐╜bit'#13#10'maximum est plus ou moins ∩┐╜lev∩┐╜.'#13#10#13#10'Le standard DV' +
  428.             'D-Video est de cat∩┐╜gorie MP@ML.'#13#10'(Profil Principal et Niveau Pri' +
  429.             'ncipal)'
  430.           Style = csDropDownList
  431.           ItemHeight = 12
  432.           TabOrder = 10
  433.           OnChange = Video_ProfileAndLevelChange
  434.           OnKeyDown = EditKeyDown
  435.         end
  436.         object Video_VideoFormat: TComboBox
  437.           Left = 168
  438.           Top = 250
  439.           Width = 161
  440.           Height = 20
  441.           Hint = 'Indique le syst∩┐╜me TV dans lequel la s∩┐╜quence sera encod∩┐╜e.'
  442.           Style = csDropDownList
  443.           ItemHeight = 12
  444.           TabOrder = 11
  445.           OnKeyDown = EditKeyDown
  446.         end
  447.         object Video_YUVFormat: TComboBox
  448.           Left = 168
  449.           Top = 298
  450.           Width = 161
  451.           Height = 20
  452.           Hint = 
  453.             'Choix du standard YUV.  Plus les nombres sont grands, plus la qu' +
  454.             'antit∩┐╜ de'#13#10'donn∩┐╜es est importante et plus le d∩┐╜bit doit ∩┐╜tre ∩┐╜le' +
  455.             'v∩┐╜.'#13#10#13#10'- 4:2:0'#13#10'La composante couleur est r∩┐╜duite au quart. '#13#10'La' +
  456.             ' d∩┐╜finitions des zones rouges peut para∩┐╜tre faible. '#13#10#13#10'- 4:2:2'#13 +
  457.             #10'La composante couleur est r∩┐╜duite de moiti∩┐╜. '#13#10'Ce standard n'#39'es' +
  458.             't pas utilisable par d∩┐╜faut. Vous devez '#13#10'changer de profil et d' +
  459.             'e niveau pour y acc∩┐╜der.'#13#10#13#10'- 4:4:4'#13#10'Aucune r∩┐╜duction de couleur' +
  460.             's, Ce standard n'#39'est pas '#13#10'support∩┐╜ par TMPGEnc.'#13#10
  461.           Style = csDropDownList
  462.           ItemHeight = 12
  463.           TabOrder = 13
  464.           OnKeyDown = EditKeyDown
  465.         end
  466.         object Video_DC_Prec: TComboBox
  467.           Left = 168
  468.           Top = 322
  469.           Width = 161
  470.           Height = 20
  471.           Hint = 
  472.             'Indique la pr∩┐╜cision de la composante DC. '#13#13'Plus cette pr∩┐╜cision' +
  473.             ' est ∩┐╜lev∩┐╜e, meilleurs sont rendus les tons de couleur.'
  474.           Style = csDropDownList
  475.           ItemHeight = 12
  476.           TabOrder = 14
  477.           OnKeyDown = EditKeyDown
  478.         end
  479.         object Video_MotionSearch: TComboBox
  480.           Left = 168
  481.           Top = 358
  482.           Width = 213
  483.           Height = 20
  484.           Hint = 
  485.             'Indique le degr∩┐╜ de pr∩┐╜cision lors de la recherche de mouvement.' +
  486.             ' Plus'#13'celui-ci est ∩┐╜lev∩┐╜, plus le temps d'#39'encodage devient long.' +
  487.             ' En contrepartie la'#13'qualit∩┐╜ de rendu de l'#39'image est meilleure.'#13
  488.           Style = csDropDownList
  489.           DropDownCount = 20
  490.           ItemHeight = 12
  491.           TabOrder = 15
  492.           OnKeyDown = EditKeyDown
  493.         end
  494.         object Video_RateControlMode: TComboBox
  495.           Left = 168
  496.           Top = 140
  497.           Width = 165
  498.           Height = 20
  499.           Hint = 
  500.             'Indique la m∩┐╜thode de contr∩┐╜le du d∩┐╜bit. A part les modes CBR et' +
  501.             ' RT_CBR,'#13#10'tous les autres modes sont VBR.'#13#10#13#10'- D∩┐╜bit Constant (C' +
  502.             'BR)'#13#10#13#10'Le d∩┐╜bit est fixe. Si une s∩┐╜quence est particul∩┐╜rement mo' +
  503.             'uvement∩┐╜e, une'#13#10'insufisance de d∩┐╜bit provoque l'#39'apparition de ma' +
  504.             'crobloc.'#13#10#13#10'* En fait ce n'#39'est pas le d∩┐╜bit qui est fixe, mais l' +
  505.             'a vitesse de transfert des'#13#10'donn∩┐╜es vers le tampon VBV.'#13#10#13#10'- 2-p' +
  506.             'asses VBR (VBR)'#13#10#13#10'Proc∩┐╜de ∩┐╜ l'#39'analyse de la s∩┐╜quence enti∩┐╜re pu' +
  507.             'is assigne un ou plusieurs'#13#10'd∩┐╜bits en fonction des besoins.'#13#10#13#10'-' +
  508.             ' VBR manuel (MVBR)'#13#10#13#10'Le d∩┐╜bit est fix∩┐╜ manuellement pour chaque' +
  509.             ' plan. Ce mode est actif si vous'#13#10'choisissez le typage manuel de' +
  510.             's images.'#13#10#13#10'- VBR automatique (CQ_VBR)'#13#10#13#10'Le d∩┐╜bit est variable' +
  511.             ' en fonctiondes plan et selon un niveau arbitraire de'#13#10'qualit∩┐╜ d' +
  512.             #39'image. C'#39'est le pendant semi-automatique du VBR manuel.'#13#10#13#10'- Qu' +
  513.             'alit∩┐╜ constante (CQ)'#13#10#13#10'Le d∩┐╜bit est variable en fonctiondes pla' +
  514.             'n et selon un niveau arbitraire de'#13#10'qualit∩┐╜ d'#39'image. Vous pouvez' +
  515.             ' indiquer le niveau de r∩┐╜duction de l'#39'image.'
  516.           Style = csDropDownList
  517.           ItemHeight = 12
  518.           TabOrder = 6
  519.           OnChange = Video_RateControlModeChange
  520.           OnKeyDown = EditKeyDown
  521.         end
  522.         object Video_RateControlButton: TButton
  523.           Left = 337
  524.           Top = 139
  525.           Width = 46
  526.           Height = 22
  527.           Caption = 'Config.'
  528.           TabOrder = 7
  529.           OnClick = Video_RateControlButtonClick
  530.         end
  531.         object Video_FrameRateButton: TButton
  532.           Left = 337
  533.           Top = 103
  534.           Width = 46
  535.           Height = 22
  536.           Caption = 'Config.'
  537.           TabOrder = 5
  538.           OnClick = Video_FrameRateButtonClick
  539.         end
  540.         object Video_VideoEncodeMode: TComboBox
  541.           Left = 168
  542.           Top = 274
  543.           Width = 161
  544.           Height = 20
  545.           Hint = 
  546.             'Indique le mode d'#39'affichage des images de la s∩┐╜quence.'#13#10#13#10'- Non-' +
  547.             'entrelac∩┐╜ (progressif)'#13#10#13#10'Encode la s∩┐╜quence en mode non-entrela' +
  548.             'c∩┐╜.'#13#10#13#10'- Entrelac∩┐╜'#13#10#13#10'Encode la s∩┐╜quence en mode entrelac∩┐╜.'#13#10#13#10'C' +
  549.             'ertains lecteurs de DVD logiciel d∩┐╜sentrelacent automatiquement'#13 +
  550.             #10'pendant la lecture un fichier encod∩┐╜ selon cette m∩┐╜thode.'#13#10#13#10'- ' +
  551.             'T∩┐╜l∩┐╜cin∩┐╜ 3:2 pendant la lecture'#13#10#13#10'Lors de la lecture de s∩┐╜quenc' +
  552.             'e ∩┐╜ 23,976 i/s ou 24 i/s, une donn∩┐╜e d'#39'activation'#13#10'du T∩┐╜l∩┐╜cin∩┐╜ e' +
  553.             'st envoy∩┐╜e. Lorsque vous utilisez cette fonction, la s∩┐╜quence'#13#10'e' +
  554.             'n sortie est ∩┐╜ 25, 29,97 i/s ou 30 i/s entrelac∩┐╜e.'#13#10#13#10'L'#39'encodage' +
  555.             ' ∩┐╜tant en mode non-entrelac∩┐╜, activer le T∩┐╜l∩┐╜cin∩┐╜ permet d'#39'obten' +
  556.             'ir'#13#10'une image de haute qualit∩┐╜.'#13#10#13#10'- T∩┐╜l∩┐╜cin∩┐╜ inverse 3:2'#13#10#13#10'Enc' +
  557.             'ode si possible en apliquant le T∩┐╜l∩┐╜cin∩┐╜ inverse sur les s∩┐╜quenc' +
  558.             'es'#13#10'entrelac∩┐╜es ∩┐╜ 25, 29,97 i/s ou 30 i/s.'#13#10#13#10'Permet d'#39'obtenir u' +
  559.             'ne image de meilleur qualit∩┐╜ que lors de l'#39'encodage de film'#13#10'ou ' +
  560.             'd'#39'anim∩┐╜ en mode entrelac∩┐╜ sans conversion ∩┐╜ 24 ips.'#13#10#13#10'La s∩┐╜quen' +
  561.             'ce peut ∩┐╜tre partiellement en mode progressif, mais pour une'#13#10's∩┐╜' +
  562.             'quence encod∩┐╜e en mpeg-2, toutes les images sont trait∩┐╜es en mod' +
  563.             'e'#13#10'entrelac∩┐╜.'
  564.           Style = csDropDownList
  565.           ItemHeight = 12
  566.           TabOrder = 12
  567.           OnChange = Video_VideoEncodeModeChange
  568.           OnKeyDown = EditKeyDown
  569.         end
  570.       end
  571.     end
  572.     object VideoAdvancedSheet: TTabSheet
  573.       HelpContext = 52
  574.       Caption = 'Expert'
  575.       ImageIndex = 5
  576.       object GroupBox7: TGroupBox
  577.         Left = 8
  578.         Top = 8
  579.         Width = 397
  580.         Height = 409
  581.         Caption = 'Options de source vid∩┐╜o'
  582.         TabOrder = 0
  583.         object Bevel6: TBevel
  584.           Left = 16
  585.           Top = 156
  586.           Width = 365
  587.           Height = 2
  588.         end
  589.         object Bevel8: TBevel
  590.           Left = 16
  591.           Top = 94
  592.           Width = 365
  593.           Height = 2
  594.         end
  595.         object Label14: TLabel
  596.           Left = 16
  597.           Top = 46
  598.           Width = 113
  599.           Height = 12
  600.           Caption = '&Ordre des trames :'
  601.           FocusControl = Video_FieldOrder
  602.         end
  603.         object Label25: TLabel
  604.           Left = 16
  605.           Top = 24
  606.           Width = 110
  607.           Height = 12
  608.           Caption = '&Type de source vid∩┐╜o :'
  609.           FocusControl = Video_FieldSource
  610.         end
  611.         object Label7: TLabel
  612.           Left = 16
  613.           Top = 70
  614.           Width = 114
  615.           Height = 12
  616.           Caption = '&Ratio d'#39'aspect :'
  617.           FocusControl = Video_SrcAspectRatio
  618.         end
  619.         object Label11: TLabel
  620.           Left = 16
  621.           Top = 107
  622.           Width = 91
  623.           Height = 12
  624.           Caption = 'Positionnement :'
  625.           FocusControl = Video_ImageArrange
  626.         end
  627.         object Label12: TLabel
  628.           Left = 238
  629.           Top = 131
  630.           Width = 6
  631.           Height = 12
  632.           Caption = 'x'
  633.         end
  634.         object Label15: TLabel
  635.           Left = 320
  636.           Top = 131
  637.           Width = 43
  638.           Height = 12
  639.           Caption = 'pixels'
  640.         end
  641.         object Label19: TLabel
  642.           Left = 16
  643.           Top = 384
  644.           Width = 325
  645.           Height = 12
  646.           Caption = 
  647.             'Double-cliquez sur le nom du filtre pour en afficher les options' +
  648.             '.'
  649.         end
  650.         object Video_FieldOrder: TComboBox
  651.           Left = 168
  652.           Top = 43
  653.           Width = 213
  654.           Height = 20
  655.           Hint = 
  656.             'Indique l'#39'ordre de trame lorsque le fichier source vid∩┐╜o est en ' +
  657.             'mode entrelac∩┐╜.'#13#10'Ce param∩┐╜tre influence les filtres suivants :'#13#10 +
  658.             #13#10'- Entrelacement MPEG-2,'#13#10'- T∩┐╜l∩┐╜cin∩┐╜ inverse,'#13#10'- D∩┐╜senterlaceme' +
  659.             'nt.'
  660.           Style = csDropDownList
  661.           ItemHeight = 12
  662.           Items.Strings = (
  663.             'Trames paires en 1er (trame A)'
  664.             'Trames impaires en 1er (trame B)')
  665.           TabOrder = 1
  666.           OnChange = Video_FieldOrderChange
  667.           OnKeyDown = EditKeyDown
  668.         end
  669.         object Video_FieldSource: TComboBox
  670.           Left = 168
  671.           Top = 19
  672.           Width = 213
  673.           Height = 20
  674.           Hint = 
  675.             'Choix du type de source vid∩┐╜o.'#13#13'Ce param∩┐╜tre  influence le filtr' +
  676.             'e suivant :'#13#13'- Recadrage.'
  677.           Style = csDropDownList
  678.           ItemHeight = 12
  679.           Items.Strings = (
  680.             'Non-entrelac∩┐╜ (progressif)'
  681.             'Entrelac∩┐╜')
  682.           TabOrder = 0
  683.           OnChange = Video_FieldSourceChange
  684.           OnKeyDown = EditKeyDown
  685.         end
  686.         object Video_SrcAspectRatio: TComboBox
  687.           Left = 168
  688.           Top = 67
  689.           Width = 213
  690.           Height = 20
  691.           Hint = 
  692.             'Indique le rapport entre la hauteur et la largeur de l'#39'image ou ' +
  693.             'le rapport entre'#13'la hauteur et la largeur d'#39'une pixel (point vid' +
  694.             '∩┐╜o) de l'#39'image.'
  695.           Style = csDropDownList
  696.           DropDownCount = 16
  697.           ItemHeight = 0
  698.           TabOrder = 2
  699.           OnChange = Video_SrcAspectRatioChange
  700.           OnKeyDown = EditKeyDown
  701.         end
  702.         object Video_ImageArrange: TComboBox
  703.           Left = 168
  704.           Top = 103
  705.           Width = 213
  706.           Height = 20
  707.           Hint = 
  708.             'Positionne la source vid∩┐╜o dans l'#39'∩┐╜cran.'#13#10#13#10'- Centr∩┐╜e'#13#10'Le film e' +
  709.             'st placement au centre de l'#39'∩┐╜cran.'#13#10#13#10'- Centr∩┐╜e (rapport hauteur' +
  710.             '/largeur conserv∩┐╜e)'#13#10'L'#39'image est plac∩┐╜e au centre de l'#39'∩┐╜cran tou' +
  711.             't en conservant '#13#10'son rapport hauteur/largeur.'#13#10#13#10'- Centr∩┐╜e (tai' +
  712.             'lle arbitraire)'#13#10'L'#39'image est plac∩┐╜e au centre de l'#39'∩┐╜cran, sa tai' +
  713.             'lle est'#13#10'choisie arbitrairement par l'#39'op∩┐╜rateur.'#13#10#13#10'- Plein ∩┐╜cra' +
  714.             'n'#13#10'L'#39'image est plac∩┐╜e et agrandie ∩┐╜ la taille maximum que permet' +
  715.             ' l'#39'∩┐╜cran.'#13#10#13#10'- Plein ∩┐╜cran (rapport hauteur/largeur conserv∩┐╜)'#13#10'L' +
  716.             #39'image est plac∩┐╜e et agrandie ∩┐╜ la taille maximum que permet l'#39'∩┐╜' +
  717.             'cran.'#13#10'Le rapport hauteur/largeur est conserv∩┐╜.'#13#10#13#10'- Plein ∩┐╜cran' +
  718.             ' (rapport hauteur/largeur conserv∩┐╜ 2)'#13#10#13#10'L'#39'image est plac∩┐╜ ∩┐╜ la ' +
  719.             'taille maximum que permet la fen∩┐╜tre d'#39'affichage.'#13#10'Le rapport ha' +
  720.             'uteur/largeur est et la taille d'#39'image sont  conserv∩┐╜s.'#13#10#13#10'- San' +
  721.             's marge(rapport hauteur/largeur conserv∩┐╜)'#13#10'La taille de l'#39'image ' +
  722.             'est agrandie de mani∩┐╜re ∩┐╜ ∩┐╜liminer les'#13#10'marges. Ce traitement pe' +
  723.             'ut rogner les bordures de l'#39'image.'#13#10#13#10#13#10'Le film est plac∩┐╜ ∩┐╜ la t' +
  724.             'aille maximum que permet l'#39'∩┐╜cran.'#13#10'Le rapport Hauteur/Largeur n'#39 +
  725.             'est pas forc∩┐╜ment conserv∩┐╜.'#13#10#13#10'<> Plein ∩┐╜cran (rapport Hauteur/L' +
  726.             'argeur conserv∩┐╜)'#13#10#13#10'Le film est plac∩┐╜ ∩┐╜ la taille maximum que pe' +
  727.             'rmet l'#39'∩┐╜cran.'#13#10'Le rapport Hauteur/Largeur est conserv∩┐╜.'#13#10#13#10'<> Pl' +
  728.             'ein ∩┐╜cran (rapport Hauteur/Largeur conserv∩┐╜ 2)'#13#10#13#10'Le film est pl' +
  729.             'ac∩┐╜ ∩┐╜ la taille maximum que permet l'#39'∩┐╜cran.'#13#10'Le rapport Hauteur/' +
  730.             'Largeur est et la taille d'#39'image sont conserv∩┐╜s.'#13#10#13#10'<> Sans marg' +
  731.             'e (rapport Hauteur/Largeur conserv∩┐╜)'#13#10#13#10'La taille du film est ma' +
  732.             'ximum de mani∩┐╜re ∩┐╜ ∩┐╜liminer les'#13#10'marges. Ce traitement peut rogn' +
  733.             'er les bordures de l'#39'image.'
  734.           Style = csDropDownList
  735.           ItemHeight = 0
  736.           TabOrder = 3
  737.           OnChange = Video_ImageArrangeChange
  738.           OnKeyDown = EditKeyDown
  739.         end
  740.         object Video_ImageArrangeWidth: TPGSpinEdit
  741.           Left = 168
  742.           Top = 127
  743.           Width = 65
  744.           Height = 21
  745.           Hint = 
  746.             'Indique les dimensions de l'#39'image dans l'#39'ecran lorsque celle-ci ' +
  747.             'est centr∩┐╜e'#13'avec l'#39'option de taille arbitraire.'
  748.           AlignValue = False
  749.           CanFloatValue = False
  750.           FloatValue = 1
  751.           Increment = 1
  752.           MaxValue = 999999
  753.           MinValue = 1
  754.           TabOrder = 4
  755.           Value = 1
  756.           OnChange = Video_ImageArrangeWidthChange
  757.           OnKeyDown = EditKeyDown
  758.         end
  759.         object Video_ImageArrangeHeight: TPGSpinEdit
  760.           Left = 249
  761.           Top = 127
  762.           Width = 64
  763.           Height = 21
  764.           Hint = 
  765.             'Indique les dimensions de l'#39'image dans l'#39'ecran lorsque celle-ci ' +
  766.             'est centr∩┐╜e'#13'avec l'#39'option de taille arbitraire.'
  767.           AlignValue = False
  768.           CanFloatValue = False
  769.           FloatValue = 1
  770.           Increment = 1
  771.           MaxValue = 999999
  772.           MinValue = 1
  773.           TabOrder = 5
  774.           Value = 1
  775.           OnChange = Video_ImageArrangeHeightChange
  776.           OnKeyDown = EditKeyDown
  777.         end
  778.         object Video_FilterList: TCheckListBox
  779.           Left = 16
  780.           Top = 166
  781.           Width = 365
  782.           Height = 210
  783.           OnClickCheck = Video_FilterListClickCheck
  784.           ItemHeight = 16
  785.           Style = lbOwnerDrawFixed
  786.           TabOrder = 6
  787.           OnDblClick = Video_FilterListDblClick
  788.           OnKeyDown = Video_FilterListKeyDown
  789.           OnMouseMove = Video_FilterListMouseMove
  790.         end
  791.       end
  792.     end
  793.     object VideoGOPSheet: TTabSheet
  794.       HelpContext = 76
  795.       Caption = 'Structure GOP'
  796.       ImageIndex = 3
  797.       object GroupBox5: TGroupBox
  798.         Left = 8
  799.         Top = 8
  800.         Width = 397
  801.         Height = 338
  802.         Caption = 'Structure GOP'
  803.         TabOrder = 0
  804.         object Video_GOP_P_FrameCountLabel: TPGLabelButton
  805.           Left = 14
  806.           Top = 84
  807.           Width = 153
  808.           Height = 18
  809.           Color = clBtnFace
  810.           Caption = 'Nombre d'#39'image &P du GOP :'
  811.           FocusControl = Video_GOP_P_FrameCount
  812.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  813.           Margin = 2
  814.           ParentColor = False
  815.           SingleDownClick = True
  816.           OnClick = ConfigItemLabelClick
  817.         end
  818.         object Video_GOP_B_FrameCountLabel: TPGLabelButton
  819.           Left = 14
  820.           Top = 109
  821.           Width = 155
  822.           Height = 18
  823.           Color = clBtnFace
  824.           Caption = 'Nombre d'#39'image &B du GOP :'
  825.           FocusControl = Video_GOP_B_FrameCount
  826.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  827.           Margin = 2
  828.           ParentColor = False
  829.           SingleDownClick = True
  830.           OnClick = ConfigItemLabelClick
  831.         end
  832.         object Video_GOP_I_FrameCountLabel: TPGLabelButton
  833.           Left = 14
  834.           Top = 59
  835.           Width = 145
  836.           Height = 18
  837.           Color = clBtnFace
  838.           Caption = 'Nombre d'#39'image &I du GOP :'
  839.           FocusControl = Video_GOP_I_FrameCount
  840.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  841.           Margin = 2
  842.           ParentColor = False
  843.           SingleDownClick = True
  844.           OnClick = ConfigItemLabelClick
  845.         end
  846.         object Bevel2: TBevel
  847.           Left = 16
  848.           Top = 293
  849.           Width = 365
  850.           Height = 2
  851.         end
  852.         object Video_GOP_SeqHeaderIntervalLabel: TPGLabelButton
  853.           Left = 14
  854.           Top = 142
  855.           Width = 181
  856.           Height = 18
  857.           Color = clBtnFace
  858.           Caption = 'Intervalle d'#39'ent∩┐╜te de &s∩┐╜quence :'
  859.           FocusControl = Video_GOP_SeqHeaderInterval
  860.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  861.           Margin = 2
  862.           ParentColor = False
  863.           SingleDownClick = True
  864.           OnClick = ConfigItemLabelClick
  865.         end
  866.         object Label20: TLabel
  867.           Left = 319
  868.           Top = 146
  869.           Width = 51
  870.           Height = 12
  871.           Caption = 'GOP'
  872.         end
  873.         object Video_GOP_MaxFrameCountLabel: TPGLabelButton
  874.           Left = 14
  875.           Top = 167
  876.           Width = 144
  877.           Height = 18
  878.           Color = clBtnFace
  879.           Caption = 'Nombre &maximum d'#39'image par GOP :'
  880.           FocusControl = Video_GOP_MaxFrameCount
  881.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  882.           Margin = 2
  883.           ParentColor = False
  884.           SingleDownClick = True
  885.           OnClick = ConfigItemLabelClick
  886.         end
  887.         object Video_GOP_BitStreamForEdit: TCheckBox
  888.           Left = 16
  889.           Top = 211
  890.           Width = 313
  891.           Height = 17
  892.           Hint = 
  893.             'Supprime le lien logique entre les GOP. Cette option permet de f' +
  894.             'aciliter le'#13'montage de s∩┐╜quence mpeg.'
  895.           Caption = 'Marque de fin de GOP (bitstream)'
  896.           TabOrder = 6
  897.           OnClick = GOP_IPB_FrameCountChange
  898.           OnKeyDown = EditKeyDown
  899.         end
  900.         object GOPstruct: TEdit
  901.           Left = 16
  902.           Top = 24
  903.           Width = 365
  904.           Height = 20
  905.           Color = clBtnFace
  906.           ReadOnly = True
  907.           TabOrder = 0
  908.         end
  909.         object Video_GOP_P_FrameCount: TPGSpinEdit
  910.           Left = 208
  911.           Top = 84
  912.           Width = 105
  913.           Height = 21
  914.           Hint = 'Indique le nombre d'#39'image P (image r∩┐╜f∩┐╜r∩┐╜e et r∩┐╜f∩┐╜rente) du GOP.'
  915.           AlignValue = False
  916.           CanFloatValue = False
  917.           Increment = 1
  918.           MaxValue = 9999
  919.           TabOrder = 2
  920.           Value = 0
  921.           OnChange = GOP_IPB_FrameCountChange
  922.           OnKeyDown = EditKeyDown
  923.         end
  924.         object Video_GOP_B_FrameCount: TPGSpinEdit
  925.           Left = 208
  926.           Top = 109
  927.           Width = 105
  928.           Height = 21
  929.           Hint = 
  930.             'Indique le nombre d'#39'image B (qui se r∩┐╜f∩┐╜re aux deux images voisi' +
  931.             'nes) dans un GOP.'
  932.           AlignValue = False
  933.           CanFloatValue = False
  934.           Increment = 1
  935.           MaxValue = 9999
  936.           TabOrder = 3
  937.           Value = 0
  938.           OnChange = GOP_IPB_FrameCountChange
  939.           OnKeyDown = EditKeyDown
  940.         end
  941.         object GOPButton_I_Only: TButton
  942.           Tag = 10000
  943.           Left = 16
  944.           Top = 303
  945.           Width = 114
  946.           Height = 25
  947.           Caption = 'Images I seulement'
  948.           TabOrder = 10
  949.           OnClick = GOPButton_DefaultClick
  950.           OnKeyDown = EditKeyDown
  951.         end
  952.         object GOPButton_IP_Only: TButton
  953.           Tag = 11400
  954.           Left = 143
  955.           Top = 303
  956.           Width = 114
  957.           Height = 25
  958.           Caption = 'Images I,P seulement'
  959.           TabOrder = 11
  960.           OnClick = GOPButton_DefaultClick
  961.           OnKeyDown = EditKeyDown
  962.         end
  963.         object GOPButton_Default: TButton
  964.           Tag = 10502
  965.           Left = 268
  966.           Top = 303
  967.           Width = 114
  968.           Height = 25
  969.           Caption = 'Standard'
  970.           TabOrder = 12
  971.           OnClick = GOPButton_DefaultClick
  972.           OnKeyDown = EditKeyDown
  973.         end
  974.         object Video_SceneChange_ForceI: TCheckBox
  975.           Left = 16
  976.           Top = 231
  977.           Width = 177
  978.           Height = 17
  979.           Hint = 
  980.             'Insert une image I lorsque qu'#39'un changement de plan est d∩┐╜tect∩┐╜.' +
  981.             #13'Permet d'#39'optimiser la qualit∩┐╜ de l'#39'image en fonction de sa comp' +
  982.             'lexit∩┐╜.'
  983.           Caption = 'D∩┐╜tection de changement de plan'
  984.           TabOrder = 7
  985.           OnClick = Video_SceneChange_ForceIClick
  986.           OnKeyDown = EditKeyDown
  987.         end
  988.         object Video_GOP_I_FrameCount: TPGSpinEdit
  989.           Left = 208
  990.           Top = 59
  991.           Width = 105
  992.           Height = 21
  993.           Hint = 'Indique le nombre d'#39'image I (image ind∩┐╜pendante) dans le GOP.'
  994.           AlignValue = False
  995.           CanFloatValue = False
  996.           FloatValue = 1
  997.           Increment = 1
  998.           MaxValue = 9999
  999.           MinValue = 1
  1000.           TabOrder = 1
  1001.           Value = 1
  1002.           OnChange = GOP_IPB_FrameCountChange
  1003.           OnKeyDown = EditKeyDown
  1004.         end
  1005.         object Video_EnableIFrameList: TCheckBox
  1006.           Left = 16
  1007.           Top = 252
  1008.           Width = 185
  1009.           Height = 17
  1010.           Caption = 'Typage manuel des images'
  1011.           TabOrder = 8
  1012.           OnClick = Video_EnableIFrameListClick
  1013.           OnKeyDown = EditKeyDown
  1014.         end
  1015.         object Video_IFrameListButton: TButton
  1016.           Left = 208
  1017.           Top = 247
  1018.           Width = 75
  1019.           Height = 25
  1020.           Caption = 'Options'
  1021.           TabOrder = 9
  1022.           OnClick = Video_IFrameListButtonClick
  1023.         end
  1024.         object Video_GOP_SeqHeaderInterval: TPGSpinEdit
  1025.           Left = 208
  1026.           Top = 141
  1027.           Width = 105
  1028.           Height = 21
  1029.           Hint = 
  1030.             'Indique l'#39'intervalle entre deux ent∩┐╜tes de s∩┐╜quence,  ce qui rev' +
  1031.             'ient ∩┐╜ sp∩┐╜cifier'#13#10'le nombre de GOP dans une s∩┐╜quence.'#13#10#13#10'Si l'#39'in' +
  1032.             'tervalle est de 0, l'#39'ent∩┐╜te de s∩┐╜quence est plac∩┐╜ une fois seule' +
  1033.             'ment au'#13#10'd∩┐╜but du fichier MPEG.'#13#10#13#10'Lorsque vous utilisez le typa' +
  1034.             'ge manuel d'#39'image et que vous vous changez'#13#10'le type de matrice d' +
  1035.             'e quantisation, ce changement n'#39'est pris en compte que'#13#10'si vous ' +
  1036.             'sp∩┐╜cifiez 1 comme valeur d'#39'intervalle.'
  1037.           AlignValue = False
  1038.           CanFloatValue = False
  1039.           Increment = 1
  1040.           MaxValue = 100
  1041.           TabOrder = 4
  1042.           Value = 0
  1043.           OnKeyDown = EditKeyDown
  1044.         end
  1045.         object Video_GOP_MaxFrameCount: TPGSpinEdit
  1046.           Left = 208
  1047.           Top = 166
  1048.           Width = 105
  1049.           Height = 21
  1050.           Hint = 
  1051.             'Indique le nombre maximum d'#39'image dans un GOP.'#13#10'Si la valeur est' +
  1052.             ' 0, ce nombre est infini.'#13#10#13#10'Le standard DVD sp∩┐╜cifie le nombre ' +
  1053.             'maximum d'#39'image par GOP en'#13#10'fonction du syst∩┐╜me TV (Pal ou NTSC)' +
  1054.             '. L'#39'encodeur prend prioritairement'#13#10'en compte le nombre inscrit ' +
  1055.             'dans ce champ.'
  1056.           AlignValue = False
  1057.           CanFloatValue = False
  1058.           Increment = 1
  1059.           MaxValue = 1020
  1060.           TabOrder = 5
  1061.           Value = 0
  1062.           OnChange = GOP_IPB_FrameCountChange
  1063.           OnKeyDown = EditKeyDown
  1064.           OnGetText = Video_GOP_MaxFrameCountGetText
  1065.           OnGetValue = Video_GOP_MaxFrameCountGetValue
  1066.         end
  1067.       end
  1068.       object Video_SceneChange_ForceI_and_NewGroup: TCheckBox
  1069.         Left = 8
  1070.         Top = 354
  1071.         Width = 385
  1072.         Height = 17
  1073.         Caption = 
  1074.           'Lors de la d∩┐╜tection d'#39'un changement de plan, insert une image I' +
  1075.           ' et change de GOP.'
  1076.         TabOrder = 1
  1077.         Visible = False
  1078.       end
  1079.     end
  1080.     object VideoQuantMatrixSheet: TTabSheet
  1081.       HelpContext = 79
  1082.       Caption = 'Matrice de quantisation'
  1083.       ImageIndex = 4
  1084.       object GroupBox6: TGroupBox
  1085.         Left = 8
  1086.         Top = 8
  1087.         Width = 397
  1088.         Height = 261
  1089.         Caption = 'Matrice de quantisation'
  1090.         TabOrder = 0
  1091.         object Video_Quant_intra_matrixLabel: TPGLabelButton
  1092.           Left = 16
  1093.           Top = 18
  1094.           Width = 109
  1095.           Height = 18
  1096.           Color = clBtnFace
  1097.           Caption = 'Pour &intrabloc'
  1098.           FocusControl = Video_Quant_intra_matrix
  1099.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  1100.           Margin = 2
  1101.           ParentColor = False
  1102.           SingleDownClick = True
  1103.           OnClick = ConfigItemLabelClick
  1104.         end
  1105.         object Video_Quant_non_intra_matrixLabel: TPGLabelButton
  1106.           Left = 202
  1107.           Top = 18
  1108.           Width = 132
  1109.           Height = 18
  1110.           Color = clBtnFace
  1111.           Caption = 'Pour &non-intrabloc:'
  1112.           FocusControl = Video_Quant_non_intra_matrix
  1113.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  1114.           Margin = 2
  1115.           ParentColor = False
  1116.           SingleDownClick = True
  1117.           OnClick = ConfigItemLabelClick
  1118.         end
  1119.         object Bevel11: TBevel
  1120.           Left = 15
  1121.           Top = 216
  1122.           Width = 368
  1123.           Height = 2
  1124.         end
  1125.         object Video_Quant_intra_matrix: TStringGrid
  1126.           Left = 16
  1127.           Top = 38
  1128.           Width = 179
  1129.           Height = 171
  1130.           ColCount = 8
  1131.           Ctl3D = True
  1132.           DefaultColWidth = 21
  1133.           DefaultRowHeight = 20
  1134.           FixedCols = 0
  1135.           RowCount = 8
  1136.           FixedRows = 0
  1137.           Options = [goVertLine, goHorzLine, goEditing, goAlwaysShowEditor]
  1138.           ParentCtl3D = False
  1139.           ScrollBars = ssNone
  1140.           TabOrder = 0
  1141.           OnExit = Video_Quant_intra_matrixExit
  1142.           OnKeyDown = EditKeyDown
  1143.           OnSelectCell = Video_Quant_intra_matrixSelectCell
  1144.           OnSetEditText = Video_Quant_intra_matrixSetEditText
  1145.         end
  1146.         object Video_Quant_non_intra_matrix: TStringGrid
  1147.           Left = 202
  1148.           Top = 38
  1149.           Width = 179
  1150.           Height = 171
  1151.           ColCount = 8
  1152.           DefaultColWidth = 21
  1153.           DefaultRowHeight = 20
  1154.           FixedCols = 0
  1155.           RowCount = 8
  1156.           FixedRows = 0
  1157.           Options = [goVertLine, goHorzLine, goEditing, goAlwaysShowEditor]
  1158.           ScrollBars = ssNone
  1159.           TabOrder = 1
  1160.           OnKeyDown = EditKeyDown
  1161.           OnSetEditText = Video_Quant_intra_matrixSetEditText
  1162.         end
  1163.         object MatrixComboBox: TComboBox
  1164.           Left = 16
  1165.           Top = 227
  1166.           Width = 255
  1167.           Height = 20
  1168.           Style = csDropDownList
  1169.           ItemHeight = 0
  1170.           TabOrder = 2
  1171.           OnChange = MatrixComboBoxChange
  1172.           OnKeyDown = EditKeyDown
  1173.         end
  1174.         object SaveMatrixButton: TButton
  1175.           Left = 277
  1176.           Top = 224
  1177.           Width = 51
  1178.           Height = 25
  1179.           Caption = 'Sauver'
  1180.           TabOrder = 3
  1181.           OnClick = SaveMatrixButtonClick
  1182.         end
  1183.         object DeleteMatrixButton: TButton
  1184.           Left = 330
  1185.           Top = 224
  1186.           Width = 52
  1187.           Height = 25
  1188.           Caption = 'Effacer'
  1189.           TabOrder = 4
  1190.           OnClick = DeleteMatrixButtonClick
  1191.         end
  1192.         object Video_Quant_intra_matrix_EditButton: TButton
  1193.           Left = 161
  1194.           Top = 17
  1195.           Width = 33
  1196.           Height = 17
  1197.           Caption = 'EDIT'
  1198.           TabOrder = 5
  1199.           Visible = False
  1200.           OnClick = Video_Quant_intra_matrix_EditButtonClick
  1201.         end
  1202.         object Video_Quant_non_intra_matrix_EditButton: TButton
  1203.           Left = 347
  1204.           Top = 17
  1205.           Width = 33
  1206.           Height = 17
  1207.           Caption = 'EDIT'
  1208.           TabOrder = 6
  1209.           Visible = False
  1210.           OnClick = Video_Quant_non_intra_matrix_EditButtonClick
  1211.         end
  1212.       end
  1213.       object GroupBox3: TGroupBox
  1214.         Left = 8
  1215.         Top = 277
  1216.         Width = 397
  1217.         Height = 140
  1218.         Caption = 'Options sp∩┐╜ciales'
  1219.         TabOrder = 1
  1220.         object Label22: TLabel
  1221.           Left = 16
  1222.           Top = 115
  1223.           Width = 80
  1224.           Height = 12
  1225.           Caption = 'Intrabloc :'
  1226.         end
  1227.         object Label24: TLabel
  1228.           Left = 184
  1229.           Top = 115
  1230.           Width = 98
  1231.           Height = 12
  1232.           Caption = 'Non-intrabloc :'
  1233.         end
  1234.         object Bevel9: TBevel
  1235.           Left = 16
  1236.           Top = 81
  1237.           Width = 365
  1238.           Height = 2
  1239.         end
  1240.         object Video_UseFloatDCT: TCheckBox
  1241.           Left = 16
  1242.           Top = 38
  1243.           Width = 369
  1244.           Height = 17
  1245.           Hint = 
  1246.             'Calcul en virgule flottante la transform∩┐╜e cosinus discr∩┐╜te des ' +
  1247.             'blocs de'#13'l'#39'image. Le temps de calcul n∩┐╜cessaire est plus long ma' +
  1248.             'is une meilleur'#13'pr∩┐╜cision permet un rendu d'#39'image plus stable.'
  1249.           Caption = 'TCD r∩┐╜el....'
  1250.           TabOrder = 1
  1251.           OnClick = Video_UseFloatDCTClick
  1252.           OnKeyDown = EditKeyDown
  1253.         end
  1254.         object Video_QuantMode: TCheckBox
  1255.           Left = 16
  1256.           Top = 91
  1257.           Width = 249
  1258.           Height = 16
  1259.           Hint = 
  1260.             'R∩┐╜duit le bruit des macroblocs de bordure lorsque que le d∩┐╜bit d' +
  1261.             'evient'#13#10'insuffisant.'#13#10#13#10'Les macroblocs de bordure sont r∩┐╜duits m' +
  1262.             'ais l'#39'image perd en duret∩┐╜.'
  1263.           Caption = 'Adoucir les macroblocs'
  1264.           TabOrder = 3
  1265.           OnClick = Video_QuantModeClick
  1266.           OnKeyDown = EditKeyDown
  1267.         end
  1268.         object Video_MPEGQuantQuantModeVal_Intra: TPGSpinEdit
  1269.           Left = 104
  1270.           Top = 110
  1271.           Width = 65
  1272.           Height = 21
  1273.           Hint = 
  1274.             'Indique le niveau de r∩┐╜duction des macrobloc selon une valeur co' +
  1275.             'mprise'#13#10'entre 0 (pas de filtrage) et 100 (filtrage maximum).'#13#10#13#10 +
  1276.             'Plus cette valeur est ∩┐╜lev∩┐╜e, plus les macroblocs sont r∩┐╜duit ma' +
  1277.             'is en'#13#10'contrepartie l'#39'image perd en duret∩┐╜.'
  1278.           AlignValue = False
  1279.           CanFloatValue = False
  1280.           Increment = 1
  1281.           MaxValue = 100
  1282.           TabOrder = 4
  1283.           Value = 0
  1284.           OnKeyDown = EditKeyDown
  1285.         end
  1286.         object Video_MPEGQuantQuantModeVal_NonIntra: TPGSpinEdit
  1287.           Left = 288
  1288.           Top = 110
  1289.           Width = 65
  1290.           Height = 21
  1291.           Hint = 
  1292.             'Indique le niveau de r∩┐╜duction des macrobloc selon une valeur co' +
  1293.             'mprise'#13#10'entre 0 (pas de filtrage) et 100 (filtrage maximum).'#13#10#13#10 +
  1294.             'Plus cette valeur est ∩┐╜lev∩┐╜e, plus les macroblocs sont r∩┐╜duit ma' +
  1295.             'is en'#13#10'contrepartie l'#39'image perd en duret∩┐╜.'
  1296.           AlignValue = False
  1297.           CanFloatValue = False
  1298.           Increment = 1
  1299.           MaxValue = 100
  1300.           TabOrder = 5
  1301.           Value = 0
  1302.           OnKeyDown = EditKeyDown
  1303.         end
  1304.         object Video_EnableBasicYCbCr: TCheckBox
  1305.           Left = 16
  1306.           Top = 19
  1307.           Width = 369
  1308.           Height = 17
  1309.           Hint = 
  1310.             'Encode les donn∩┐╜es de chrominance et luminance YUV selon les lim' +
  1311.             'ites'#13#10'YCbCr de base plut∩┐╜t CCIR601.'#13#10#13#10'L'#39'∩┐╜tendue des valeurs de ' +
  1312.             'Y est de 0 ∩┐╜ 255 dans le cas du MPEG YCbCr et'#13#10'de 16 ∩┐╜ 235 dans ' +
  1313.             'le cas du CCIR601.'#13#10#13#10'Activer cette option permet d'#39'obtenir un m' +
  1314.             'eilleur rendu pour des s∩┐╜quences'#13#10'DV enregistr∩┐╜es ∩┐╜ la norme CCI' +
  1315.             'R601 mais peut provoquer un ph∩┐╜nom∩┐╜ne'#13#10'de surintensit∩┐╜ (burn out' +
  1316.             ').'#13#10
  1317.           BiDiMode = bdLeftToRight
  1318.           Caption = 'Encoder les donn∩┐╜es YUV en YCbCr de base plut∩┐╜t que CCIR601'
  1319.           ParentBiDiMode = False
  1320.           TabOrder = 0
  1321.           OnClick = Video_EnableBasicYCbCrClick
  1322.           OnKeyDown = EditKeyDown
  1323.         end
  1324.         object Video_MotionSearch_NoAlwaysHalfPel: TCheckBox
  1325.           Left = 16
  1326.           Top = 57
  1327.           Width = 369
  1328.           Height = 17
  1329.           Hint = 
  1330.             'D∩┐╜sactive la recherche de mouvement par demi pixel pour les plan' +
  1331.             's fixes.'#13#10#13#10'Permet d'#39'∩┐╜liminer le bruit flou dans les parties fix' +
  1332.             'es de l'#39'image et donc d'#39'en'#13#10'am∩┐╜liorer la qualit∩┐╜ d'#39'encodage. En ' +
  1333.             'contrepartie, les mouvements de faibles '#13#10'amplitudes peuvent ne ' +
  1334.             'pas ∩┐╜tre rendus.'#13#10
  1335.           Caption = 
  1336.             'Pas de recherche de mouvement par demi-pixel pour les images fix' +
  1337.             'es'
  1338.           TabOrder = 2
  1339.           OnKeyDown = EditKeyDown
  1340.         end
  1341.       end
  1342.     end
  1343.     object AudioSheet: TTabSheet
  1344.       HelpContext = 80
  1345.       Caption = 'Audio'
  1346.       ImageIndex = 3
  1347.       object GroupBox8: TGroupBox
  1348.         Left = 8
  1349.         Top = 8
  1350.         Width = 397
  1351.         Height = 242
  1352.         Caption = 'Options du flux audio'
  1353.         TabOrder = 0
  1354.         object Audio_SamplingFrequencyLabel: TPGLabelButton
  1355.           Left = 14
  1356.           Top = 56
  1357.           Width = 122
  1358.           Height = 18
  1359.           Color = clBtnFace
  1360.           Caption = '&Fr∩┐╜quence d'#39'∩┐╜chantillonnage :'
  1361.           FocusControl = Audio_SamplingFrequency
  1362.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  1363.           Margin = 2
  1364.           ParentColor = False
  1365.           SingleDownClick = True
  1366.           OnClick = ConfigItemLabelClick
  1367.         end
  1368.         object Audio_StreamTypeLabel: TPGLabelButton
  1369.           Left = 14
  1370.           Top = 20
  1371.           Width = 99
  1372.           Height = 18
  1373.           Color = clBtnFace
  1374.           Caption = '&Type de flux :'
  1375.           FocusControl = Audio_StreamType
  1376.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  1377.           Margin = 2
  1378.           ParentColor = False
  1379.           SingleDownClick = True
  1380.           OnClick = ConfigItemLabelClick
  1381.         end
  1382.         object Audio_BitRateLabel: TPGLabelButton
  1383.           Left = 14
  1384.           Top = 104
  1385.           Width = 81
  1386.           Height = 18
  1387.           Color = clBtnFace
  1388.           Caption = '&D∩┐╜bit :'
  1389.           FocusControl = Audio_BitRate
  1390.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  1391.           Margin = 2
  1392.           ParentColor = False
  1393.           SingleDownClick = True
  1394.           OnClick = ConfigItemLabelClick
  1395.         end
  1396.         object Label5: TLabel
  1397.           Left = 326
  1398.           Top = 107
  1399.           Width = 49
  1400.           Height = 12
  1401.           Caption = 'kbits/sec'
  1402.         end
  1403.         object Audio_ChannelModeLabel: TPGLabelButton
  1404.           Left = 14
  1405.           Top = 80
  1406.           Width = 109
  1407.           Height = 18
  1408.           Color = clBtnFace
  1409.           Caption = 'Mode de canal :'
  1410.           FocusControl = Audio_ChannelMode
  1411.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  1412.           Margin = 2
  1413.           ParentColor = False
  1414.           SingleDownClick = True
  1415.           OnClick = ConfigItemLabelClick
  1416.         end
  1417.         object Audio_EmphasisTypeLabel: TPGLabelButton
  1418.           Left = 14
  1419.           Top = 211
  1420.           Width = 128
  1421.           Height = 18
  1422.           Color = clBtnFace
  1423.           Caption = 'D∩┐╜saccentuation audio :'
  1424.           FocusControl = Audio_EmphasisType
  1425.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  1426.           Margin = 2
  1427.           ParentColor = False
  1428.           SingleDownClick = True
  1429.           OnClick = ConfigItemLabelClick
  1430.         end
  1431.         object Label9: TLabel
  1432.           Left = 326
  1433.           Top = 60
  1434.           Width = 13
  1435.           Height = 12
  1436.           Caption = 'Hz'
  1437.         end
  1438.         object Bevel7: TBevel
  1439.           Left = 16
  1440.           Top = 46
  1441.           Width = 365
  1442.           Height = 2
  1443.         end
  1444.         object Audio_SamplingFrequency: TComboBox
  1445.           Left = 168
  1446.           Top = 55
  1447.           Width = 153
  1448.           Height = 20
  1449.           Hint = 
  1450.             'Indique la fr∩┐╜quence d'#39'∩┐╜chantillonnage utilis∩┐╜e lors de l'#39'encoda' +
  1451.             'ge.'
  1452.           Style = csDropDownList
  1453.           ItemHeight = 0
  1454.           Sorted = True
  1455.           TabOrder = 1
  1456.           OnChange = Audio_SamplingFrequencyChange
  1457.           OnKeyDown = EditKeyDown
  1458.         end
  1459.         object Audio_StreamType: TComboBox
  1460.           Left = 168
  1461.           Top = 19
  1462.           Width = 213
  1463.           Height = 20
  1464.           Hint = 'Indique le type du format mpeg-audio utilis∩┐╜ lors de l'#39'encodage.'
  1465.           Style = csDropDownList
  1466.           ItemHeight = 0
  1467.           TabOrder = 0
  1468.           OnChange = Audio_StreamTypeChange
  1469.           OnKeyDown = EditKeyDown
  1470.         end
  1471.         object Audio_ChannelMode: TComboBox
  1472.           Left = 168
  1473.           Top = 79
  1474.           Width = 153
  1475.           Height = 20
  1476.           Hint = 'Indique le type de canal audio utilis∩┐╜ lors de l'#39'encodage.'
  1477.           Style = csDropDownList
  1478.           ItemHeight = 0
  1479.           TabOrder = 2
  1480.           OnChange = Audio_ChannelModeChange
  1481.           OnKeyDown = EditKeyDown
  1482.         end
  1483.         object Audio_BitRate: TComboBox
  1484.           Left = 168
  1485.           Top = 103
  1486.           Width = 153
  1487.           Height = 20
  1488.           Hint = 'Indique le d∩┐╜bit audio lors de l'#39'encodage.'
  1489.           Style = csDropDownList
  1490.           ItemHeight = 0
  1491.           TabOrder = 3
  1492.           OnChange = Audio_BitRateChange
  1493.           OnKeyDown = EditKeyDown
  1494.         end
  1495.         object Audio_OriginalFlag: TCheckBox
  1496.           Left = 168
  1497.           Top = 149
  1498.           Width = 177
  1499.           Height = 17
  1500.           Caption = 'Marque d'#39'original'
  1501.           TabOrder = 5
  1502.           OnClick = Audio_OriginalFlagClick
  1503.         end
  1504.         object Audio_CalcCRC: TCheckBox
  1505.           Left = 168
  1506.           Top = 130
  1507.           Width = 177
  1508.           Height = 17
  1509.           Hint = 
  1510.             'Calcul et ajoute dans le flux une information de CRC (Cyclic Red' +
  1511.             'undancy'#13'Check) permettant au lecteur de v∩┐╜rifier la fiabilit∩┐╜ de' +
  1512.             's donn∩┐╜es audio.'#13#13'Cette fonction est normalement d∩┐╜sactiv∩┐╜e.'
  1513.           Caption = 'Contr∩┐╜le des donn∩┐╜es'
  1514.           TabOrder = 4
  1515.           OnClick = Audio_CalcCRCClick
  1516.         end
  1517.         object Audio_CopyrightFlag: TCheckBox
  1518.           Left = 168
  1519.           Top = 168
  1520.           Width = 177
  1521.           Height = 17
  1522.           Caption = 'Marque de Copyright'
  1523.           TabOrder = 6
  1524.           OnClick = Audio_CopyrightFlagClick
  1525.         end
  1526.         object Audio_PrivateFlag: TCheckBox
  1527.           Left = 168
  1528.           Top = 187
  1529.           Width = 177
  1530.           Height = 17
  1531.           Caption = 'Marque de donn∩┐╜es priv∩┐╜es'
  1532.           TabOrder = 7
  1533.           OnClick = Audio_PrivateFlagClick
  1534.         end
  1535.         object Audio_EmphasisType: TComboBox
  1536.           Left = 168
  1537.           Top = 210
  1538.           Width = 153
  1539.           Height = 20
  1540.           Style = csDropDownList
  1541.           ItemHeight = 0
  1542.           TabOrder = 8
  1543.           OnChange = Audio_EmphasisTypeChange
  1544.           OnKeyDown = EditKeyDown
  1545.         end
  1546.       end
  1547.       object GroupBox4: TGroupBox
  1548.         Left = 8
  1549.         Top = 259
  1550.         Width = 397
  1551.         Height = 57
  1552.         Caption = 'Effets audio'
  1553.         TabOrder = 1
  1554.         object Audio_EnableAudioEffect: TCheckBox
  1555.           Left = 16
  1556.           Top = 24
  1557.           Width = 169
  1558.           Height = 17
  1559.           Caption = 'Appliquer les effets audio.'
  1560.           TabOrder = 0
  1561.           OnClick = Audio_EnableAudioEffectClick
  1562.           OnKeyDown = EditKeyDown
  1563.         end
  1564.         object Audio_AudioEffectButton: TButton
  1565.           Left = 283
  1566.           Top = 20
  1567.           Width = 75
  1568.           Height = 25
  1569.           Caption = 'Options'
  1570.           TabOrder = 1
  1571.           OnClick = Audio_AudioEffectButtonClick
  1572.         end
  1573.       end
  1574.     end
  1575.     object SystemSheet: TTabSheet
  1576.       HelpContext = 81
  1577.       Caption = 'Syst∩┐╜me'
  1578.       ImageIndex = 3
  1579.       object GroupBox2: TGroupBox
  1580.         Left = 8
  1581.         Top = 8
  1582.         Width = 397
  1583.         Height = 51
  1584.         Caption = 'Options de flux syst∩┐╜me'
  1585.         TabOrder = 0
  1586.         object System_StreamTypeLabel: TPGLabelButton
  1587.           Left = 14
  1588.           Top = 20
  1589.           Width = 99
  1590.           Height = 18
  1591.           Color = clBtnFace
  1592.           Caption = '&Type de flux :'
  1593.           FocusControl = System_StreamType
  1594.           LookEdgeStyle = [pbleDown, pbleMouseInControl]
  1595.           Margin = 2
  1596.           ParentColor = False
  1597.           SingleDownClick = True
  1598.           OnClick = ConfigItemLabelClick
  1599.         end
  1600.         object System_StreamType: TComboBox
  1601.           Left = 168
  1602.           Top = 19
  1603.           Width = 213
  1604.           Height = 20
  1605.           Hint = 
  1606.             'Choix du format pour le flux syst∩┐╜mes'#13#10#13#10'- MPEG-1 Syst∩┐╜me (Autom' +
  1607.             'atique)'#13#10'Produit un flux syst∩┐╜me MPEG-1. Si une partie du flux e' +
  1608.             'st encod∩┐╜e en VBR,'#13#10'l'#39'ensemble du flux est consid∩┐╜r∩┐╜ au format V' +
  1609.             'BR.'#13#10#13#10'- MPEG-1 Syst∩┐╜me (VBR)'#13#10'Produit un flux syst∩┐╜me MPEG-1 VB' +
  1610.             'R.'#13#10#13#10'- MPEG-1 Video-CD'#13#10'Produit un flux syst∩┐╜me MPEG-1 CBR r∩┐╜po' +
  1611.             'ndant ∩┐╜ la norme Video-CD. Pour'#13#10'∩┐╜tre parfaitement au standard V' +
  1612.             'CD, certains param∩┐╜tres tel que le d∩┐╜bit doivent ∩┐╜tre ajust∩┐╜s.'#13#10 +
  1613.             #13#10'- MPEG-1 Video-CD (non-standard)'#13#10'Produit un flux syst∩┐╜me MPEG' +
  1614.             '-1 au format Video-CD. Si une partie du flux'#13#10'est encod∩┐╜e en VBR' +
  1615.             ', l'#39'ensemble du flux est consid∩┐╜r∩┐╜ au format VBR.'#13#10#13#10'Comme ce fo' +
  1616.             'rmat n'#39'est pas compatible avec le standard'#13#10' VCD, le mieux est d' +
  1617.             'e ne pas l'#39'utiliser.'#13#10#13#10'<> MPEG-2 programme (VBR)'#13#10#13#10'Produit un ' +
  1618.             'flux programme MPEG-2 VBR.'#13#10#13#10'<> MPEG-2 Super VideoCD (VBR)'#13#10#13#10'P' +
  1619.             'roduit un flux programme MPEG-2 VBR r∩┐╜pondant ∩┐╜ la norme'#13#10'Super ' +
  1620.             'Video-CD. Pour ∩┐╜tre parfaitement au standard SVCD,'#13#10'certains par' +
  1621.             'am∩┐╜tres tel que le d∩┐╜bit doivent ∩┐╜tre ajust∩┐╜s.'
  1622.           Style = csDropDownList
  1623.           ItemHeight = 0
  1624.           TabOrder = 0
  1625.           OnChange = System_StreamTypeChange
  1626.           OnKeyDown = EditKeyDown
  1627.         end
  1628.       end
  1629.       object GroupBox9: TGroupBox
  1630.         Left = 8
  1631.         Top = 69
  1632.         Width = 397
  1633.         Height = 241
  1634.         Caption = 'Options d'#39'insertion de commentaires'
  1635.         TabOrder = 1
  1636.         object System_Comment: TMemo
  1637.           Left = 16
  1638.           Top = 44
  1639.           Width = 365
  1640.           Height = 182
  1641.           Hint = 
  1642.             'Permet d'#39'ajouter des commentaires au fichier MPEG.'#13#10#13#10'Ces inform' +
  1643.             'ations seront ajout∩┐╜es au flux MPEG-Video en tant que donn∩┐╜es ut' +
  1644.             'ilisateur (User Data).'
  1645.           ScrollBars = ssBoth
  1646.           TabOrder = 1
  1647.         end
  1648.         object System_EnableComment: TCheckBox
  1649.           Left = 16
  1650.           Top = 20
  1651.           Width = 177
  1652.           Height = 17
  1653.           Hint = 
  1654.             'Permet d'#39'ajouter des commentaires au fichier MPEG.'#13#10#13#10'Ces inform' +
  1655.             'ations seront ajout∩┐╜es au flux MPEG-Video en tant que donn∩┐╜es ut' +
  1656.             'ilisateur (User Data).'
  1657.           Caption = 'Ins∩┐╜rer un commentaire'
  1658.           TabOrder = 0
  1659.           OnClick = System_EnableCommentClick
  1660.           OnKeyDown = EditKeyDown
  1661.         end
  1662.       end
  1663.     end
  1664.   end
  1665.   object OKButton: TButton
  1666.     Left = 274
  1667.     Top = 470
  1668.     Width = 75
  1669.     Height = 25
  1670.     Caption = 'OK'
  1671.     TabOrder = 2
  1672.     OnClick = OKButtonClick
  1673.   end
  1674.   object CancelButton: TButton
  1675.     Left = 354
  1676.     Top = 470
  1677.     Width = 75
  1678.     Height = 25
  1679.     Cancel = True
  1680.     Caption = 'Annuler'
  1681.     ModalResult = 2
  1682.     TabOrder = 3
  1683.   end
  1684.   object ShowExtraButton: TButton
  1685.     Left = 8
  1686.     Top = 470
  1687.     Width = 75
  1688.     Height = 25
  1689.     Caption = 'Expert'
  1690.     TabOrder = 1
  1691.     Visible = False
  1692.     OnClick = ShowExtraButtonClick
  1693.   end
  1694.   object PopupMenu: TPopupMenu
  1695.     Left = 136
  1696.     Top = 468
  1697.     object ConfigItemLock: TMenuItem
  1698.       Caption = 'Verrouiller'
  1699.       OnClick = ConfigItemLockClick
  1700.     end
  1701.     object ConfigItemUnlock: TMenuItem
  1702.       Caption = 'D∩┐╜verrouiller'
  1703.       OnClick = ConfigItemUnlockClick
  1704.     end
  1705.   end
  1706. end
  1707.