me wade karanna puluwan software ekak tiyenawada?

kosandpol

Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    use a batch file.
    If the videos are in AVI or MPEG format you can just join them using the CAT command.

    Here's a pseudo code :
    Code:
    EndVideo = fixedclip.avi
    For i = 1 to 100
    do
         cat $vid_i.avi $EndVideo > final_i.avi
    done
     
    • Like
    Reactions: thelaa rox

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    meken kohomada machan wade karaganne ?
    thats just a pseudo code to show how the CAT command can be used. You'll have to write a proper DOS Batch file for it to actually work on windows.

    The CAT command joins 2 files. Since standard MPG or AVI files are sequential files, they can be joined using the CAT command.
     

    thelaa rox

    Well-known member
  • Feb 23, 2009
    15,405
    431
    83
    37
    lonley planet
    meken kohomada machan wade karaganne ?

    thats just a pseudo code to show how the CAT command can be used. You'll have to write a proper DOS Batch file for it to actually work on windows.

    The CAT command joins 2 files. Since standard MPG or AVI files are sequential files, they can be joined using the CAT command.

    wow this seems great bro :love: :D
    can you explain how to use it on windows..

    btw im not much of a coder so can you list me the steps i should follow :love:
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    wow this seems great bro :love: :D
    can you explain how to use it on windows..

    btw im not much of a coder so can you list me the steps i should follow :love:
    For this to work, the endclip mpg has to be in a separate folder and the clips in another folder.
    change the folder names and file names to suit your folders and files.

    Code:
    for /f %%a IN ('dir /b c:\clips\*.mpg' ) do cat c:\clip\%%a c:\endclip\endcilp.mpg > c:\clip\final_%%a
    Save that as appendvideo.bat
    and execute it.
     

    thelaa rox

    Well-known member
  • Feb 23, 2009
    15,405
    431
    83
    37
    lonley planet
    For this to work, the endclip mpg has to be in a separate folder and the clips in another folder.
    change the folder names and file names to suit your folders and files.

    Code:
    for /f %%a IN ('dir /b c:\clips\*.mpg' ) do cat c:\clip\%%a c:\endclip\endcilp.mpg > c:\clip\final_%%a
    Save that as appendvideo.bat
    and execute it.

    i tried it with avi files (i adjusted the code to
    Code:
    for /f %%a IN ('dir /b c:\clips\*.avi' ) do cat c:\clip\%%a c:\endclip\endcilp.avi > c:\clip\final_%%a
    )

    but the files i have in C:\clip are of 0 bytes (i gave the command run as admin also) :nerd:
     

    kosandpol

    Well-known member
  • Jun 10, 2008
    45,329
    1,492
    113
    i tried it with avi files (i adjusted the code to
    Code:
    for /f %%a IN ('dir /b c:\clips\*.avi' ) do cat c:\clip\%%a c:\endclip\endcilp.avi > c:\clip\final_%%a
    )

    but the files i have in C:\clip are of 0 bytes (i gave the command run as admin also) :nerd:
    replace cat with copy command.
    try :
    Code:
    for /f %%a IN ('dir /b c:\clips\*.avi' ) do copy c:\clip\%%a+c:\endclip\endcilp.avi  c:\clip\final_%%a
     

    mayadmax

    Well-known member
  • Apr 24, 2007
    6,249
    4,616
    113
    USE TOTAL VIDEO CONVERTER ..EKE TIYANAWA FILE JOIN KIALA EKAK..HABAI PODI UPSET EKAK TIYANAWA..OYATA KARANNA WENNE MEHEMAI..EKATA GIHIN 1ST CLIP EKAI 5SEC CLIP EKAI DAALA JOIN KARANNA EEETA PASSE 2ND CLIP EKA ...OHOMA OHOMA 100MA KARALA E SERAMA 1TA JOIN KARANNA....OYA WADE WINDOWS MOVIE MAKER EKENUT LESIYEN KARANNA PULUWAN