AVI joiner

Glad I saw that. Been looking for just such a thing. Downloaded it, joined up 2 AVI's (Godfather Part 2 discs 1 & 2). Tiny download, no install, works great, quick and no audio or video corruption that I can see. Thanks Random!
 
If you have a copy of mplayer installed (if you have ps3mediaserver installed), I just created a batch file to join AVI's. So far it has been flawless. You can join 2 or more AVI's.

Contents of Join.bat:
Code:
@echo off
if %1.==. goto helpout
if %2.==. goto help1
if %3.==. goto help2

if exist "C:\Program Files (x86)\PS3 Media Server\win32\mencoder.exe" ("C:\Program Files (x86)\PS3 Media Server\win32\mencoder.exe" -oac copy -ovc copy -idx -o %1 %2 %3 %4 %5 %6 %7 %8 %9) else echo Mencoder not found!
goto end

:helpout
echo Output missing.

:help1
echo Input 1 missing.

:help2
echo Input 2 missing.

:helpend
echo %0 [output.avi] [input1.avi] [input2.avi] (input3.avi) (input4.avi) (...)

:end
 
I do all my video 'editing' with virtualdub. Joining avi files, re-encoding, hardcoding subtitles etc.
 
Wanted to give thisgeek's bat file a bash for the sake of geekiness :D but didn't have ps3mediaserver installed. Then tried AVI-Mux, worked fast and painless on several files. thx again.
 
Top
Sign up to the MyBroadband newsletter
X