Log in

View Full Version : How do I append a video behind another video by command line ?


xo3000
31st July 2006, 09:11
hello, everyone

does any software could attach a video to another video by command line ??

I want to attach a short video to each video that I have
but if i do that in "Premiere" or "movie maker" one by one, I will waste much time.

so I need a software can do that by command line ...

Hope someone know that :o

setarip_old
31st July 2006, 18:16
Hi!

Methods for joining videos can be dependent on their formats. What formats are the videos that you've made?

xo3000
2nd August 2006, 04:19
Hi!

Methods for joining videos can be dependent on their formats. What formats are the videos that you've made?

Hello,
The format I want to input is
High priority
*.wmv
*.avi
*.mpg

second priority
*.mov
*.mv
*.mp4

the output format is not matter, wmv, avi, mpg is ok

:thanks:

setarip_old
2nd August 2006, 06:35
MPEGs can be joined as follows:

Open a DOS box (command prompt) or create a batch file and run the following (substitute the correct .VOB names):

copy /b file(1).mpg+file(2).mpg+file(n).mpg file-total.mpg

xo3000
4th August 2006, 07:52
MPEGs can be joined as follows:

Open a DOS box (command prompt) or create a batch file and run the following (substitute the correct .VOB names):

copy /b file(1).mpg+file(2).mpg+file(n).mpg file-total.mpg

wow ~ It do works.
Thank you very much~!! :thanks:

Why it can't work with wmv or avi video?

setarip_old
4th August 2006, 08:47
wow ~ It do works. Thank you very much~!!Glad to hear that. My pleasure ;>}Why it can't work with wmv or avi video?Because different file formats have header requirements...

xo3000
8th August 2006, 11:59
Glad to hear that. My pleasure ;>}Because different file formats have header requirements...

ok~Thank you very much ~
:D