From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Message-ID: <48385AC5.4070509@gmail.com> Date: Sat, 24 May 2008 21:13:25 +0300 From: Motsyo Gennadi aka Drool User-Agent: Thunderbird 2.0.0.12 (X11/20080327) MIME-Version: 1.0 To: ALT Linux Community general discussions References: <20080515203653.GE20692@cryo.net.ru> <20080515210842.GF20692@cryo.net.ru> <4838151C.8020203@rambler.ru> <48381F18.6090600@gmail.com> <48382CA9.2000600@rambler.ru> <48384F60.6080900@gmail.com> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Comm] VideoDVD(mpeg, vob)->avi X-BeenThere: community@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: ALT Linux Community general discussions List-Id: ALT Linux Community general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2008 18:14:19 -0000 Archived-At: List-Archive: List-Post: Aleksander N.Gorohovski пишет: > А как можно преобразовать в avi (xvid, divx) файл (mpeg, но с > расширением .mod) > записаный видеокамерой Простейний вариант: ffmpeg -o aaa.mod -vcodec msmpeg4 -acodec copy aaa.avi Либо читать доку ffmpeg на предмет ключей.