PDA

View Full Version : m2v stream


datascab
18th February 2004, 12:52
Sorry I dint know where to post this one.

How can I alter the m2v stream so that it shows its frame length and duration correctly.

I'm thinking maybe a container, mpg?

It just most mpeg2 splitters demuxers calculate the duration from the bitrate and for this file its set at the max 9800000 which gives the filters the wrong info.

Thanks

Data

buzzqw
18th February 2004, 13:21
you can try various mpeg gop fixer
i usually fix gop time with dvdlab (btw, ins't important to fix this for dvd muxing...), o with mpeg video wizard /mpeg2vcr (womble)

BHH

datascab
18th February 2004, 13:27
i'm using directshowsource read via avisynth.

When dealing with raw streams, the splitter calculates duration from the bitrate.

It does however have the ability to read PTS or an index file.

If i mux the ac3 with the m2v this gives ok results but i'd rather not have to do that.

Data