VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. when i try to mux a video i get an error, here is my terminal:

    [57:MissingMpegTools.app/Contents/Resources] root# ./mplex -f 2 -S 2000 -M -O 0 -o /private/var/root/Documents/SLC_PUNK/SLC_PUNK//movie1-%d.mpg /private/var/root/Documents/SLC_PUNK/chunk-0.m1v /private/var/root/Documents/SLC_PUNK/chunk-0.mp2
    INFO: mplex version 2.2.1 ($Date: 2002/02/04 19:06:14 $)
    INFO: File /private/var/root/Documents/SLC_PUNK/chunk-0.m1v looks like an MPEG Video stream.
    INFO: File /private/var/root/Documents/SLC_PUNK/chunk-0.mp2 looks like an MPEG Audio stream.
    INFO: Found 1 video streams 1 MPEG audio streams and 0 AC3 streams
    INFO: Selecting VCD output profile
    INFO: Scanning for header info: Video stream e0 (/private/var/root/Documents/SLC_PUNK/chunk-0.m1v)
    INFO: VIDEO STREAM: e0
    INFO: Frame width : 352
    INFO: Frame height : 240
    INFO: Aspect ratio : 1:1 (square pixels)
    INFO: Picture rate : 29.970 frames/sec
    INFO: Bit rate : 2172000 bits/sec
    INFO: Vbv buffer size : 0 bytes
    INFO: CSPF : 1
    INFO: Scanning for header info: Audio stream c0 (/private/var/root/Documents/SLC_PUNK/chunk-0.mp2)
    INFO: AUDIO STREAM:
    INFO: Audio version : 1.0
    INFO: Layer : 3
    INFO: CRC checksums : no
    INFO: Bit rate : 28672 bytes/sec (224 kbit/sec)
    INFO: Frequency : 48000 Hz
    INFO: Mode : 0 stereo
    INFO: Mode extension : 0
    INFO: Copyright bit : 0 no copyright
    INFO: Original/Copy : 1 original
    INFO: Emphasis : 0 none
    INFO: SYSTEMS/PROGRAM stream:
    INFO: rough-guess multiplexed stream data rate : 2447200
    INFO: Setting best-guess data rate.
    INFO: Sectors = 18 Video delay = 12455 Audio delay = 12455
    INFO: New sequence commences...
    INFO: Video e0: buf= 47104 frame=000000 sector=00000000
    INFO: Audio c0: buf= 4096 frame=000000 sector=00000000
    INFO: Padding : sector=00000000
    INFO: STREAM e0: SCR=22143 mux=1 reqDTS=34599
    INFO: STREAM c0: SCR=22143 mux=1 reqDTS=34599
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=2554138 required(DTS)=0
    ++ WARN: Video e0: buf= 33613 frame=000839 sector=00001203
    ++ WARN: Audio c0: buf= 2065 frame=001170 sector=00000345
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=2761735 required(DTS)=0
    ++ WARN: Video e0: buf= 44808 frame=000878 sector=00001488
    ++ WARN: Audio c0: buf= 4096 frame=001220 sector=00000360
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=2969332 required(DTS)=0
    ++ WARN: Video e0: buf= 44799 frame=000911 sector=00001774
    ++ WARN: Audio c0: buf= 4096 frame=001268 sector=00000374
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=3176929 required(DTS)=0
    ++ WARN: Video e0: buf= 44799 frame=000947 sector=00002059
    ++ WARN: Audio c0: buf= 4096 frame=001319 sector=00000389
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=3384527 required(DTS)=0
    ++ WARN: Video e0: buf= 44808 frame=001013 sector=00002333
    ++ WARN: Audio c0: buf= 4096 frame=001407 sector=00000415
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=3592124 required(DTS)=0
    ++ WARN: Video e0: buf= 44808 frame=001094 sector=00002599
    ++ WARN: Audio c0: buf= 4096 frame=001522 sector=00000449
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=3799721 required(DTS)=0
    ++ WARN: Video e0: buf= 44799 frame=001134 sector=00002882
    ++ WARN: Audio c0: buf= 4096 frame=001580 sector=00000466
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=4007318 required(DTS)=0
    ++ WARN: Video e0: buf= 44799 frame=001172 sector=00003167
    ++ WARN: Audio c0: buf= 4096 frame=001631 sector=00000481
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=4214916 required(DTS)=0
    ++ WARN: Video e0: buf= 44799 frame=001217 sector=00003449
    ++ WARN: Audio c0: buf= 4096 frame=001692 sector=00000499
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=4422513 required(DTS)=0
    ++ WARN: Video e0: buf= 44799 frame=001259 sector=00003731
    ++ WARN: Audio c0: buf= 4096 frame=001753 sector=00000517
    ++ WARN: Padding : sector=00002111
    ++ WARN: Stream e0: data will arrive too late sent(SCR)=4630110 required(DTS)=0
    ++ WARN: Video e0: buf= 44799 frame=001297 sector=00004016
    ++ WARN: Audio c0: buf= 4096 frame=001804 sector=00000532
    ++ WARN: Padding : sector=00002111
    **ERROR: Too many frame drops -exiting
    less than jake, wooo hooo!!!!!
    Quote Quote  
  2. The -f 2 indicates a non-standard xvcd, so there are no rules.
    Though it should work, the error says the video (e0) cannot stream fast enough to keep up with the audio. You may start by reducing the sample rate of the audio from 48khz to 44.1khz.
    Quote Quote  
  3. how do i change the sampe rate? do i have to reencode or is there a program that will do it for me?
    less than jake, wooo hooo!!!!!
    Quote Quote  
  4. I heard SoundApp will do it.

    Or in MediaPipe it should go something like: File Browser->Quicktime Audio Decoder->MP2 Encoder.

    Otherwise, iTunes->mp3 Quicktime->wav MMT->mp2.

    RNC
    Quote Quote  
  5. INFO: Vbv buffer size : 0 bytes
    This is a strange value. I'm understanding that this is a ffmpeg encoded stream. This could lead to some explanation on the lagging problems encountered with ffmpeg-encoded XVCDs.

    What happens if you use -f 4 ?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!