Q&A

  • 각각의 정지영상을 동영상으로 만들고자합니다.
수고하십니다.

각각의 row파일이나 비트맵파일들이 있습니다.
이파일들은 연속되어서 있습니다.

이파일들은 동영상(asf, mow, mpeg, avi)중 포맷 상관없이
동영상들을 만들고 싶습니다

넘 기초적인 질문인지 모르겠으나. 도움 부탁드립니다.
꾸벅~

                                            -  차    규   한  -
1  COMMENTS
  • Profile
    박상윤 2002.10.04 21:51
    일단 API를 사용해 AVI파일을 만든것은 가능합니다..
    AVI파일 만드는 컴포들은 찾아보시면 ..
    되구여....

    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


    이것 말고 ...
    DirectShow에 보시면 DES라는
    기능이 추가 되었습니다........
    동영상 파일 편집할수 있는 인터 페이스 들이지여
    물론 그림,소리 다편집 할수 있구여...

    이것을 사용하셔도 됩니다...
    아마도 압축 코덱이 깔려 있다면...
    어떤 포맷이든 압축 하는 것이 가는할것 입니다.