PDA

View Full Version : H.264 how to import Scenarist HDMV???


24673583
10th May 2009, 12:38
question 1:
I use tsMuxerGUI demux M2ts,
This M2ts video stream is H.264,
And i use MUI Generator MPEG4-AVC create H264.ves

When i import it,
Error Content: Value of Cpb_size is not supported in the BD standard.
why?



question 2:
I use MEGUI encode m2ts to X.264,MUI Generator can`t create ves...why?

shon3i
10th May 2009, 13:21
Error Content: Value of Cpb_size is not supported in the BD standard.Because VBV Buffersize/maxrate probably exceed maximum for BD standard, when encode you should put both VBV buffersize/maxrate to 30000

question 2:
I use MEGUI encode m2ts to X.264,MUI Generator can`t create ves...why?
Because you must use HRD info (--aud --nal-hrd options) when encoding, aslo you must specify VBV buffersize/maxrate (both should be 30000)

24673583
11th May 2009, 14:00
Because VBV Buffersize/maxrate probably exceed maximum for BD standard, when encode you should put both VBV buffersize/maxrate to 30000


Because you must use HRD info (--aud --nal-hrd options) when encoding, aslo you must specify VBV buffersize/maxrate (both should be 30000)


:thanks:
thank you very much!!!

24673583
11th May 2009, 16:17
But i find use tsMuxerGUI demux M2ts pip video stream,
And use MUI Generator can`t create H264.ves
why?