littletom1201 / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

Support for splitting ssif files (MPEG-TS for 3D Blu-rays) #231

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the issue you're having:
Splitting fails because it cannot properly parse the MVC stream inside those 
files

How can the issue be reproduced? Sample File?
Any 3D BD, also some files archived

Implementation Notes:
This is a two step process.
First step would be to fix splitting the AVC base view and allow 2D playback.
Second step would then be to expose the MVC stream as well.

Original issue reported on code.google.com by h.lepp...@gmail.com on 26 May 2012 at 9:35

GoogleCodeExporter commented 9 years ago
The first part was fixed, LAV can now play the normal AVC streams from ssif 
files.

Original comment by h.lepp...@gmail.com on 26 May 2012 at 11:57

GoogleCodeExporter commented 9 years ago
Any chance to expose MVC stream?
because MPC MPEG Splitter shows, but when SSIF file has Dolby TrueHD 7.1/5.1 it 
outputs as AC3 5.1

Regards,
Hristo

Original comment by hristo.m...@gmail.com on 5 Sep 2013 at 8:54

GoogleCodeExporter commented 9 years ago
Hi Hendrik,

I'm also very interested in MVC support in your splitter. I’ve done this for 
the MP4, MKV and MPEG splitter of the Media Player Classic Home Cinema, which 
I’m also using in my Stereoscopic Player. The MPC-HC developers have stopped 
developing their filters in favor of yours, so I’d like to use your filters, 
too.

You can download my MPC-HC patches from http://www.3dtv.at/OpenSource.

I’ve introduced two new FourCCs, AMVC for MVC streams that contain both the 
base view and stereo view and EMVC for streams that contain only the stereo 
view (there must be some other file or stream with the base view).

I’m quite busy so that I won’t be able to submit patches for the LAV 
Filters soon, however, I can spend money to get MVC support implemented. If you 
are interested, please let me know and we discuss the details in private.

Best regards,
Peter

--------------------
3dtv.at
Peter Wimmer
Wankmüllerhofstr. 9
4020 Linz
Austria

office@3dtv.at
http://www.3dtv.at  

Original comment by pwimmer...@gmail.com on 5 Dec 2013 at 12:35

GoogleCodeExporter commented 9 years ago
HD audio is still plays only the core DTS / AC3 stream. HD framing is used, but 
the data is only core.

Original comment by kur...@earth-616.com on 19 Aug 2014 at 5:38