Page 1 of 1

Video Merge tool

Posted: Tue Jan 22, 2019 4:29 pm
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.

Re: Video Merge tool

Posted: Tue Jan 22, 2019 5:30 pm
by billon

Re: Video Merge tool

Posted: Tue Jan 22, 2019 11:57 pm
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.

Re: Video Merge tool

Posted: Wed Jan 23, 2019 8:43 am
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.

Re: Video Merge tool

Posted: Wed Jan 23, 2019 10:33 am
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/...

Re: Video Merge tool

Posted: Wed Jan 23, 2019 12:40 pm
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:

Re: Video Merge tool

Posted: Wed Jan 23, 2019 5:49 pm
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.

Re: Video Merge tool

Posted: Sat Jan 26, 2019 11:10 am
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.