Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2010-08-14 14:51:26 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2010-08-14 14:51:26 +0400
commit3252b6b7192649093fe003d846823e3dfac27693 (patch)
treeb3ffdd429e0785a27f8f0444dd2a2383d9443f4d /README.txt
parentb2fcb5ec20a3a32a7f1771a14d06e63b045f9126 (diff)
Added readme and changelog.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 00000000..e04b5e07
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,30 @@
+LAVFSplitter - a libavformat based directshow media splitter
+
+Prereqs
+=============================
+VC++2010 Runtime (http://www.microsoft.com/downloads/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db8)
+
+Install
+=============================
+- Unpack
+- Register (regsvr32 LAVFSplitter.ax)
+ Registering requires adminitrative rights.
+ On Vista/7 also make sure to start it in an elevated shell.
+
+Using it
+=============================
+By default the splitter will register for all media formats that have been
+tested and found working at least partially.
+This currently includes (but is not limited to)
+ MKV/WebM, AVI, MP4/MOV, TS/M2TS/MPG, FLV
+
+However, some other splitters register in a "bad" way and force all players
+to use them. The Haali Media Splitter is one of those, and to give priority
+to the LAVFSplitter you have to either uninstall Haali or rename its .ax file
+at least temporarily.
+
+Feedback
+=============================
+There currently is no official place for feedback.
+A thread on Doom9 is going to be created eventually.
+You can, however, reach me on IRC in the MPC-HC channel on freenode (#mpc-hc) \ No newline at end of file