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:
next converted flv files: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
and then Im using mencoder to combine filev 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 Im getting video file without sound, do you have any clue what Im doing wrong?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
OS is debian 6.0 32 bit.
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
Combining MP4 files (h264) with mencoder results in blank (white) videos
By mstaker in forum Video ConversionReplies: 0Last Post: 10th Dec 2011, 14:35 -
FLV file wrong metadata using mencoder
By Threshold_ in forum Video ConversionReplies: 1Last Post: 10th Sep 2011, 03:24 -
Mencoder // ffmpeg flv file Audio-video sync problem
By krishnareddy in forum ffmpegX general discussionReplies: 5Last Post: 26th Apr 2009, 09:13 -
Mux a FLV AVI + MP3 -> FLV with ffmpeg or mencoder?
By Colmino in forum Video ConversionReplies: 9Last Post: 29th Mar 2008, 22:11 -
Mencoder converting Anything to FLV.
By Caliber Mengsk in forum Video ConversionReplies: 3Last Post: 13th Jul 2007, 17:30