VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Member
    Join Date
    Aug 2011
    Location
    internet
    Search PM
    Hello

    Im trying to combine to flv files using mencoder. As usuall I've some problems to solve ;/, hope you will help me. So scenario is like this: I have mov files, converting into flv file (converted flv files still has sound), so:

    Code:
    ffmpeg -i video_1234_123_1.mov
    
     Stream #0.0(eng): Video: mjpeg, yuvj420p, 1024x768 [PAR 1:1 DAR 4:3], 7 tbr, 7 tbn, 7 tbc
     Stream #0.1(eng): Audio: pcm_s16be, 44100 Hz, stereo, s16, 1411 kb/s
    next converted flv files:

    Code:
     ffmpeg -i video_1234_123_1.flv
    
     Stream #0.0: Video: flv, yuv420p, 800x600, 200 kb/s, 25 tbr, 1k tbn, 1k tbc
     Stream #0.1: Audio: adpcm_swf, 44100 Hz, stereo, s16
    and then Im using mencoder to combine filev files:
    Code:
    mencoder -forceidx -of lavf -oac copy -ovc copy -o output.flv video_1234_123_1.flv video_1234_123_2.flv
    MEncoder 1.0rc3-4.4.4 (C) 2000-2009 MPlayer Team
    success: format: 0  data: 0x0 - 0x1e3bfc
    libavformat file format detected.
    [lavf] Video stream found, -vid 0
    [lavf] Audio stream found, -aid 1
    VIDEO:  [FLV1]  800x600  0bpp  25.000 fps  200.0 kbps (24.4 kbyte/s)
    [V] filefmt:44  fourcc:0x31564C46  size:800x600  fps:25.000  ftime:=0.0400
    ** MUXER_LAVF *****************************************************************
    REMEMBER: MEncoder's libavformat muxing is presently broken and can generate
    INCORRECT files in the presence of B-frames. Moreover, due to bugs MPlayer
    will play these INCORRECT files as if nothing were wrong!
    *******************************************************************************
    OK, exit.
    videocodec: framecopy (800x600 0bpp fourcc=31564c46)
    audiocodec: framecopy (format=5346 chans=2 rate=44100 bits=16 B/s=0 sample-0)
    VIDEO CODEC ID: 22
    AUDIO CODEC ID: 1100d, TAG: 0
    Writing header...
    [flv @ 0x8432720]Codec for stream 0 does not use global headers but container format requires global headers
    [flv @ 0x8432720]Codec for stream 1 does not use global headers but container format requires global headers
    success: format: 0  data: 0x0 - 0xf574dm:   0min   0mb  A-V: -nan [1523:0]
    libavformat file format detected.
    [lavf] Video stream found, -vid 0
    [lavf] Audio stream found, -aid 1
    VIDEO:  [FLV1]  800x600  0bpp  25.000 fps  200.0 kbps (24.4 kbyte/s)
    [V] filefmt:44  fourcc:0x31564C46  size:800x600  fps:25.000  ftime:=0.0400
    videocodec: framecopy (800x600 0bpp fourcc=31564c46)
    audiocodec: framecopy (format=5346 chans=2 rate=44100 bits=16 B/s=0 sample-0)
    Writing index...78f (99%)  0.00fps Trem:   0min   0mb  A-V: -nan [1288:0]
    
    Video stream: 1288.909 kbit/s  (161113 B/s)  size: 2436038 bytes  15.120 secs  378 frames
    
    Audio stream:    0.000 kbit/s  (0 B/s)  size: 2053 bytes    inf secs
    and Im getting video file without sound, do you have any clue what Im doing wrong?
    OS is debian 6.0 32 bit.
    Quote Quote  
  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    No errors so hard to say whats wrong. You can try avidemux and see if makes any difference.

    ANd I would make a flv with h264 video and aac audio instead of the crappy flv codec.
    Quote Quote  



Similar Threads

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