Hi Anne,
im using the last version of mjpegtools 1.8.0-2 in ArchLinux
(http://archlinux.org/packages/search/?q=mjpegtools).

I tried to join videos in several ways:

1- Using avimerge from transcode package:

$ avimerge -i PiratesOfSiliconValley.cd1.avi
PiratesOfSiliconValley.cd2.avi -o PiratesOfSiliconValley.avi

With this i get sync problems after 30-40 mins on the output video.

2- Using lavtrans (as described in mjpegtools manual, Join Videos section):

$ lavtrans -o stream.avi -f a record_1.avi record_2.avi record_final.avi

With this i get the 2Gb max limit problem, obviously because lavtrans
doesnt encode the videos, just join them in a new avi. Is possible to
make lavtrans avoid 2gb complaining?

3- Last try with cat and mencoder:
cat video1.avi video2.avi> tmp.avi ; mencoder -ovc copy -oac copy -o
final.avi tmp.avi

This way is very unstable and seems to have problem when traying to
join more than 2 files.

Because of this I want to avoid spliting and joining process, fixing
the problem of the 2gb limit. Any idea?

Regards,


-- 
Franco Iacomella
 [ GNU Project ]

2007/2/15, Anne Wilson <[EMAIL PROTECTED]>:
> On Thursday 15 February 2007, Franco Iacomella wrote:
> > Hi,
> > I want to know if there is anyway to avoid 2gb max file size when
> > capturing video using lavrec. I know i can capture in 1.7gb multiple
> > files, but when i join them i get problems with sync.
> >
> > As the problem is described in the manual ('AVI, for example, has a 2
> > GB limit, as does ext2fs in 2.2.x kernels.') i want to know if there
> > is anyway to capture unilimited size avi files. Im using a ext3fs with
> > a 2.6.x kernel.
> >
> Hi, Franco.  The older version I used to use captured in multiple 1.7GB files,
> but recently I have been capturing in large files.  Try it - if your version
> is recent you should be OK.
>
> One comment, though.  I had around 8GB captured when a power dip made me lose
> the connection.  The file was unusable.  If it had been in multiple 1.7GB
> files I would only have lost a part file.
>
> I'm curious about your problems with sync.  I've never seen such a problem.
> How do you join them?
>
> Anne
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Mjpeg-users mailing list
> Mjpeg-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to