I have a somewhat slow PC. it's an old 1.80ghz compaq laptop. i went to take 6 HD videos, 5 minutes each, and merge them together. I used Freemake video converter. it took like 4 hours. is this the norm? What speed of PC would be good to buy in order to lessen the amount of time? Do i look for a quad core gaming pc to do it within an hour or two? Please advise.
+ Reply to Thread
Results 1 to 7 of 7
-
-
There's no "generally" answer to this question.
If all the parameters of the files match it can be almost instantaneous with something like AviDemux. If they are mismatched files with color corrections and other filters it can take days.
The faster the computer the better. CPU speed and core count are generally more important than GPU. -
4 hours ? merging is just contatenation, or copying. but it sounds more like it re-encoded those if it took that long. it should have only been a few minutes, depending on cpu speed.
-
Thanks for the info, smrpix and vhelp. which software should i use, where it won't re-encode them, where it will only join them together? Thanks!
-
-
well, to start with, try ffmpeg.
then open a dos console window and enter the following. should be really quick since it is just copying each video into the new container. this assume all your videos are in the same format, ie, fps, resolution and codec, otherwise, (as hech54 pointed out) it won't work, or it will re-encode all the videos with default settings for the encoder/container.
ffmpeg.exe -i video1 -i video2 -i video3 -vcodec copy -acodec copy -y newvideo.mkvLast edited by vhelp; 13th Apr 2015 at 22:16.
Similar Threads
-
software to join videos .... first two failed ...
By xtal_01 in forum EditingReplies: 6Last Post: 8th Feb 2015, 21:15 -
Need to join two videos with FFMPEG
By wolfox in forum EditingReplies: 1Last Post: 5th Oct 2012, 16:46 -
How to join multiple youtube videos ?
By skorpinok in forum EditingReplies: 1Last Post: 13th Jul 2011, 22:42 -
append / join .mp4 videos
By blackrat in forum Newbie / General discussionsReplies: 2Last Post: 27th Jun 2011, 10:14 -
How can I join my H264 videos?
By Daninet in forum EditingReplies: 8Last Post: 17th Jun 2010, 15:44