File: dune

package info (click to toggle)
ocaml-ffmpeg 1.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 924 kB
  • sloc: ansic: 6,448; ml: 6,294; makefile: 3
file content (129 lines) | stat: -rw-r--r-- 2,339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
(env
 (dev
  (flags
   (:standard -warn-error -A))))

(executable
 (name hw_encode)
 (modules hw_encode)
 (libraries ffmpeg-av))

(executable
 (name aresample)
 (modules aresample)
 (libraries ffmpeg-av ffmpeg-avfilter))

(executable
 (name audio_decoding)
 (modules audio_decoding)
 (libraries ffmpeg-av ffmpeg-swresample))

(executable
 (name audio_device)
 (modules audio_device)
 (libraries ffmpeg-avdevice))

(executable
 (name decode_stream)
 (modules decode_stream)
 (libraries ffmpeg-av ffmpeg-avfilter))

(executable
 (name demuxing_decoding)
 (modules demuxing_decoding)
 (libraries ffmpeg-av ffmpeg-swresample ffmpeg-swscale))

(executable
 (name encode_audio)
 (modules encode_audio)
 (libraries ffmpeg-avcodec ffmpeg-swresample))

(executable
 (name encode_stream)
 (modules encode_stream)
 (libraries ffmpeg-av ffmpeg-avfilter ffmpeg-swresample))

(executable
 (name encode_video)
 (modules encode_video)
 (libraries ffmpeg-av))

(executable
 (name encoding)
 (modules encoding)
 (libraries ffmpeg-av ffmpeg-swresample))

(executable
 (name fps)
 (modules fps)
 (libraries ffmpeg-av ffmpeg-avfilter))

(executable
 (name fps_samplerate)
 (modules fps_samplerate)
 (libraries ffmpeg-av ffmpeg-avfilter))

(executable
 (name list_filters)
 (modules list_filters)
 (libraries ffmpeg-avfilter))

(executable
 (name player)
 (modules player)
 (libraries ffmpeg-av ffmpeg-avdevice))

(executable
 (name webcam)
 (modules webcam)
 (libraries ffmpeg-av ffmpeg-avdevice))

(executable
 (name read_metadata)
 (modules read_metadata)
 (libraries ffmpeg-av))

(executable
 (name remuxing)
 (modules remuxing)
 (libraries ffmpeg-av))

(executable
 (name transcode_aac)
 (modules transcode_aac)
 (libraries ffmpeg-av ffmpeg-avfilter))

(executable
 (name transcoding)
 (modules transcoding)
 (libraries ffmpeg-av))

(executable
 (name decoding)
 (modules decoding)
 (libraries ffmpeg-av))

(executable
 (name all_codecs)
 (modules all_codecs)
 (libraries ffmpeg-avcodec))

(executable
 (name all_channel_layouts)
 (modules all_channel_layouts)
 (libraries ffmpeg-avutil))

(executable
 (name all_bitstream_filters)
 (modules all_bitstream_filters)
 (libraries ffmpeg-avcodec))

(executable
 (name interrupt)
 (modules interrupt)
 (libraries ffmpeg-av))

(executable
 (name filter_info)
 (modules filter_info)
 (libraries ffmpeg-avfilter))