[FFmpeg-devel] a64 encoder 5th round

Michael Niedermayer michaelni
Sat Jan 24 11:36:24 CET 2009


On Sat, Jan 24, 2009 at 11:02:45AM +0100, Bitbreaker/METALVOTZE wrote:
[...]
> > A muxer cannot access the private contxt of the encoder
> 
> I'll strip the muxer of as suggested, however this issue can be fixed 
> anyway, as i can get the needed values also from quality set in 
> AVCodecContext.

you cant access quality either :)

the problem really is that a muxer must work without an encoder, that is
for example
demuxer->muxer
in which case you can only rely on what the demuxer sets
thus in the end you can use
width/height/the actual frames/extradata and a few others

extradata is some global header that is passed between
demuxer->decoder
encoder->muxer
demuxer->muxer
it does seem like the best choice as far as i can tell ...

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato
-------------- 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/20090124/839c8046/attachment.pgp>



More information about the ffmpeg-devel mailing list