Log in

View Full Version : SolveigMM MKV DirectShow Demuxer + Muxer Testing


Pages : [1] 2 3 4 5 6

Dmitry Vergheles
17th April 2010, 12:09
Hi Folks,

We are developing MKV DirectShow Muxer + Splitter.

Here is first beta version of the demuxer:
www.solveigmm.com/files/utils/SMM_MKVSplitter.zip

Abilities:
- Accepts input MKV files
- Parses Video/Audio/Subtitles
- Can output Annex B AVC VES stream, so it can be played back separately


Please post here all the problems you will encounter with the splitter.
Thanks In advance.

The Muxer is on the way...

Dmitry Vergheles
19th April 2010, 13:12
Updates:

Splitter of version - 1.0.1004.19
- Fixer jerky video playback
http://www.solveigmm.com/files/utils/SMM_MKVSplitter.zip


Muxer of version - 1.0.1004.16
- accapt 1 video + 1 audio stream, creates MKV as a output

http://www.solveigmm.com/files/utils/SMM_MKVMuxer.zip

CruNcher
20th April 2010, 00:06
What are the main differences compared to Haalis spitter/Muxer ?

Dmitry Vergheles
20th April 2010, 07:07
What are the main differences compared to Haalis spitter/Muxer ?

Hi CruNcher,
Well, it is hard to say about differences. We are making Matrosska workflow for our editing purposes, so probably it can be usefull for somebody else.

One of the differences at the moment, is an ability to dump playable ACV VES wiht the Splitter

Stanislav Mikhailenko
28th April 2010, 05:43
Updates:

SMM_MatroskaSplitter (version - 1.0.1004.27) (http://www.solveigmm.com/files/utils/SMM_MKVSplitter.zip)

SMM_MatroskaMuxer (version - 1.0.1004.27) (http://www.solveigmm.com/files/utils/SMM_MKVMuxer.zip)

Changes/Fixes:

Muxer:
Only one track was available in container after muxing more than one.

Both Muxer and Splitter:

video codecs support:
-(V_MPEG4/ISO/ASP) MPEG-4 part 2, ISO/IEC 14496-2
-(V_MPEG4/ISO/AVC)MPEG-4 part 10,ISO/IEC 14496-10
-(V_THEORA)Theora video codec (http://theora.org)
-(V_MPEG2)ISO/IEC 13818-2
-(V_MPEG1)ISO/IEC 11172-2
-(V_MS/VFW/FOURCC)Avi compatibility

audio codecs support:
- (A_AC3) Dolby AC3
- (A_MPEG/L3) MPEG-1 Layer 3,ISO/IEC 11172-3
- (A_MPEG/L2,A_MPEG/L1)MPEG-1 Layers 1,2, ISO/IEC 11172-3
- (A_DTS)DTS
- (A_VORBIS)Vorbis audio codec (http://xiph.org/vorbis)
- (A_AAC)MPEG-4 part 3,ISO/IEC 14496-3
- (A_PCM/INT/LIT)Uncompressed PCM, integer, little endian
- (A_PCM/FLOAT/IEEE)Uncompressed PCM, float, little endian
- (A_TTA1)True Audio lossless audio codec (http://true-audio.com)
- (A_WAVPACK4)Wavpack lossless audio codec (http://wavpack.com)
- (A_MS/ACM)Avi compatibility

Stanislav Mikhailenko
14th May 2010, 07:28
Updates:

SMM_MatroskaSplitter (version - 1.0.1005.14) (http://www.solveigmm.com/files/utils/SMM_MKVSplitter.zip)

SMM_MatroskaMuxer (version - 1.0.1005.14) (http://www.solveigmm.com/files/utils/SMM_MKVMuxer.zip)

Changes/Fixes:

Muxer:
Accept h264 AnnexB bytestream input with converting to AVC bitsteam (V_MPEG4/ISO/AVC)

Splitter:
Correct sample times when seeking to get "0" time on sample.
(e.g.:sample times: 9.0 9.04 9.08;
seek time: 9.06;
output sample times should be: -0.04 0 0.04 (not -0.06 -0.02 0.02) )

Both:
Buffer size/buffers count changes to prevent hangup on some files.

video_magic
15th May 2010, 04:31
I have a Windows XP SP2 computer. I have downloaded the 2 files above and extracted the ax files to c:\1tmp

when I try to register either of them from the run prompt i.e. using:
regsvr32 "c:\1tmp\SMM_MKVSplitter.ax"

I get an RegSvr32 error pop up which states:

LoadLibrary("C:\1tmp\SMM_MKVSplitter.ax") failed - The specified module could not be found.

video_magic
15th May 2010, 05:09
Looked for help on the 'net and found this page:
http://www.cryer.co.uk/brian/windows/trbl_xp_regsvr_fld_module_not_found.htm
I've just tried using procmon from Microsoft (as they no longer have filemon available) and scanning the log to find out what file is missing
but none the wiser.

video_magic
15th May 2010, 05:20
Hmm, finally got it to work!

It needs the file MSVCR71.DLL

I found a copy on my system by searching, in C:\Program Files\Java\jre6\bin

I copied MSVCR71.DLL from there into C:\WINDOWS\system32

Then registering both SMM_MKVMuxer.ax & SMM_MKVSplitter.ax worked straight away !!! :D

Dmitry Vergheles
15th May 2010, 10:23
Hmm, finally got it to work!

It needs the file MSVCR71.DLL

I found a copy on my system by searching, in C:\Program Files\Java\jre6\bin

I copied MSVCR71.DLL from there into C:\WINDOWS\system32

Then registering both SMM_MKVMuxer.ax & SMM_MKVSplitter.ax worked straight away !!! :D

Hi video_magic,
Yes, the binaries have been compilled with MSVCR71.DLL, so having it they should be registered correctly.

Please let us know any problem, note or feature request you may consider using these splitter/muxer filters.

video_magic
15th May 2010, 22:25
Hello, I just tried it on an MKV H264 video in Media Player Classic HC 1.3.1821.0
Video: MPEG4 Video (H264) 720x416 25.00fps [Video 0]

The splitter filter loads without any problem & it plays fine, except seeking backwards or forwards results in a shimmering macroblocking streaking the picture for a couple or several seconds before the picture plays smoothly or normally.

Overall very pleased with the splitter, thanks.

Dmitry Vergheles
16th May 2010, 08:34
Hello, I just tried it on an MKV H264 video in Media Player Classic HC 1.3.1821.0
Video: MPEG4 Video (H264) 720x416 25.00fps [Video 0]


Hi video_magic,

Could you please give some details. Did you use the Splitter inside MPC? How did you manage that?

rica
16th May 2010, 18:26
Hi Dmity.

Thx for the splitter.

Here are my test results:

dtshd-ma:

Works with your splitter via ffdshow and i get dtshd audio bitstream and blue light. But it's not possible to seek.


thd or LPCM:

Never agreed with ffdshow or ReClock:

http://www.freeimagehosting.net/uploads/954847e5ee.png (http://www.freeimagehosting.net/)


_ _ _ _ _

video_magic
17th May 2010, 03:34
...Could you please give some details. Did you use the Splitter inside MPC? How did you manage that?

Hello, I did not do anything special. I had just registered your splitter as normal described above using regsvr32 (from the run command).

Later on while I was playing an mkv in Media Player Classic Home Cinema, if I looked under Play - Filters it shows SolveigMM Matroska Splitter

Here is a screen shot showing the shimmering, blockiness which happens for a few seconds after I jump to any position in the film by clicking on the seek bar. http://img18.imageshack.us/img18/1036/halfbloodprincemkvsnaps.jpg

liquidskin76
17th May 2010, 08:36
Hi,

Hope you don't me enquiring... is mkv chapters and passing of TrueHD and DTS-HD MA to ffdshow going to be support in the future?

Many thanks

liquidskin76
17th May 2010, 09:08
Hi,

Also, are you planning on supporting muxing TrueHD and DTS-HD MA to mkv?

If so, the ability to retain the TrueHD AC3 core would be great. MKVMerge removes the Ac3 core.

Many thanks

Stanislav Mikhailenko
17th May 2010, 11:33
Updates:

SMM_MatroskaSplitter (version - 1.0.1005.17) (http://www.solveigmm.com/files/utils/SMM_MKVSplitter.zip)

SMM_MatroskaMuxer (version - 1.0.1005.17) (http://www.solveigmm.com/files/utils/SMM_MKVMuxer.zip)

Changes/Fixes:

Muxer:
Increased mux speed.
Less memory required while mux.

Stanislav Mikhailenko
17th May 2010, 11:50
Later on while I was playing an mkv in Media Player Classic Home Cinema, if I looked under Play - Filters it shows SolveigMM Matroska Splitter


Which decoder do you use while playing? Does this problem occure on this specific file or other files too?

If only on this file could you upload it somewhere?

video_magic
17th May 2010, 13:31
Hello, it shows under Play - Filters - MPC Video Decoder.

I recently put a 'standalone filters pack' in the filters subfolder of MediaPlayerClassic. Actually I would normally have used a recent FFDshow-Tryouts for H264 video, bit surprised to just notice that wasn't loading but was using an MPC internal decoder instead.

This file is too big to upload, I will try others later when I get some time.

Stanislav Mikhailenko
17th May 2010, 15:24
Hi,

Hope you don't me enquiring... is mkv chapters and passing of TrueHD and DTS-HD MA to ffdshow going to be support in the future?

Many thanks

the chapters: If it will be popular and useful feature we will. What player/software do you use to get mkv chapters benefits?

TrueHD and DTS-HD MA: We try to support most codecs specified by matroska.org (http://www.matroska.org/technical/specs/codecid/index.html) there is DTS, and SMM splitter supports it. I will check out DTS-HD MA to implement support in our splitter.

Hi,
Also, are you planning on supporting muxing TrueHD and DTS-HD MA to mkv?
If so, the ability to retain the TrueHD AC3 core would be great. MKVMerge removes the Ac3 core.
Many thanks

If SMM splitter will support TrueHD and DTS-HD MA, i think muxer will do it too.

rica
17th May 2010, 15:53
I will check out DTS-HD MA to implement support in our splitter.
If you provide mkv with truehd and dts-hd ma (small sample) will be appreciated.


dtshd-ma is already working:



dtshd-ma:

Works with your splitter via ffdshow and i get dtshd audio bitstream and blue light. But it's not possible to seek.

thd or LPCM:

Never agreed with ffdshow or ReClock:


_ _ _ _ _

I will upload short samples later.

rica
17th May 2010, 21:31
dtshd-ma sample:

http://www.mediafire.com/?tmufzougmjt


thd sample:

http://www.mediafire.com/?5rjhgj1wyzk

(btw thd mkv doesn't include ac3 core but thd alone since mkvmerge can not mux them together. On the other hand with graph method Haali or Gabest mkvmuxer can mux only ac3 core while the source file is thd+ac3 -demuxed via eac3to.)

video_magic
18th May 2010, 04:29
Re: my earlier post. I have now upgraded Media Player Classic HC to the newer build 1.3.1881.0
,and changed to using the recent FFDShow-Tryouts build to decode H264 (ffdshow_rev3435_20100512_sse_icl11.exe), instead of an MPC filter.

Now what happens is I don't get the shimmering blocking for a few seconds after seeking, but instead when I seek the picture frame 'freezes' for a couple of seconds or so and then catches up with the audio.

I am going to try the newer MKV filters you are posting in this thread.

Stanislav Mikhailenko
19th May 2010, 06:56
Updates:

SMM_MatroskaSplitter (version - 1.0.1005.19) (http://www.solveigmm.com/files/utils/SMM_MKVSplitter.zip)

SMM_MatroskaMuxer (version - 1.0.1005.19) (http://www.solveigmm.com/files/utils/SMM_MKVMuxer.zip)

Changes/Fixes:

Splitter:
Fixed shimmering when seeking (Regressive bug)
Muxer:
Fixed unable to mux avc video streams an exception occures (Regressive bug)

Stanislav Mikhailenko
19th May 2010, 06:59
Re: my earlier post. I have now upgraded Media Player Classic HC to the newer build 1.3.1881.0
,and changed to using the recent FFDShow-Tryouts build to decode H264 (ffdshow_rev3435_20100512_sse_icl11.exe), instead of an MPC filter.

Now what happens is I don't get the shimmering blocking for a few seconds after seeking, but instead when I seek the picture frame 'freezes' for a couple of seconds or so and then catches up with the audio.

I am going to try the newer MKV filters you are posting in this thread.

try out splitter 1005.19 the problem should disappear.

rica
19th May 2010, 20:12
We are developing MKV DirectShow Muxer + Splitter.


Updates:

SMM_MatroskaSplitter (version - 1.0.1005.19) (http://www.solveigmm.com/files/utils/SMM_MKVSplitter.zip)

Changes/Fixes:

Splitter:
Fixed shimmering when seeking (Regressive bug)


I don't think this exe supports mkv, does it? (btw it was an ax only before.)

_ _ _ _ _

Stanislav Mikhailenko
20th May 2010, 04:09
I don't think this exe supports mkv, does it? (btw it was an ax only before.)

_ _ _ _ _

There was an ax only and now it is, what do you mean?

video_magic
20th May 2010, 11:37
Hello, I can confirm that with the new splitter version 1.0.1005.19 the 'pausing after seeking' problem is almost gone.

It still pauses noticeably (this is on my fast system) for just 1 second maybe a little less, but not a problem for me.
This is a very good splitter, thankyou.

Dmitry Vergheles
20th May 2010, 11:47
Hello, I can confirm that with the new splitter version 1.0.1005.19 the 'pausing after seeking' problem is almost gone.

It still pauses noticeably (this is on my fast system) for just 1 second maybe a little less, but not a problem for me.
This is a very good splitter, thankyou.


Hello video_magic,
Thank you for your help!

Concerning Pause, it is important to figure out if it the Splitter problem or not.

Do you still test it with MPC? Could you check MPC without our Splitter with the same stream to say if it is better or same?

liquidskin76
20th May 2010, 14:52
the chapters: If it will be popular and useful feature we will. What player/software do you use to get mkv chapters benefits?

Hi,

Regarding MKV chapters, they work as standard when using mpc matroska splitter and haali media splitter. Players such as MPC-HC use them.

Thanks

rica
20th May 2010, 22:42
There was an ax only and now it is, what do you mean?

Previous versions were splitter.ax files which had to be registered but new version is an exe, i mean it's a software.

But it wasn't the response of my question.
Anyway.

video_magic
21st May 2010, 00:13
Hello video_magic,
Thank you for your help!

Concerning Pause, it is important to figure out if it the Splitter problem or not.

Do you still test it with MPC? Could you check MPC without our Splitter with the same stream to say if it is better or same?

Hello, yes still using Media Player Classic HC new build.
I successfully unregistered your filter (regsvr32 /u C:\1tmp\SMM_MKVSplitter.ax)

I then installed the newest Haali Splitter build from today 20-05-10 (v1.10.175.0)!

This new Haali Matroska splitter worked fine without the brief pause after each seek, in Media Player Classic HC.

Dmitry Vergheles
21st May 2010, 13:40
This new Haali Matroska splitter worked fine without the brief pause after each seek, in Media Player Classic HC.

Ok, thanks we will check that

Stanislav Mikhailenko
28th May 2010, 07:19
Updates:

SMM_MatroskaSplitter (version - 1.0.1005.27) (http://www.solveigmm.com/files/utils/SMM_MKVSplitter.zip)

SMM_MatroskaMuxer (version - 1.0.1005.27) (http://www.solveigmm.com/files/utils/SMM_MKVMuxer.zip)

Changes/Fixes:

Splitter:
BugFix: accurate seeking on B-frames with correct prerolling
"A_TRUEHD" True HD ac3 audio support.
Seek TIME_FORMAT_FRAME support + start/stop seek positions

Muxer:
muxing AVC: slice type (I,P,B) determination by parsing coded data ( not by using sample times).

Both:
upgrade to libmatroska 0.9.0

Stanislav Mikhailenko
28th May 2010, 07:29
dtshd-ma sample:

http://www.mediafire.com/?tmufzougmjt


thd sample:

http://www.mediafire.com/?5rjhgj1wyzk

(btw thd mkv doesn't include ac3 core but thd alone since mkvmerge can not mux them together. On the other hand with graph method Haali or Gabest mkvmuxer can mux only ac3 core while the source file is thd+ac3 -demuxed via eac3to.)


dtshd-ma sample: plays and seeks well without any problems using "ffdshow video decoder",
may be it's disfunction of "microsoft dtv-dvd video decoder" (Win7 tweak tool will help "http://www.codecguide.com/windows7_preferred_filter_tweaker.htm")

thd sample: I've added "A_TRUEHD" audio support to splitter. SMM_MatroskaSplitter (version - 1.0.1005.27) (http://www.solveigmm.com/files/utils/SMM_MKVSplitter.zip)


PS: in archive shouldn't be any ".exe" there is only ".ax" file.

rica
30th May 2010, 00:42
dtshd-ma sample: plays and seeks well without any problems using "ffdshow video decoder",
may be it's disfunction of "microsoft dtv-dvd video decoder" (Win7 tweak tool will help "http://www.codecguide.com/windows7_preferred_filter_tweaker.htm")

thd sample: I've added "A_TRUEHD" audio support to splitter. SMM_MatroskaSplitter (version - 1.0.1005.27) (http://www.solveigmm.com/files/utils/SMM_MKVSplitter.zip)


PS: in archive shouldn't be any ".exe" there is only ".ax" file.

OK, thanks for the update.

It works for both without any issue.

Haven't tried muxer yet, is it muxing ac3 core and thd together?

Second, is it possible to give m2ts support to splitter?

Thx.

liquidskin76
30th May 2010, 19:17
Haven't tried muxer yet, is it muxing ac3 core and thd together?

I'm curious about this one to. MKVMerge and MakeMKV both remove the core AC3 file from a TrueHD soundtrack. I would love to be able to keep, so TrueHD behaviour is the same as DTS-HD! You then have automatic AC3 bitstream backup... automatic in the fact that you don't have to select a separate track.

Also, this is probably a stupid question, but how do you use a muxer when it's a .ax file on it's own? I'm only used to using a complete solution like MKVMerge.

Cheers

rica
30th May 2010, 20:21
Also, this is probably a stupid question, but how do you use a muxer when it's a .ax file on it's own? I'm only used to using a complete solution like MKVMerge.


No muxer allows you to mux seperate files on Graph afaik.
I use Graph things for remux. (GraphEdit or GraphStudio)

Ideally for every separate files *.h264 or *.thd should connect to any muxer via file source (Async) filter.
But no chance.

So finally for Gabest or Haali, you may connect any m2ts via Gabest or Haali Source filter to any muxer; since both filters are source/splitter filter as well and also muxing filters are muxer/file writer.

http://www.freeimagehosting.net/uploads/71306fb667.png (http://www.freeimagehosting.net/)

But for Solveig: it's not a source filter, just a splitter by alone. So you have to use File Source (Async) before.
And also, Solveig muxer is not a combined filter like Haali or Gabest, so you have to use File Writer Filter after muxing.
And it's just an mkv splitter and this time the source file must be an mkv:

http://www.freeimagehosting.net/uploads/660735af5c.png (http://www.freeimagehosting.net/)

But my trials showed me today DTSHD-MA mkv can be muxed with Solveig muxer but while playing the remuxed file, i got this:

http://www.freeimagehosting.net/uploads/7beb8cf9df.png (http://www.freeimagehosting.net/)

And i couldn't remux a THD mkv since Graphthings crashed while muxing.


_ _ _ _ _ _

video_magic
30th May 2010, 23:29
With the newest SMM Splitter 1.0.1005.27 there is still the little '1 second or less' pause after seeking, which the newest haali splitter doesn't have.

Here is the mediainfo report on the mkv which exhibits that behaviour:

Format : Matroska
File size : 1.63 GiB
Duration : 2h 27mn
Overall bit rate : 1 586 Kbps
Encoded date : UTC 2009-10-13 15:23:38
Writing application : mkvmerge v2.9.8 ('C'est le bon') built on Aug 13 2009 12:49:06
Writing library : libebml v0.7.7 + libmatroska v0.8.1

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.1
Format settings, CABAC : Yes
Format settings, ReFrames : 3 frames
Muxing mode : Container profile=Unknown@3.1
Codec ID : V_MPEG4/ISO/AVC
Duration : 2h 27mn
Bit rate : 1 170 Kbps
Nominal bit rate : 1 200 Kbps
Width : 720 pixels
Height : 416 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Resolution : 8 bits
Colorimetry : 4:2:0
Scan type : Progressive
Bits/(Pixel*Frame) : 0.156
Stream size : 1.20 GiB (74%)
Writing library : x264 core 68 r1183M f21daff
Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy_rd=1.0:0.0 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / chroma_qp_offset=-2 / threads=3 / nr=0 / decimate=1 / mbaff=0 / bframes=3 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=1 / wpredb=1 / keyint=250 / keyint_min=25 / scenecut=40 / rc=2pass / bitrate=1200 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / pb_ratio=1.30 / aq=1:1.00
Language : English

Audio
ID : 2
Format : AC-3
Format/Info : Audio Coding 3
Format_Settings_ModeExtension : CM (complete main)
Codec ID : A_AC3
Duration : 2h 27mn
Bit rate mode : Constant
Bit rate : 384 Kbps
Channel(s) : 6 channels
Channel positions : Front: L C R, Side: L R, LFE
Sampling rate : 48.0 KHz
Stream size : 404 MiB (24%)
Language : English

oddball
31st May 2010, 05:21
Just tried this with a remuxed VC1 Blu-ray video in MKV container and it hangs MPC at opening (Never plays). Normal x264 MKV's play fine.

Stanislav Mikhailenko
31st May 2010, 10:00
Just tried this with a remuxed VC1 Blu-ray video in MKV container and it hangs MPC at opening (Never plays). Normal x264 MKV's play fine.

Could you provide small sample of remuxed mkv, if you remuxed it by yourself (did you use Solveig mkv muxer?)

Stanislav Mikhailenko
31st May 2010, 10:22
Haven't tried muxer yet, is it muxing ac3 core and thd together?


Yes, it puts data to container as is and marks it as ac3. No parsing for now.


Second, is it possible to give m2ts support to splitter?


You can remux m2ts to mkv and then play it by splitter. What did you mean m2ts support?


But my trials showed me today DTSHD-MA mkv can be muxed with Solveig muxer but while playing the remuxed file, i got this:

Thanks for information this will be resolved soon.

oddball
31st May 2010, 11:59
Sorry I can't but it was muxed with mkvtoolnix. All other files play fine though. Also the MKV is 36GB total.

Stanislav Mikhailenko
31st May 2010, 17:39
Sorry I can't but it was muxed with mkvtoolnix. All other files play fine though. Also the MKV is 36GB total.

Could you construct graph in graphedit or graphstudio (as described here (http://forum.doom9.org/showthread.php?p=1403941#post1403941) ) and render only video pin without audio and vice versa. And post if it works. This will help me to diagnose the problem.

rica
31st May 2010, 22:41
Yes, it puts data to container as is and marks it as ac3. No parsing for now
The question is no muxer can create a mkv which includes thd+ac3.
On the other hand we need a mkv source file for remuxing since no muxer does accept seperate files as source files. (on Graph things.)
So, for testing we don't have any sample in our hands as an mkv. (which includes thd+ac3)


You can remux m2ts to mkv and then play it by splitter. What did you mean m2ts support?


OK, let me tell what i'm trying to do:

Create a m2ts via TSMuxer using h264 and thd+ac3 raw files extracted by eac3to.
Split with Solveig m2ts splitter and remux to mkv via Solveig mkv muxer.
My expectation is to create an mkv which includes a thd+ac3 file. (even renamed as ac3-doesn't matter.)

And i was trying to ask if it is gonna be possible to use Solveig mkv splitter as an m2ts splitter (like Haali) as well or do i need to use the splitter.ax of Solveig splitter-editor?

rica
1st June 2010, 00:16
When I open the MKV in Graphedit it shows 'Some of the streams in this movie are in an unsupported format'. Which is odd since Haali Media Splitter plays it fine.

I remuxed a short peice with a 10M split and it played fine. I can only assume it's something to do with the size is causing Solvieg a problem.

What are the main streams inside the mkv?

oddball
1st June 2010, 00:39
What are the main streams inside the mkv?
AVC1 video, DTS Core, .ass subtitle, 1080 res font and chapters.

rica
1st June 2010, 00:52
AVC1 video, DTS Core, .ass subtitle, 1080 res font and chapters.

I think it doesn't recognize subtitle.
Remux it without subtitle and try again.(or maybe chapters as well?)
Don't forget developers trying to explore the deficiencies.
This is why we are trying.

rica
1st June 2010, 01:00
Split with Solveig m2ts splitter and remux to mkv via Solveig mkv muxer.
My expectation is to create a mkv which includes a thd+ac3 file. (even renamed as ac3-doesn't matter.)

And i was trying to ask if it is gonna be possible to use Solveig mkv splitter as an m2ts splitter as well or do i need to use the splitter.ax of Solveig splitter-editor?

OK even i've been a licensed user of both Solveig and Elecard, i didn't remember what you were using in your splitter-editor: it was Elecard splitter.
And it doesn't recognize new audio formats at all:

http://www.freeimagehosting.net/uploads/25c4ecccfa.png (http://www.freeimagehosting.net/)


EDIT: I'll give it a try with Gabest/Haali Source filter as splitter and Solveig muxer filter as muxer.

LAST EDIT: I gave it a go with Gabest with DTSHD m2ts but Solveig needs an audio decoder this time like Cyberlink audio decoder.
As for Haali: i gave it a try with thd+ac3 m2ts. This time Haali works but Solveig muxer/splitter can not.
_ _ _ _ _

Stanislav Mikhailenko
1st June 2010, 05:53
OK even i've been a licensed user of both Solveig and Elecard, i didn't remember what you were using in your splitter-editor: it was Elecard splitter.
And it doesn't recognize new audio formats at all:

EDIT: I'll give it a try with Gabest/Haali Source filter as splitter and Solveig muxer filter as muxer.

LAST EDIT: I gave it a go with Gabest with DTSHD m2ts but Solveig needs an audio decoder this time like Cyberlink audio decoder.
As for Haali: i gave it a try with thd+ac3 m2ts. This time Haali works but Solveig muxer/splitter can not.
_ _ _ _ _

Yes, we use Elecard splitter for m2ts in splitter-editor. If you provide this m2ts sample we can redirect it to elecard support team (or you can post on elecard forum (http://www.elecard.com/forum/index.php?board=67.0) yourself).

Mkv splitter demux only mkv (no m2ts).

If you got it work with Gabest which output guid it provides for audio(why it needs audio decoder)? Anyway it will be more fast resolving if you post a sample of m2ts.