aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-07-10 19:28:05 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-07-10 19:28:05 +0300
commit01640bd4e03fa94e3702231536b08b96743d0cde (patch)
tree718ad806983e6a3417d49af0ecd27ee5962f181c /README.md
downloadMediator-01640bd4e03fa94e3702231536b08b96743d0cde.tar.gz
Mediator-01640bd4e03fa94e3702231536b08b96743d0cde.tar.bz2
Mediator-01640bd4e03fa94e3702231536b08b96743d0cde.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7629e62
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+##Hello##
+
+Mediator is a collection of Automator actions for working with media files. Most of them are just wrappers for the
+incredibly powerful FFMPEG[1] utility.
+
+###Convert to QuickTime###
+
+Converts input files to QuickTime files with no transcoding. Useful for working with MTS files copied from an AVCHD
+camera. The audio is converted to Apple Lossless (since AC3 + H264 is not supported by QuickTime).
+
+It returns an array of converted files, which you can then pipe to say Finder's move specified items or an FTP app etc.
+
+[1]: http://www.ffmpeg.org/