Author Topic: Merging Videos  (Read 981 times)

0 Members and 1 Guest are viewing this topic.

Offline $Clone

  • Peasant
  • *
  • Posts: 86
  • Cookies: 5
  • $---Shadowalker---$
    • View Profile
Merging Videos
« on: September 12, 2015, 04:42:09 am »
hey .....what are some of the linux video softwares that can merge two videos together into 1 and is there a tut to do this?

Offline Deque

  • P.I.N.N.
  • Global Moderator
  • Overlord
  • *
  • Posts: 1203
  • Cookies: 518
  • Programmer, Malware Analyst
    • View Profile
Re: Merging Videos
« Reply #1 on: September 12, 2015, 06:21:33 am »
Like every single video editing software?
Or what do you mean by merging? For me that is e.g. playing one video after the other as one clip.

Offline gray-fox

  • Knight
  • **
  • Posts: 208
  • Cookies: 52
    • View Profile
Re: Merging Videos
« Reply #2 on: September 12, 2015, 08:19:55 am »
You may want to check ffmpeg : https://ffmpeg.org/ffmpeg.html
It can be very useful, when doing stuff with video/audio files.

Here is somethig that seems helpful for that merging: http://stackoverflow.com/questions/7333232/concatenate-two-mp4-files-using-ffmpeg
« Last Edit: September 12, 2015, 08:20:33 am by gray-fox »

Offline 0E 800

  • Not a VIP
  • VIP
  • Baron
  • *
  • Posts: 895
  • Cookies: 131
  • • тнε ιηтεяηεт ιs мү яεcүcℓε-вιη •
    • View Profile
Re: Merging Videos
« Reply #3 on: September 12, 2015, 07:01:08 pm »
Review:

http://www.webupd8.org/2009/05/join-and-split-files-including-video-in.html

http://askubuntu.com/questions/161226/how-to-join-video-files-from-terminal

https://wiki.videolan.org/How_to_Merge_and_Transcode_Multiple_Videos/


You can use mencoder to concatenate multiple video files to one file:
Code: [Select]
mencoder -oac copy -ovc copy -idx -o output.avi video1.avi video2.avi video3.avi
« Last Edit: September 12, 2015, 07:11:38 pm by 0E 800 »
The invariable mark of wisdom is to see the miraculous in the common.

Offline $Clone

  • Peasant
  • *
  • Posts: 86
  • Cookies: 5
  • $---Shadowalker---$
    • View Profile
Re: Merging Videos
« Reply #4 on: September 13, 2015, 11:49:33 pm »
Deque this is what i mean https://www.youtube.com/watch?v=PdyACzj1qz0 but for linux

Thnx

Offline gray-fox

  • Knight
  • **
  • Posts: 208
  • Cookies: 52
    • View Profile
Re: Merging Videos
« Reply #5 on: September 14, 2015, 10:25:33 am »
So you want it to be graphical tool or why solutions above didn't work? I'm no video editor, but ffmpeg and mencoder are said(at least by some people) to be THE video editing tools for Linux. Even I have been able to do some neat stuff with ffmpeg.

But if gui is the thing here, maybe Openshot is what you are looking for:

https://youtube.com/watch?v=T9DyZtthr8c
Some crappy video I quickly found about joining two video files with openshot.
« Last Edit: September 14, 2015, 12:05:18 pm by gray-fox »

Offline RedBullAddicted

  • VIP
  • Sir
  • *
  • Posts: 519
  • Cookies: 189
    • View Profile
Re: Merging Videos
« Reply #6 on: September 15, 2015, 01:54:48 pm »
Deep into that darkness peering, long I stood there, wondering, fearing, doubting, dreaming dreams no mortal ever dared to dream before. - Edgar Allan Poe

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Merging Videos
« Reply #7 on: September 15, 2015, 04:20:43 pm »
http://m.alternativeto.net/software/virtualdub/?platform=linux

Codecs are going to be your biggest issue on nix, but alternatives for virtualdub mod should work. Just make sure you're doing a straight through and not re-encoding the file(s)
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline $Clone

  • Peasant
  • *
  • Posts: 86
  • Cookies: 5
  • $---Shadowalker---$
    • View Profile
Re: Merging Videos
« Reply #8 on: September 16, 2015, 06:22:08 am »
thnx guys 4 the advice