Q&A

  • 두 avi 를 하나의 avi 로 만들려면??
어떻게 해야 할까요??..

MCI 함수중에 이런 함수는 없는지??..



아니면 avi 헤더만 짤라서 간다히 붙여 버리면 될런지요??..



avi 화일의 헤더정보를 알수있는 방법이라도 가르쳐 주시면

큰 도움이 되겠습니다..



1  COMMENTS
  • Profile
    박상윤 2001.10.17 06:35
    AVIFile Reference

    This section describes the functions, structures, and macros for applications using the AVIFile services. These elements are grouped as follows:



    AVIFile Library Operations

    AVIFileInit

    AVIFileExit



    Opening and Closing AVI Files

    AVIFileOpen

    AVIFileAddRef

    AVIFileRelease

    GetOpenFileNamePreview



    Reading from a File

    AVIFileInfo

    AVIFILEINFO

    AVIFileReadData



    Writing to a File

    AVIFileWriteData



    Using the Clipboard

    AVIPutFileOnClipboard

    AVIGetFromClipboard

    AVIClearClipboard



    Opening and Closing Streams

    AVIFileGetStream

    AVIStreamOpenFromFile

    AVIStreamAddRef

    AVIStreamRelease



    Reading Stream Information

    AVISTREAMINFO

    AVIStreamReadData

    AVIStreamDataSize

    AVIStreamReadFormat

    AVIStreamFormatSize

    AVIStreamRead

    AVIStreamSampleSize

    AVIStreamBeginStreaming

    AVIStreamEndStreaming



    Decompressing Video Data in a Stream

    AVIStreamGetFrameOpen

    AVIStreamGetFrame

    AVIStreamGetFrameClose



    Creating a File from Existing Streams

    AVISave

    AVISaveV

    AVISaveOptions

    GetSaveFileNamePreview

    AVIMakeFileFromStreams



    Writing Individual Streams

    AVIFileCreateStream

    AVIStreamSetFormat

    AVIStreamWrite

    AVIFileWriteData

    AVIStreamWriteData

    AVIStreamRelease



    Finding the Starting Position in a Stream

    AVIStreamStart

    AVIStreamStartTime

    AVIStreamLength

    AVIStreamLengthTime

    AVIStreamFindSample

    AVIStreamEnd

    AVIStreamEndTime



    Finding Sample and Key Frames

    AVIStreamFindSample

    AVIStreamIsKeyFrame

    AVIStreamNearestKeyFrame

    AVIStreamNearestKeyFrameTime

    AVIStreamNearestSample

    AVIStreamNearestSampleTime

    AVIStreamNextKeyFrame

    AVIStreamNextKeyFrameTime

    AVIStreamNextSample

    AVIStreamNextSampleTime

    AVIStreamPrevKeyFrame

    AVIStreamPrevKeyFrameTime

    AVIStreamPrevSample

    AVIStreamPrevSampleTime

    AVIStreamSampleToSample



    Switching Between Samples and Time

    AVIStreamSampleToTime

    AVIStreamTimeToSample



    Creating Temporary Streams

    AVIStreamCreate

    AVIMakeCompressedStream

    AVIStreamRelease



    Editing AVI Streams

    CreateEditableStream

    EditStreamCut

    EditStreamCopy

    EditStreamPaste

    EditStreamClone

    EditStreamSetInfo

    EditStreamSetName



    기본함수와 에디트 함수를 사용하시면 되겠네여...

    그럼 즐프하세여



    ㅇㅠㄴㅣ