MPEG SDK --> MpegEditor
A GOP-accurate MpegEditor.
GOPAccurateEditor
~GOPAccurateEditor
demux
pasteCut
pasteMux
public GOPAccurateEditor ( SystemsFormat format ) ;
Construct a GOPAccurateEditor.
The packetization of the output is specified by format.
public virtual ~ GOPAccurateEditor ( ) ;
public void pasteCut ( const string & file ,
const string & in_time ,
const string & out_time ) ;
Paste both the video and audio of a file to the timeline. The clip starts at the first I frame after in_time and finishes before the first I frame after out_time.
public void pasteMux ( const string & videofile ,
const string & audiofile ) ;
Paste the entire video from one file and the entire audio from another file into the timeline. If the audio is longer than the video, it will be trancated after the video is finished.
public static void demux ( const string & file_in ,
const string & file_vout ,
const string & file_aout ,
CallBack callback = 0 ) ;
Static function for demuxing an MPEG file into a video-only MPEG file and an audio-only MPEG file.
This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.
Click here to return to the top of the page.