package ffmpeg-av
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Av.Format
Source
Return the name of the input format
Return the long name of the input format
Guess input format based on its short name.
Return the name of the output format
Return the long name of the output format
Source
val guess_output_format :
?short_name:string ->
?filename:string ->
?mime:string ->
unit ->
(Avutil.output, 'a) Avutil.format option
Guess output format based on the passed arguments.
Return the audio codec id of the output audio format
Return the video codec id of the output video format
Source
val get_subtitle_codec_id :
(Avutil.output, Avutil.subtitle) Avutil.format ->
Avcodec.Subtitle.id
Return the subtitle codec id of the output subtitle format