www.pudn.com > MP4Cam2AVI_SRC_1.2.zip > ChangeLogForm.dfm
object fChangeLog: TfChangeLog
Left = 277
Top = 136
BorderStyle = bsDialog
BorderWidth = 10
Caption = 'MP4Cam2AVI Change log'
ClientHeight = 324
ClientWidth = 466
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 290
Width = 466
Height = 34
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object Button1: TButton
Left = 184
Top = 8
Width = 97
Height = 25
Caption = 'OK'
TabOrder = 0
OnClick = Button1Click
end
end
object Memo1: TMemo
Left = 0
Top = 0
Width = 466
Height = 290
Align = alClient
Color = clBtnFace
Lines.Strings = (
'- START MP4Cam2AVI CHANGE LOG -'
''
'VERSION 1.2'
' * Windows 98 SE support added'
' * AAC sound support added (no audio recompression, faster conve' +
'rsion)'
' * improved video/audio syncronization'
' * Append avi and join avi functions removed, too many bugs with' +
' them, maybe I'#39'll add '
'them in future'
''
'VERSION 1.1'
' * Lame mp3 support added'
' * Append AVI file feature didn'#39't work - fixed'
''
'VERSION 1.0'
' * initial version'
' * works with .MP4 files from Sanyo/Fisher C1 and Olympus C770 M' +
'ovie digital cameras'
' * Samsung V40/V50 and Pentax Option MX support is experimental ' +
'(no sound)'
' * MP3 is not supported yet, audio is stored in PCM format'
''
'- END MP4Cam2AVI CHANGE LOG -')
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 1
end
end