7 Jul 14:37
[PATCH] Add Dirac support to ffmpeg
From: Anuradha Suraparaju <anuradha <at> rd.bbc.co.uk>
Subject: [PATCH] Add Dirac support to ffmpeg
Newsgroups: gmane.comp.video.ffmpeg.devel
Date: 2005-07-07 12:38:23 GMT
Subject: [PATCH] Add Dirac support to ffmpeg
Newsgroups: gmane.comp.video.ffmpeg.devel
Date: 2005-07-07 12:38:23 GMT
**Dirac patch for ffmpeg
**Tested with ffmpeg cvs (as of July 7, 2007 10:00am) and
FFMpeg-20050707
**Author(s): Andrew Kennedy (dirac_dev <at> users.sourceforge.net) (main)
Anuradha Suraparaju (asuraparaju <at> users.sourceforge.net)
(minor mods)
Dirac is an open-source video codec currently under development. Both
the encoder and decoder have been integrated with ffmpeg. This patch is
only a basic integration such that only the salient paremeters are
currently passed from ffmpeg to Dirac. As Dirac develops, especially
with the integration of a formalised bit-stream syntax, then more
complex screnarios can be dealt with. Encoded Dirac files, with the
right patch, can be played back using MPlayer.
Please feel free to modify/add-to the code.
These are the instructions for enabling Dirac support in ffmpeg source
code.
1. Download Dirac from sourceforge and build and install Dirac
cvs -d:pserver:anonymous <at> cvs.sourceforge.net:/cvsroot/dirac login
cvs -z3 -d:pserver:anonymous <at> cvs.sourceforge.net:/cvsroot/dirac co
-P compress
cd compress
./bootstrap
./configure
make
(Continue reading)
RSS Feed