PDA

View Full Version : vc-1 in mpeg TS


malikcis
10th December 2010, 18:26
Hi,

I wrote a TS muxer for VC-1 ES.
TS analyzing tool say the stream is fine and the generated video can be played in MPC and wmp but not VLC.
any idea why it cannot be played in VLC?
Here is the clip
http://ftp://public:enciris@ftp.enciris.com..._51200Bytes.ts
Thanks,

setarip_old
10th December 2010, 18:52
Hi!

Try using VLC v.1.10 or newer...

malikcis
13th December 2010, 09:59
Hi!

Try using VLC v.1.10 or newer...

I have VLC 1.1.5 (latest version) but it does not work.

Brazil2
13th December 2010, 11:06
Here is the clip
http://ftp://public:enciris@ftp.enciris.com..._51200Bytes.ts
This link is broken even when removing the http:// at the beginning.


EDIT:
I've found the correct link: ftp://public:enciris@ftp.enciris.com/test_720x480_51200Bytes.ts
in this post: http://forum.doom9.org/showthread.php?p=1463144#post1463144

malikcis
13th December 2010, 17:03
This link is broken even when removing the http:// at the beginning.


EDIT:
I've found the correct link: ftp://public:enciris@ftp.enciris.com/test_720x480_51200Bytes.ts
in this post: http://forum.doom9.org/showthread.php?p=1463144#post1463144

You are right. The link was truncated.
I can still not open it with VLC.

Another question.
Is there an API or SDK that takes .m2ts buffer chunks and writes it directly to blu ray?
tsMuxer does that only with entire files and does not work with buffers.