Video Merge tool

Discuss anything related to portable freeware here.
Post Reply
Message
Author
User avatar
david.lynch
Posts: 78
Joined: Tue May 04, 2010 8:04 am

Video Merge tool

#1 Post by david.lynch »

Hello everyone,

I'm looking for a Video Merge tool.

Should be portable and allowing to choose the filters/codecs used to open the video files, allowing to work around system default codec's issues.

billon
Posts: 843
Joined: Sat Jun 23, 2012 4:28 pm

Re: Video Merge tool

#2 Post by billon »


User avatar
zorro
Posts: 81
Joined: Sat Mar 19, 2016 2:32 pm
Location: Hamburg, Germany

Re: Video Merge tool

#3 Post by zorro »

...very simple and user friendly: Video to Video
The program is no longer maintained, but works like a charm - you find the desired function under "tools". There you can also split or cut videos.

User avatar
david.lynch
Posts: 78
Joined: Tue May 04, 2010 8:04 am

Re: Video Merge tool

#4 Post by david.lynch »

I'm trying them all, having no good experiences.

Some of them stop responding, doesn't allow to append files, doesn't accept the file type, etc.

We need to do the simplest possible task: just join the video files, *without reencoding*, which most of them are prone to. The file type is pretty common: MP4 container with AVC.

User avatar
Midas
Posts: 6725
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Video Merge tool

#5 Post by Midas »

david.lynch wrote: We need to do the simplest possible task: just join the video files, *without reencoding*, which most of them are prone to. The file type is pretty common: MP4 container with AVC.
If you don't mind the CLI, you could use ffmpeg...

Code: Select all

> ffmpeg -f concat -safe 0 -i list.txt -c copy joined_final.mp4
NOTE: 'list.txt' needs to have one filename per line, prefixed with the string "file ./"

See also https://stackoverflow.com/questions/7333232/...

User avatar
zorro
Posts: 81
Joined: Sat Mar 19, 2016 2:32 pm
Location: Hamburg, Germany

Re: Video Merge tool

#6 Post by zorro »

david.lynch - you really should try Video to Video if not already done!
It saves the video (if all parts have the same resolution/aspect ratio/codec) without reencoding ("direct stream copy") :wink:

User avatar
david.lynch
Posts: 78
Joined: Tue May 04, 2010 8:04 am

Re: Video Merge tool

#7 Post by david.lynch »

@Midas: We prefer a GUI version, but CLI on ffmpeg is a good catch also!

@billon: Thanks for pointing so many solutions!

Video to Video was a clear winner, task accomplished beautifully! Thank you, @zorro!
About the lack of updates since 2013, I've asked the developer if he would consider making it open source on GitHub, for instance.

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Video Merge tool

#8 Post by webfork »

> Video to Video was a clear winner

It's a fantastic program. I keep hoping development will resume ... thanks for pinging the author.

Post Reply