flvtool2 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,70 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: flvtool2
5
+ version: !ruby/object:Gem::Version
6
+ version: 1.0.6
7
+ date: 2007-02-09 00:00:00 +01:00
8
+ summary: Flash video (FLV) manipulation tool
9
+ require_paths:
10
+ - lib
11
+ email: norman.timmler@inlet-media.de
12
+ homepage: http://www.inlet-media.de/flvtool2
13
+ rubyforge_project: flvtool2
14
+ description: FLVTool2 is a manipulation tool for Macromedia Flash Video files (FLV). It can calculate a lot of meta data, insert an onMetaData tag, cut FLV files, add cue points (onCuePoint), show the FLV structure and print meta data information in XML or YAML.
15
+ autorequire:
16
+ default_executable: flvtool2
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ authors:
29
+ - Norman Timmler
30
+ files:
31
+ - bin
32
+ - CHANGELOG
33
+ - examples
34
+ - flvtool2.exy
35
+ - lib
36
+ - LICENSE
37
+ - Rakefile
38
+ - README
39
+ - setup.rb
40
+ - bin/flvtool2
41
+ - examples/tags.xml
42
+ - lib/flv
43
+ - lib/flv.rb
44
+ - lib/flvtool2
45
+ - lib/flvtool2.rb
46
+ - lib/mixml.rb
47
+ - lib/miyaml.rb
48
+ - lib/flv/amf_string_buffer.rb
49
+ - lib/flv/audio_tag.rb
50
+ - lib/flv/core_extensions.rb
51
+ - lib/flv/meta_tag.rb
52
+ - lib/flv/stream.rb
53
+ - lib/flv/tag.rb
54
+ - lib/flv/video_tag.rb
55
+ - lib/flvtool2/base.rb
56
+ - lib/flvtool2/version.rb
57
+ test_files: []
58
+
59
+ rdoc_options: []
60
+
61
+ extra_rdoc_files: []
62
+
63
+ executables:
64
+ - flvtool2
65
+ extensions: []
66
+
67
+ requirements: []
68
+
69
+ dependencies: []
70
+