Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IDecipher ¶
type InputVideo ¶
type InputVideo struct {
// contains filtered or unexported fields
}
func OpenVideo ¶
func OpenVideo(file string) (*InputVideo, error)
func (*InputVideo) ReadVideoInfo ¶
func (v *InputVideo) ReadVideoInfo() (*VideoInfo, error)
type OutputVideo ¶
type OutputVideo struct {
// contains filtered or unexported fields
}
func CreateOutputVideo ¶
func CreateOutputVideo(filePath string) (*OutputVideo, error)
func (*OutputVideo) Write ¶
func (v *OutputVideo) Write(vp *VideoPacket)
type VideoInfo ¶
type VideoInfo struct { AvCodeId AVCodeId Height uint32 Width uint32 Duration float64 Framerate uint32 }
func NewVideoInfo ¶
type VideoPacket ¶
type VideoPacket struct { }
Click to show internal directories.
Click to hide internal directories.