I like bluray, as it gives me the 1080p HD video, the video looks nice.


Ffmpeg is a media tool, it can help you convert video/audio format, if you
Want know more about ffmpeg, you can visit www.ffmpeg.org for details.
ffmpeg can provide many formats, for example, iphone and some media player
do NOT support m2ts natively, you need to rip the format from m2ts to mp4/m4v.
If you want to play the media from appletv, maybe you need to convert the video
stream of the bluray m2ts file into avc, and the first audio stream is ac3 dolby, and
the 2nd audio stream aac stream.


BUT, If you want to convert your bluray, firstly you must pass the AACS.
There are many tools can deal with AACS, for example, dvdfab, makemkv and anydvd.
They can crack the aacs easily. But here, we talk about convert your bluray with FFMPEG,
so please follow the next steps.


1. provide the decrypted http stream of your bluray disc m2ts
decrypted http m2ts stream can give you the advandtage:
a) you can play it with other media player, for example vlc.
b) You can convert the http m2ts stream with ffmpeg
Here introducing the following free tools: makemkv(www.makemkv.com)
elycs(www.elycs.com) and freeblurayripper(www.freeblu-rayripper.com).



After you load bluray disc and press the “Stream” button, makemkv will tell you the url you can Access the bluray, step by step you will get the m2ts http stream. For example http://192.168.1.5:51000/stream/title0.m2ts, makemkv is a perfect tool and it has two month trival time. After 2 month, maybe you want to pay.


Elycs can also provide decrypted http m2ts stream, first load the disc, then it can tell you the url you can access the m2ts file.



For example, the url is http://127.0.0.1:8001/00311.m2ts, especially, you can play the bluray disc m2ts directly.
Elycs is FREE, so enjoy yourself








Convert with FFMPEG
open the command line and type: \“ffmpeg –i http://127.0.0.1:8001/00311.m2ts -map 0 -acodec copy –vcodec copy – scodec copy out.mkv\”, you can get the mkv file.
If you want just the decrypted m2ts file, just download http://127.0.0.1:8001/00311.m2ts




ffmpeg has many functions such as converting video format, snap picture from video or capture video, if you want to
learn about it, you need to google it's help