|
From: Gusy <gu...@cl...> - 2004-10-15 20:40:12
|
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" When i mux it with an audio file using mplex, it returns the following error: INFO: [???] mplex version 2.2.2 ($Date: 2003/05/13 20:27:15 $) INFO: [???] File D:\FILMES\teste\Video_pulled.mpv looks like an MPEG Video stream. INFO: [???] File D:\FILMES\teste\Fixed_audio.ac3 looks like an AC3 Audio stream. INFO: [???] Video stream 0: profile 8 selected - ignoring non-standard options! INFO: [???] Found 1 audio streams and 1 video streams INFO: [???] Selecting dvdauthor DVD output profile INFO: [???] Multiplexing video program stream! INFO: [???] Scanning for header info: Video stream e0 (D:\FILMES\teste\Video_pulled.mpv) INFO: [???] VIDEO STREAM: e0 INFO: [???] Frame width : 720 INFO: [???] Frame height : 480 INFO: [???] Aspect ratio : 16:9 display INFO: [???] Picture rate : 29.970 frames/sec INFO: [???] Bit rate : 9152000 bits/sec INFO: [???] Vbv buffer size : 229376 bytes INFO: [???] CSPF : 0 INFO: [???] Scanning for header info: AC3 Audio stream 00 (D:\FILMES\teste\Fixed_audio.ac3) INFO: [???] AC3 frame size = 1792 INFO: [???] AC3 AUDIO STREAM: INFO: [???] Bit rate : 57344 bytes/sec (448 kbit/sec) INFO: [???] Frequency : 48000 Hz INFO: [???] SYSTEMS/PROGRAM stream: INFO: [???] rough-guess multiplexed stream data rate : 9756144 INFO: [???] target data-rate specified : 10080000 INFO: [???] Setting specified specified data rate: 10080000 INFO: [???] Run-in Sectors = 89 Video delay = 13019 Audio delay = 0 INFO: [???] New sequence commences... INFO: [???] Video e0: buf= 237568 frame=000000 sector=00000000 INFO: [???] Audio bd: buf= 16384 frame=000000 sector=00000000 ++ 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 ++ WARN: [???] Video e0: buf= 235543 frame=000692 sector=00005544 ++ WARN: [???] Audio bd: buf= 16384 frame=000901 sector=00000801 ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2664009 required(DTS)=0 ++ WARN: [???] Video e0: buf= 235543 frame=000702 sector=00005832 ++ WARN: [???] Audio bd: buf= 16384 frame=000914 sector=00000813 ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2707894 required(DTS)=0 ++ WARN: [???] Video e0: buf= 235543 frame=000710 sector=00006122 ++ WARN: [???] Audio bd: buf= 16384 frame=000925 sector=00000823 ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2751926 required(DTS)=0 ++ WARN: [???] Video e0: buf= 235543 frame=000719 sector=00006412 ++ WARN: [???] Audio bd: buf= 16384 frame=000937 sector=00000833 ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2795812 required(DTS)=0 ++ WARN: [???] Video e0: buf= 235543 frame=000727 sector=00006703 ++ WARN: [???] Audio bd: buf= 16384 frame=000947 sector=00000842 ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2839844 required(DTS)=0 ++ WARN: [???] Video e0: buf= 235543 frame=000736 sector=00006992 ++ WARN: [???] Audio bd: buf= 16384 frame=000959 sector=00000853 ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2883730 required(DTS)=0 ++ WARN: [???] Video e0: buf= 235543 frame=000744 sector=00007283 ++ WARN: [???] Audio bd: buf= 16384 frame=000969 sector=00000862 ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2927616 required(DTS)=0 ++ WARN: [???] Video e0: buf= 235543 frame=000752 sector=00007573 ++ WARN: [???] Audio bd: buf= 16384 frame=000980 sector=00000872 ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=2971648 required(DTS)=0 ++ WARN: [???] Video e0: buf= 235543 frame=000760 sector=00007864 ++ WARN: [???] Audio bd: buf= 16384 frame=000991 sector=00000881 ++ WARN: [???] Stream e0: data will arrive too late sent(SCR)=3015533 required(DTS)=0 ++ WARN: [???] Video e0: buf= 235543 frame=000767 sector=00008156 ++ WARN: [???] Audio bd: buf= 16384 frame=001000 sector=00000889 **ERROR: [???] Too many frame drops -exiting I would like to know what causes this error, so i can avoid it. Thanks in advance! |