[FFmpeg-user] Why is concat so slow on a powerful machine?

Kevin Duffey kevinmduffey at yahoo.com
Wed Oct 18 04:17:44 EEST 2017


Yup. I do not specify the output. I just use the same .mov file extension as the two source files. Is it possible even though I specify -c copy out.mov it is rendering and not Concat??
The pisser of this is that it is much faster putting the clips together and rendering it out in resolve 14. I was hoping this would be much faster since it is just concatting. But currently it is taking 10x longer.  That can't be right. Even if it were rendering that is extremely slow. 

Sent from Yahoo Mail on Android 
 
  On Tue, Oct 17, 2017 at 17:51, Phil Rhodes<phil_rhodes-at-rocketmail.com at ffmpeg.org> wrote:   Are the source and destination files on the same physical device?
P

      From: Kevin Duffey <kevinmduffey-at-yahoo.com at ffmpeg.org>
 To: "ffmpeg-user at ffmpeg.org" <ffmpeg-user at ffmpeg.org> 
 Sent: Wednesday, 18 October 2017, 0:57
 Subject: [FFmpeg-user] Why is concat so slow on a powerful machine?
  
Hi all,
I understand that the ffmpeg concat will take a series of files, concat them into one file, and update the header info. In my case, I am concating 2 to 4 DNxHR SQ videos into one. I am on a quad core i7, 3.8Ghz, 64GB RAM, full NVMe SSD. Nothing else running. Still, it seems that to concat a combo of 2 files making up a total of 1.2 hours, it will take 20+ hour to complete. This seems incredibly slow to me. As I can redner with FX in real time on this machine, and concatting is basically putting the bytes of one file after the other (in a new file) while updating the header details for the length and such, it seems like this process should take minutes. Mind you I am using the -c copy option, so no re-render is happening. I would think it would start off with the first file, copy it to a new file which should be super fast, then append the video (or audio) data, which again should be very fast as it is mostly just copying the data stream. Then adjust the header and be done. 
What am I missing? Is there something I should be doing with threads, GPU, etc to help speed this up? 
Thanks.
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".

  
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".  


More information about the ffmpeg-user mailing list