Top | ![]() |
![]() |
![]() |
![]() |
GPtrArray * | ogmrip_mencoder_audio_command () |
gdouble | ogmrip_mencoder_codec_watch () |
GPtrArray * | ogmrip_mencoder_container_command () |
gdouble | ogmrip_mencoder_container_watch () |
GPtrArray * | ogmrip_mencoder_video_command () |
GPtrArray * | ogmrip_mencoder_vobsub_command () |
gdouble | ogmrip_mencoder_vobsub_watch () |
GPtrArray * | ogmrip_mplayer_video_command () |
gdouble | ogmrip_mplayer_video_watch () |
GPtrArray * | ogmrip_mplayer_wav_command () |
gdouble | ogmrip_mplayer_wav_watch () |
GPtrArray * ogmrip_mencoder_audio_command (OGMRipAudioCodec *audio
,const gchar *output
);
This function creates the common part of the command line when using mencoder to encode an audio stream.
gdouble ogmrip_mencoder_codec_watch (OGMJobExec *exec
,const gchar *buffer
,OGMRipCodec *codec
);
This function parses the output of mencoder when encoding a stream and returns the progress made.
GPtrArray *
ogmrip_mencoder_container_command (OGMRipContainer *container
);
This function creates the common part of the command line to merge streams using mencoder.
gdouble ogmrip_mencoder_container_watch (OGMJobExec *exec
,const gchar *buffer
,OGMRipContainer *container
);
This function parses the output of mencoder when merging streams and returns the progress made.
GPtrArray * ogmrip_mencoder_video_command (OGMRipVideoCodec *video
,const gchar *output
,guint pass
);
This function creates the common part of the command line when using mencoder to encode a video stream.
GPtrArray * ogmrip_mencoder_vobsub_command (OGMRipSubpCodec *subp
,const gchar *output
);
This function creates the command line for extracting VobSub subtitles using mencoder.
gdouble ogmrip_mencoder_vobsub_watch (OGMJobExec *exec
,const gchar *buffer
,OGMRipSubpCodec *subp
);
This function parses the output of mencoder when extracting VobSub subtitles and returns the progress made.
GPtrArray * ogmrip_mplayer_video_command (OGMRipVideoCodec *video
,const gchar *output
);
This function creates the common part of the command line when using mplayer to encode a video stream.
gdouble ogmrip_mplayer_video_watch (OGMJobExec *exec
,const gchar *buffer
,OGMRipVideoCodec *video
);
This function parses the output of mplayer when encoding a video stream and returns the progress made.
GPtrArray * ogmrip_mplayer_wav_command (OGMRipAudioCodec *audio
,gboolean header
,const gchar *output
);
This function creates the command line for encoding an audio stream in PCM or WAV.
gdouble ogmrip_mplayer_wav_watch (OGMJobExec *exec
,const gchar *buffer
,OGMRipAudioCodec *audio
);
This function parses the output of mplayer when encoding an audio stream in WAV or PCM and returns the progress made.