Announcement

Collapse
No announcement yet.

How to join 2 avi files

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to join 2 avi files

    Windows has a programme called virtual dub that works quite well, from what I can find out, at joining two avi files.
    I'm pretty sure there must be something similar available for the linux platform. If anyone can point me to such a programme I would be very grateful.
    Thank you, Elder73+5

    #2
    Kdenlive

    Code:
    vinny@vinnys-HP-G62:~$ apt show kdenlive
    Package: kdenlive
    Priority: optional
    Section: universe/graphics
    Installed-Size: 4,665 kB
    Maintainer: Kubuntu Developers <kubuntu-devel@lists.ubuntu.com>
    Original-Maintainer: Patrick Matthäi <pmatthaei@debian.org>
    Version: 0.9.6-5ubuntu1
    Depends: kde-runtime, libc6 (>= 2.15), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libkdecore5 (>= 4:4.4.95), libkdeui5 (>= 4:4.8.80), libkio5 (>= 4:4.7.0), libknewstuff3-4 (>= 4:4.4.0), libknotifyconfig4 (>= 4:4.3.4), libmlt++3 (>= 0.9.0), libmlt6 (>= 0.9.0), libnepomuk4 (>= 4:4.5.85), libqjson0 (>= 0.7.1), libqt4-dbus (>= 4:4.5.3), libqt4-opengl (>= 4:4.5.3), libqt4-script (>= 4:4.6.1), libqt4-svg (>= 4:4.5.3), libqt4-xml (>= 4:4.5.3), libqtcore4 (>= 4:4.8.4), libqtgui4 (>= 4:4.8.0), libsolid4 (>= 4:4.3.4), libstdc++6 (>= 4.4.0), libx11-6, kdenlive-data (= 0.9.6-5ubuntu1), melt, libav-tools
    Recommends: swh-plugins, dvgrab, frei0r-plugins, recordmydesktop, dvdauthor, genisoimage
    Suggests: khelpcenter4
    Download-Size: 1,327 kB
    Homepage: http://www.kdenlive.org/
    Bugs: https://bugs.launchpad.net/ubuntu/+filebug
    Origin: Ubuntu
    Supported: 3y
    Task: ubuntustudio-video
    APT-Sources: http://us.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
    Description: non-linear video editor
     Kdenlive is a non-linear video editing suite, which supports DV, HDV and many
     more formats.
     Its main features are:
      * Guides and marker for organizing timelines
      * Copy and paste support for clips, effects and transitions
      * Real time changes
      * FireWire and Video4Linux capture
      * Screen grabbing
      * Exporting to any by FFMPEG supported format
    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      You can try this, it worked for me.

      sudo apt-get install transcode
      avimerge -o newfile.avi -i old1.avi old2.avi old3.avi
      System76 Kudu Professional 17.3 Laptop 8Gig Memory Kubuntu 14.04

      Comment


        #4
        Thank you both for your responses I will give them a try. Elder73+5

        Comment

        Working...
        X