Mergin Video files with simple DOS command
Click start > run
type cmd > OK.
This will open the command prompt.
In the command prompt, type
(Suppose that, you have videos to be merged in drive D: )
copy /b “D:\video1.flv” + “D:\video2.flv” “D:\FullMovie.flv”
where the video1.flv and video2.flv are the video files to join and fullmove.flv is the resultant combined file.
You can specify any number of files to join.
Also notice I have typed the entire file path in the above command.
Press enter and the files will be joined.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home