VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Hi guys,
    i search a software (freeware) with command line that permits to join some MOV in one only big MOV file.
    I don't want re-encode the videos but, like VirtualDub, i want obtain a direct stream copy.
    Can you help me?
    Quote Quote  
  2. mencoder -oac copy -ovc copy input1.mov input2.mov -o output.mov
    Quote Quote  
  3. Ok, i try but i've this error :

    mencoder -oac copy -ovc copy a.mov b.mov -o ab.mov

    MEncoder 1.0rc2-4.2.1 (C) 2000-2007 MPlayer Team
    CPU: Intel(R) Pentium(R) M processor 1.73GHz (Family: 6, Model: 13, Stepping: 8)
    CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
    Compiled with runtime CPU detection.

    WARNING: OUTPUT FILE FORMAT IS _AVI_. See -of help.
    success: format: 0 data: 0x0 - 0x479d94
    Quicktime/MOV file format detected.
    [mov] Audio stream found, -aid 0
    [mov] Video stream found, -vid 1
    VIDEO: [h263] 352x196 24bpp 10.023 fps 0.0 kbps ( 0.0 kbyte/s)
    [V] filefmt:7 fourcc:0x33363268 size:352x196 fps:10.02 ftime:=0.0998
    videocodec: framecopy (352x196 24bpp fourcc=33363268)
    Audio format 0x324d4451 is incompatible with '-oac copy', please try '-oac pcm' instead or use '-faf
    mttag' to override it.

    Exiting...

    I try with the option -oac pcm and it works, but the file size is very big!
    a.mov = 4Mb
    b.mob = 4mb
    total = 32mb! (with pcm)
    what can i do ?
    Quote Quote  
  4. do you need .mov wrapper, or will .mp4 suffice?

    you can use mp4box , but it will re-wrap into mp4 container

    mp4box -add 1.mov#1:fps=23.976 -cat 1.mov#2 -cat 2.mov#1:fps=23.976 -cat 2.mov#2 -new 3.mp4

    (change fps to match your videos)

    Best way for maximum compatibility IMO, is to use QTPro
    Quote Quote  
  5. Thankyou!!
    I try mp4box now.
    Quote Quote  



Similar Threads

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