[MPlayer-users] No audio after convertings mpeg video

Heiner h.eichmann at gmx.de
Tue Mar 16 22:46:52 CET 2004


Hi!

I have an mpeg video (vcd), which has some internal errors: burning a vcd from 
it creates a vcd, which stops in the middle. mplayer can play it nicely, So I 
tried mencode to convert it into a flawless mpeg:

mencoder -of mpeg -ovc lavc -lavcopts 
vcodec=mpeg1video:vbitrate=1150:aspect=4/3 -oac copy 
-idx /path_to_input_video.mpg -o /path_to_result_video.mpg

I played with several other audio options, like:

... -oac mp3lame -lameopts preset=224:mode=0:br=224:vol=10 ...

The result is always the same: an mpeg video without audio:

7of9# tcprobe -i /path_to_result_video.mpg                                                            
[tcprobe] MPEG program stream (PS)
[tcprobe] summary for /path_to_result_video.mpg, (*) = not default, 0 = not 
detected
import frame size: -g 352x240 [720x576] (*)
     aspect ratio: 4:3 (*)
       frame rate: -f 29.970 [25.000] frc=4 (*)
                   PTS=2403.0877, frame_time=33 ms, bitrate=1150 kbps
   no audio track: use "null" import module for audio

while:

7of9# tcprobe -i /path_to_input_video.mpg
[tcprobe] MPEG program stream (PS)
[tcprobe] summary for /path_to_input_video.mpg, (*) = not default, 0 = not 
detected
import frame size: -g 352x240 [720x576] (*)
     aspect ratio: 4:3 (*)
       frame rate: -f 29.970 [25.000] frc=4 (*)
                   PTS=47681.0809, frame_time=33 ms, bitrate=1150 kbps
      audio track: -a 0 [0] -e 44100,16,2 [48000,16,2] -n 0x50 [0x2000] (*)
                   PTS=89.5846, bitrate=224 kbps
                   -D 1426318 --av_fine_ms 19 (frames & ms) [0] [0]

Any chance to convert it into an mpeg WITH audio?


Heiner




More information about the MPlayer-users mailing list