summaryrefslogtreecommitdiff
path: root/profiles/baldeagleos/1.0/linux-gnu/features/video/make.defaults
blob: 84acbdb22e44a11bee5655fbad343a52165b43b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Commonly found video file formats.

# audio codecs
USE="a52 aac dts faac faad twolame"
# video codecs
USE="${USE} dav1d libmpeg2 mjpeg mpeg quicktime theora vpx x264 x265 xvid win32codecs"
# containers, subtitles, functions
USE="${USE} encode ffmpeg libass libguess matroska mp4 postproc"

# Extra audio supoort
#USE="${USE} fdk"

# Extra video file formats.

#USE="${USE} dirac dv kate libtiger nuv schroedinger"

# fancy streaming protocols
#USE="${USE} live mms rtmp rtsp"