Quote:
Originally Posted by
chanc 
I am not familiar with Clown_BD ver 0.79. So I tried to rip a BD and ended up with a file named Video_2.H264. File size ia bout 29 GB so it seems to be alright.
As you discovered, the .H264 file is a video stream -- that's all. You also need an audio stream and (optionally) a subtitle stream to make a complete title. Then you need to combine (MUX) them together into a single file container that your player can decode and play.
Clown_BD has multiple stages to do it's work that are not transparent like other applications may be. The first stage uses EAC3TO to extract (DEMUX) all the BD streams you have selected for the title of interest into a folder. That is where you apparently stopped and dug out the .H264 file.
The second stage uses TSMUXER to combine (MUX) the streams from the first stage into an .m2ts container (optionally creating the BDMV folder structure if you want to make a BD.iso or burn the title to a BD-R). Depending on your equipment, you can play the .m2ts, the BD.iso or the BD-R. The execution of the second stage is not automatic, you have to click the checkbox to turn it on.
edit: lots of collisions, we were all typing at the same time.