PDA

View Full Version : BDMV- Blu Ray Disc Movie


Feruzbek
8th October 2009, 06:58
Hi everyone ,
i'm creating m2ts file for bdmv.i take two elementary stream and will mux to transport stream for bdmv.

bdmv support vc1 codec and i need to support vc1 muxing.
so i have some problems in this project.

1.i have not any elementary streams to test my mux project.
2.i have hd dvd trailer but in this file video and audio are not sync(only one)
3.i know wmv contains wvc1 files but i can not demux it .
4.i tryed demux wvc1 wiht filter,asf2es and others . header of that file says frame rate = 30 or 29.96 but real frame rate =23.97 so help me to solve that problems.

i appreciate all your suggestions and opinion.

thank you for all

Feruzbek
10th October 2009, 06:42
huh!! nobody do not know about that !! :p :cool:

is there any engineer which working on MUXING!!!

setarip_old
13th October 2009, 00:00
@Feruzbek

Hi!

Unless I'm misunderstanding what you're trying to do, it can already be done by "tsMuxeR", so why "reinvent the wheel"?

neuron2
13th October 2009, 00:19
Buy a VC-1 encoded bluray (Baraka is fun) and demux the streams using EAC3TO to obtain an elementary VC-1 stream.

Feruzbek
13th October 2009, 06:36
you're right but i have to do it and i can not use tsmuxer in our project.
about vc1 encoded bluray i ordered alredy and i'm waiting but still i dont have any samples i can not work.

Feruzbek
13th October 2009, 16:23
Now i have vc1 encoded bdmv but how to decrypt it.i'm working on windows.i found some sw which decryptes on Linux but i never worked on linux

neuron2
13th October 2009, 17:01
AnyDVD HD

http://www.slysoft.com

Feruzbek
15th October 2009, 07:13
Now i have vc1 encoded m2ts file created by my sw.
and i need to test it on somtheng like play station 3

but except Power dvd 9 any other can not open vc1 encoded m2ts file how i test this file ?

thank you neuron for you advices