Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Tip: Join two avi file with mencoder

  1. #11
    Join Date
    Oct 2007
    Beans
    34
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Tip: Join two avi file with mencoder

    Quote Originally Posted by neilp85 View Post
    Code:
    mencoder -forceidx -ovc copy -oac copy -o file.avi p1.avi p2.avi ...
    Awesome! That worked great!
    CUSTOM BUILT|AMD ATHLON 64 FX-62|DUAL CORE|4GB RAM|3.875 TB HARD DRIVE SPACE
    WINDOWS 7|UBUNTU 9.04 JAUNTY JACKALOPE|SABAYON 4.1

  2. #12
    Join Date
    Apr 2008
    Location
    Missoula, MT USA
    Beans
    140
    Distro
    Kubuntu

    Re: Tip: Join two avi file with mencoder

    Worked great for me too. Thanks for the info!

  3. #13
    Join Date
    Nov 2007
    Location
    Cambodia (mostly)
    Beans
    20
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Tip: Join two avi file with mencoder

    Thanks neilp85! works a treat and real quick. Saves encoding all the files again!

  4. #14
    Join Date
    Jun 2007
    Beans
    166
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Tip: Join two avi file with mencoder

    I'd love it if there was a right click option to just run this (mencoder script).. would save alot of typing.

  5. #15
    Join Date
    May 2007
    Beans
    69

    Re: Tip: Join two avi file with mencoder

    Quote Originally Posted by lad3391 View Post
    i just found it, and it works great for me. i guess my only suggestion to ppl reading this would be to type in 'cd ~/Desktop' into terminal (if thats where your files are at), no ' symbols, just the stuff between. type that before you do the mencoder command line

    thank you very much for the simple tip about the file location...worked perfectly....Great little tip !

  6. #16
    Join Date
    Apr 2007
    Location
    UK
    Beans
    189
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Tip: Join two avi file with mencoder

    Quote Originally Posted by neilp85 View Post
    There's no reason to cat the two files together before encoding because mencoder can handle that as well.
    Code:
    mencoder -forceidx -ovc copy -oac copy -o file.avi p1.avi p2.avi ...
    Thank you so much! Nice bit of code which has been much use to me.
    -KVarley
    -Proud member of the Linux Foundation

  7. #17
    Join Date
    Feb 2009
    Beans
    500

    Re: Tip: Join two avi file with mencoder

    Quote Originally Posted by neilp85 View Post
    There's no reason to cat the two files together before encoding because mencoder can handle that as well.
    Code:
    mencoder -forceidx -ovc copy -oac copy -o file.avi p1.avi p2.avi ...
    Just what I was looking for... thank you.

  8. #18
    Join Date
    Mar 2010
    Beans
    24

    Lightbulb To join (concat) AVI-files by mencoder

    Quote Originally Posted by neilp85 View Post
    mencoder can handle that as well.
    Code:
    mencoder -forceidx -ovc copy -oac copy -o file.avi p1.avi p2.avi ...
    Thank you!
    It works! [and much better than by ffmpeg! ]

  9. #19
    Join Date
    Dec 2006
    Beans
    7,349

    Re: To join (concat) AVI-files by mencoder

    Quote Originally Posted by vedavrata View Post
    It works! [and much better than by ffmpeg! ]
    Good to see that you have achieved the desired outcome but have a look at a modern copy of FFmpeg and you might find that there have been some considerable improvements in video concatenation just recently.
    You think that's air you're breathing now?

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •