|
From: Bernhard P. <sha...@ut...> - 2004-10-16 03:48:09
|
Hallo > Hi, i'm having problems with mplex when muxing a mpeg2 file encoded with > QuEnc 0.63 using the following parameters: > > "QuEnc -i "D:\FILMES\teste\avisynth_script.avs" -o > "D:\FILMES\teste\Encoded_video.m2v" -b 9152 -maxbitrate 9152 -mpeg2 > -maxbframes 2 -vbr -dc 10 -gopsize 18 -priority 5 -hq -notrell -2 > -aspectratio 4:3 -auto -close" That error is usally caused when the bitrate of the stream is higher that you vahe told mplex. Usually that is trigered by using a to low buffer. Or a to high peak in the video. I would gess the the -b 9152 isirgnored by mplex because is is a to high value. So lower it to something like 400. And you can either increase the video bitrate you allow, or rencode your stream and use a lower bitrate. > When i mux it with an audio file using mplex, it returns the following > error: [...] > ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2576091 > required(DTS)=0 > ++ WARN: [???] Video e0: buf= 194314 frame=000683 sector=00005254 > ++ WARN: [???] Audio bd: buf= 14819 frame=000889 sector=00000791 > ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2619977 > required(DTS)=0 auf hoffentlich bald, Berni the Chaos of Woodquarter Email: sha...@ut... www: http://www.lysator.liu.se/~gz/bernhard |