[MPlayer-users] MOV Files joining issues

Alexander Bokovikov openworld at uralweb.ru
Tue May 1 21:19:34 CEST 2007


Hi, All,
I need to join some identically encoded MOV files with SVQ1 video and AAC 
audio, encoded on my Mac. I'm going as MPlayer doc recommends and trying:

mencoder.exe -oac copy -fafmttag 0x706D -ovc copy -o out.avi infile1.mov 
infile2.mov

But I'm getting an error after the first file is processed:

"All files must have identical audio codec and format for -oac copy."

But both of my files have just the same encoding parameters! Both are with 
AAC codec and the same bitrate and framerate. What is the problem? The 
encoding listing is below:

====================><8======================
MEncoder 1.0rc1-3.4.2 (C) 2000-2006 MPlayer Team
CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, Model: 
8, Stepping: 3)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled with runtime CPU detection.
success: format: 0  data: 0x0 - 0x61f68
ISO: File Type Major Brand: Original QuickTime
Quicktime/MOV file format detected.
VIDEO:  [SVQ1]  192x144  24bpp  15.000 fps    0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:7  fourcc:0x31515653  size:192x144  fps:15.00  ftime:=0.0667
videocodec: framecopy (192x144 24bpp fourcc=31515653)
Forcing output audio format tag to 0x706d.
audiocodec: framecopy (format=706d chans=1 rate=22050 bits=16 B/s=43 
sample-2)
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing 
vprp header.
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing 
vprp header.
Pos:   0.1s      1f ( 0%)  0.00fps Trem:   0min   0mb  A-V:0.000 [0:0]
.............
[skipped]
..............
Pos:  26.5s    363f ( 0%)  0.00fps Trem:   0min   0mb  A-V:-0.080 [89:0]
Pos:  26.6s    364f ( 0%)  0.00fps Trem:   0min   0mb  A-V:-0.087 [89:0]
success: format: 0  data: 0x0 - 0xc573c
ISO: File Type Major Brand: Original QuickTime
Quicktime/MOV file format detected.
VIDEO:  [SVQ1]  192x144  24bpp  15.000 fps    0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:7  fourcc:0x31515653  size:192x144  fps:15.00  ftime:=0.0667
videocodec: framecopy (192x144 24bpp fourcc=31515653)
audiocodec: framecopy (format=706d chans=1 rate=22050 bits=16 B/s=43 
sample-2)
audiocodec: framecopy (format=0 chans=1 rate=22050 bits=16 B/s=43 sample-0)

Exiting...

====================><8======================

And what does it mean:
audiocodec: framecopy (format=0 chans=1 rate=22050 bits=16 B/s=43 sample-0)

It looks like format has been detected as "0" for the second file... OK, you 
say "your seconf file is invalid!"... OK, I just swap files -- I insert the 
second one to the first position... and get just the same error! It looks 
like this command line just does not recognize the second file whatever it 
is!

Could anybody help me?

Thanks in advance.




More information about the MPlayer-users mailing list