![]() |
Kodi Media Player Options with 3D MVC & HD Audio - Printable Version Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Discussions (https://forum.kodi.tv/forumdisplay.php?fid=222) +--- Forum: Hardware (https://forum.kodi.tv/forumdisplay.php?fid=112) --- Thread: Kodi Media Player Options with 3D MVC & HD Audio (/showthread.php?tid=221407) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
|
RE: Player Choices with Kodi + 3D ISO + HD Audio - Skank - 2015-03-18 A raspberry pi does 3d ISO with kodi player? Really? Hard to believe that. How can that be? Kodi doesnt do 3d iso (mvc) RE: Player Choices with Kodi + 3D ISO + HD Audio - looun - 2015-03-18 (2015-03-18, 12:47)Skank Wrote: A raspberry pi does 3d ISO with kodi player? 3D is only supported for MKV ,it's ffmpeg doesn't support extracting the second eye view from BluRay ISOs RE: Player Choices with Kodi + 3D ISO + HD Audio - hdmkv - 2015-03-18 Skank, this is a really new development (this week). Re: ISO support, Kodi devs are working on it. I think we'll see it supported before too long. Only caveats (other than no ISO yet) with RPi are: No DTS-MA (only core), TrueHD only as decoded LPCM, and must pay license fees if you need MPEG2 (£2.40) and/or VC-1 (£1.20) support. It isn't much, but is per device. Oh yes, reason RPi can decode MVC is because it's being done as a hardware (vs. software) decode. There appears possibility other devices with necessary hardware may also be able to do this later. RE: Player Choices with Kodi + 3D ISO + HD Audio - Skank - 2015-03-18 Kodi devs are working on mvc? But its ffmpeg based. i dont understand Rpi not doing hd audio is a no go for me so which hardware would be able to do hardware decode in future? RE: Player Choices with Kodi + 3D ISO + HD Audio - hdmkv - 2015-03-18 I may not be explaining it well; see here. RE: Player Choices with Kodi + 3D ISO + HD Audio - noggin - 2015-03-18 (2015-03-18, 13:54)Skank Wrote: Kodi devs are working on mvc? But its ffmpeg based. i dont understand AIUI the Pi / Pi 2 version of Kodi is now able to use the internal Kodi player implemented on the PI to playback MKVs with MVC conten, and output this at full frame-packed 3D resolution, by shifting the MVC decode to the hardware decoder that the Pi / Pi 2 GPU/VPU contains. ISO support isn't there yet, presumably because ffmpeg's demux for MPEG2 transport streams - which is the wrapper that Blu-ray ISO and Folder content is wrapped in - doesn't bother with MVC streams as they aren't currently supported for decode, but there is MKV demux support? Other 3D capable hardware (Intel/nVidia/AMD under Windows, Android players etc.) use external players to implement 3D MVC decode AIUI? Pi 2 will do Dolby True HD decoded losslessly to PCM (though not 5.1 at 192kHz) in a manner pretty much the same as your amp would. If you are offline converting ISO to MKV you could also offline convert DTS-HD to FLAC or PCM at the same time if you have the right (not open source) software. RE: Player Choices with Kodi + 3D ISO + HD Audio - popcornmix - 2015-03-18 (2015-03-18, 14:14)noggin Wrote: ISO support isn't there yet, presumably because ffmpeg's demux for MPEG2 transport streams - which is the wrapper that Blu-ray ISO and Folder content is wrapped in - doesn't bother with MVC streams as they aren't currently supported for decode, but there is MKV demux support? ffmpeg doesn't support MVC, either as a decoder, or a demuxer. makemkv already understands MVC, and muxes the two eye's data into a single stream. ffmpeg can demux this just fine (it just looks like a single H.264 stream if you don't try to decode it). ffmpeg obviously can't software decode the file, but it provides enough information for a hardware decoder to handle the stream. MVC in mp4 had a minor issue where ffmpeg doesn't handle the mvcC atom which is needed for getting the second eye's codec specific header bytes. We have a fix for that, but othwise both eye's data comes through. In a BluRay ISO (or folder structure) there are two separate m2ts files, one for the left eye, and an additional one for the right eye (which also depends on the first eye). ffmpeg (well actually libbluray) reads the first file, but not the second, so a hardware decoder can't currently decode the 3D stream. We need some additional logic to open both files, and mux them together into a single stream. I hope we'll have a patch for this in the next week or two. RE: Player Choices with Kodi + 3D ISO + HD Audio - noggin - 2015-03-18 (2015-03-18, 14:35)popcornmix Wrote: In a BluRay ISO (or folder structure) there are two separate m2ts files, one for the left eye, and an additional one for the right eye (which also depends on the first eye). There's some clever UDF-ery going on as well isn't there - so that the H264 stream (used also for 2D) appears twice on the disk - though both appearances point to the same data? One is a standard H264 2D Blu-ray stream, with the second file pointing to both the 2D AVC and the additional MVC stream - or am I totally out of whack? RE: Player Choices with Kodi + 3D ISO + HD Audio - movie78 - 2015-03-18 (2015-03-18, 14:35)popcornmix Wrote:(2015-03-18, 14:14)noggin Wrote: ISO support isn't there yet, presumably because ffmpeg's demux for MPEG2 transport streams - which is the wrapper that Blu-ray ISO and Folder content is wrapped in - doesn't bother with MVC streams as they aren't currently supported for decode, but there is MKV demux support? You guys are doing a great job.. Once you get 3D ISO working and can get HD Audio working Have taught about coming out with your own hardware like the CuBoxTV ? RE: Player Choices with Kodi + 3D ISO + HD Audio - popcornmix - 2015-03-18 (2015-03-18, 14:49)noggin Wrote: There's some clever UDF-ery going on as well isn't there - so that the H264 stream (used also for 2D) appears twice on the disk - though both appearances point to the same data? One is a standard H264 2D Blu-ray stream, with the second file pointing to both the 2D AVC and the additional MVC stream - or am I totally out of whack? I don't believe that is the case. For an MVC ISO/folder you see: Code: $ ls -l ~/mnt2/BDMV/STREAM/ It is also used as the left eye with MVC video. The smaller 00001.m2ts file contains the right eye data. It can't be played in isolation as it depends of the frames from 00000.m2ts (which is why it is smaller - left and right eye views are usually very similar). No magic that I'm aware of. If you want 2D H.264 you read 00000.m2ts. If you want 3D MVC you merge (e.g. by comparing decode timestamps) 00000.m2ts and 00001.m2ts, and decode that. RE: Player Choices with Kodi + 3D ISO + HD Audio - hdmkv - 2015-03-18 This is interesting stuff; quite educational. Still seems it's magic as most of weren't holding out for full 3D support sans Android or Windows until this week. RE: Player Choices with Kodi + 3D ISO + HD Audio - Skank - 2015-03-18 Dont be too excited cause it might turn into disappointing stuff RE: Player Choices with Kodi + 3D ISO + HD Audio - looun - 2015-03-18 (2015-03-18, 14:59)popcornmix Wrote: If you want 3D MVC you merge (e.g. by comparing decode timestamps) 00000.m2ts and 00001.m2ts, and decode that. so it's only support like: FULL HD SBS or FULL HD TAB, great work however RE: Player Choices with Kodi + 3D ISO + HD Audio - popcornmix - 2015-03-18 (2015-03-18, 16:27)looun Wrote: so it's only support like: FULL HD SBS or FULL HD TAB, great work however I don't really understand the question. The video is decoded and displayed as FULL HD (i.e. 1920x1080 pixels for each eye). There is no concept of SBS or TAB in MVC - you get separate frames for each eye. RE: Player Choices with Kodi + 3D ISO + HD Audio - looun - 2015-03-18 (2015-03-18, 16:40)popcornmix Wrote:(2015-03-18, 16:27)looun Wrote: so it's only support like: FULL HD SBS or FULL HD TAB, great work however i am not explain well,i am talking about file conversion can play raspi , source MVC out MKV( MVA ) with FULL HD SBS(or the right name) , 1 frame double information/resolution. |