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>2011-04-03 18:06:39 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2011-04-03 18:06:39 +0400
commitb434c7b2acb88e37ee0b3128a42ea8475a79114e (patch)
tree74e4700a8583b7ba1f09f1fafa669da13445dc97 /README.txt
parent7431d080848d29caf091d319ae2b1ecb5ebe4534 (diff)
Added libbluray instructions to readme.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index fa439da7..3f40003c 100644
--- a/README.txt
+++ b/README.txt
@@ -21,7 +21,7 @@ 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, OGG
+ MKV/WebM, AVI, MP4/MOV, TS/M2TS/MPG, FLV, OGG, BluRay (.bdmv and .mpls)
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
@@ -35,7 +35,7 @@ decoder however.
Compiling
=============================
Compiling is pretty straight forward using VC++2010 (included project files).
-It does, however, require that you build your own ffmpeg.
+It does, however, require that you build your own ffmpeg and libbluray.
You need to place the full ffmpeg package in a directory called "ffmpeg" in the
main source directory (the directory this file was in). There are scripts to
build a proper ffmpeg included.
@@ -44,6 +44,13 @@ I recommend using my fork of ffmpeg, as it includes additional patches for
media compatibility:
http://git.1f0.de/gitweb?p=ffmpeg.git;a=summary
+libbluray is compiled with the MSVC project files, however a specially modified
+version of libbluray is requires. Similar to ffmpeg, just place the full tree
+inside the "libbluray" directory in the main directory.
+
+You can get the modified version here:
+http://git.1f0.de/gitweb?p=libbluray.git;a=summary
+
Feedback
=============================
GitHub Project: http://github.com/Nevcairiel/LAVFSplitter