Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
cloudooo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
cloudooo
Commits
f0857438
Commit
f0857438
authored
May 24, 2011
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove README.txt from handlers.
parent
52b5a4ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
26 deletions
+0
-26
cloudooo/handler/ffmpeg/README.txt
cloudooo/handler/ffmpeg/README.txt
+0
-26
cloudooo/handler/imagemagick/README.txt
cloudooo/handler/imagemagick/README.txt
+0
-0
cloudooo/handler/ooo/README.txt
cloudooo/handler/ooo/README.txt
+0
-0
cloudooo/handler/pdf/README.txt
cloudooo/handler/pdf/README.txt
+0
-0
No files found.
cloudooo/handler/ffmpeg/README.txt
deleted
100644 → 0
View file @
52b5a4ef
FFMPEGHandler
FFMPEGHandler is a handler of cloudooo for developing GUI convertion applications
using FFmpeg cross-platform.
Introduction
The FFMPEGHandler package defines a single class, Handler, which is interface to
audio and video convertion into cloudooo.
FFMPEGHandler has been developed with python 2.6 and ffmpeg 0.6.1.
Example
Converting file:
>>> from cloudooo.handler.ffmpeg import Handler
>>> handler = Handler('my_path_data', open(test.ogv).read(), 'ogv')
>>> converted_data = handler.convert('mpeg')
Getting information of file:
>>> from cloudooo.handler.ffmpeg import Handler
>>> handler = Handler('my_path_data', open(test.ogv).read(), 'ogv')
>>> metadata = handler.getMetadata()
>>> metadata
{ 'ENCODER': 'Lavf52.64.2'}
cloudooo/handler/imagemagick/README.txt
deleted
100644 → 0
View file @
52b5a4ef
cloudooo/handler/ooo/README.txt
deleted
100644 → 0
View file @
52b5a4ef
cloudooo/handler/pdf/README.txt
deleted
100644 → 0
View file @
52b5a4ef
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment