0

I realize that this command exports the first video that has only 30 seconds and the second video has more minutes but It only exports the first video without merging the second video, what I'm doing wrong? I suspect that the command is wrong. Please help.

By the way, I'm using windows 10 .

Is another way to merge videos , let me know please and thanks.?

ffmpeg -i "concat:D:\MEGAVIDEOS\jej.mp4|D:\MEGAVIDEOS\video.mp4" -codec copy output.mp4

Updated: These are messages that appear when I run the command :

messages

message2

  • Read [this](https://stackoverflow.com/a/11175851/188331) – Raptor Apr 12 '21 at 02:00
  • Does this answer your question? [How to concatenate two MP4 files using FFmpeg?](https://stackoverflow.com/questions/7333232/how-to-concatenate-two-mp4-files-using-ffmpeg) – Dilshan Apr 12 '21 at 02:02
  • I've checked some commands from that post but some of them didn't work too. I've updated the post too. – Gabriel Quezada Castro Apr 12 '21 at 02:09
  • None of those commands, they didn't work :( – Gabriel Quezada Castro Apr 12 '21 at 13:06
  • Unfortunately, "didn't work" doesn't tell us much. Both inputs must have the same attributes for proper concatenation. Show the output of `ffmpeg -i jej.mp4 -i video.mp4` and I can give you a command you can copy and paste. – llogan Apr 12 '21 at 18:18

0 Answers0