forked from zencoder/rvideo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Manifest
67 lines (67 loc) · 1.63 KB
/
Manifest
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
CHANGELOG
ENV
ENV2
LICENSE
Manifest
README
RULES
Rakefile
config/boot.rb
lib/rvideo.rb
lib/rvideo/errors.rb
lib/rvideo/float.rb
lib/rvideo/frame_capturer.rb
lib/rvideo/inspector.rb
lib/rvideo/reporter.rb
lib/rvideo/reporter/views/index.html.erb
lib/rvideo/reporter/views/report.css
lib/rvideo/reporter/views/report.html.erb
lib/rvideo/reporter/views/report.js
lib/rvideo/string.rb
lib/rvideo/tools/abstract_tool.rb
lib/rvideo/tools/ffmpeg.rb
lib/rvideo/tools/ffmpeg2theora.rb
lib/rvideo/tools/flvtool2.rb
lib/rvideo/tools/mencoder.rb
lib/rvideo/tools/mp4box.rb
lib/rvideo/tools/mp4creator.rb
lib/rvideo/tools/mplayer.rb
lib/rvideo/tools/qtfaststart.rb
lib/rvideo/tools/yamdi.rb
lib/rvideo/transcoder.rb
lib/rvideo/version.rb
rvideo.gemspec
scripts/txt2html
setup.rb
spec/files/boat.avi
spec/files/kites.mp4
spec/fixtures/ffmpeg_builds.yml
spec/fixtures/ffmpeg_results.yml
spec/fixtures/files.yml
spec/fixtures/recipes.yml
spec/integrations/formats_spec.rb
spec/integrations/frame_capturer_spec.rb
spec/integrations/inspection_spec.rb
spec/integrations/recipes_spec.rb
spec/integrations/rvideo_spec.rb
spec/integrations/transcoder_integration_spec.rb
spec/integrations/transcoding_spec.rb
spec/spec.opts
spec/spec_helper.rb
spec/support.rb
spec/units/abstract_tool_spec.rb
spec/units/ffmpeg_spec.rb
spec/units/flvtool2_spec.rb
spec/units/frame_capturer_spec.rb
spec/units/inspector_spec.rb
spec/units/mencoder_spec.rb
spec/units/mp4box_spec.rb
spec/units/mp4creator_spec.rb
spec/units/mplayer_spec.rb
spec/units/qtfaststart_spec.rb
spec/units/string_spec.rb
spec/units/transcoder_spec.rb
tasks/deployment.rake
tasks/testing.rake
tasks/transcoding.rake
tasks/website.rake