[FFmpeg-devel] Could this be a SOC project? mkv to mp4 ps3 tweaks

Michael Niedermayer michaelni
Thu Mar 19 17:53:46 CET 2009


tOn Thu, Mar 19, 2009 at 11:41:42AM -0500, John Lange wrote:
> On Thu, 2009-03-19 at 17:05 +0100, Michael Niedermayer wrote:
> > the solution is to write a bitstream filter that can change these parameters
> 
> A couple of people have told me that is the answer. I have no clue what
> that even means. Without knowing anything about ffmpeg architecture it's
> going to take a while to get up to speed. Is there such a thing as a
> bitstream filter how-to?
> 
> I need a mentor :(

let me introduce you to grep

its first argument is what you search for the rest are files in which you
search
it also takes options like -i for ignoring case

example:
grep -i 'bitstream.*filter' libavcodec/*c

the resulting files are bitstream filters and the bitstream filter core

it should not be hard to write a new by taking one of them as example,
they are all fairly trivial


-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Observe your enemies, for they first find out your faults. -- Antisthenes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090319/9304c20a/attachment.pgp>



More information about the ffmpeg-devel mailing list