To concatenate mpeg videos use
copy /b "movie1.mpg" + "movie2.mpg" movie_cat.mpg
in windows or
cat movie1.mpg movie2.mpg > movie_cat.mpg
in linux.  Then use ffmpeg or winff to convert the concatenated file again to get all the header information right.

To add a commonly used video conversion to the right-click on windows open regedit and add a new key called Convert (or whatever you want the option in the right-click menu to be called) to the shell folder of the source file type in HKEY_LOCAL_MACHINE\SOFTWARE\Classes, for example VLC.mod. Then to that add a key called command and give it a value like "C:\Program Files\WinFF\convert.bat" "%1".  In the bat file you can have your ffmpeg conversion like ffmpeg.exe -a %1 <options> %1.mpg to conver filename.mod to filename.mod.mpg.  You can get option ideas from WinFF by looking at Edit - Presets.
5/12/2010 09:44:02 am

These days outlets seem to offer closer to "normal" prices than discount prices.

14/12/2010 10:55:25 am

We need change the traditional ideas and practice boldly.

15/12/2010 02:29:01 pm

Time keeping is essential to dream weaving.

26/12/2010 04:23:54 pm

The more failures, the more chances for success


Comments are closed.