Documentation ¶
Index ¶
Constants ¶
View Source
const ( Version50 = "59. 16" Version51 = "59. 27" Version60 = "60. 3" Version61 = "60. 16" Version70 = "61. 1" )
correlation of libavformat versions with ffmpeg versions
Variables ¶
This section is empty.
Functions ¶
func ParseVersion ¶ added in v1.9.3
Types ¶
type Args ¶
type Args struct { Bin string // ffmpeg Global string // -hide_banner -v error Input string // -re -stream_loop -1 -i /media/bunny.mp4 Codecs []string // -c:v libx264 -g:v 30 -preset:v ultrafast -tune:v zerolatency Filters []string // scale=1920:1080 Output string // -f rtsp {output} Version string // libavformat version, it's more reliable than the ffmpeg version Video, Audio int // count of Video and Audio params }
func (*Args) HasFilters ¶ added in v1.6.0
func (*Args) InsertFilter ¶
Click to show internal directories.
Click to hide internal directories.