[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.538,1.539

Michael Niedermayer michaelni at gmx.at
Sun Feb 8 19:49:16 CET 2004


Hi

On Sunday 08 February 2004 19:24, Diego Biurrun CVS wrote:
> Update of /cvsroot/mplayer/main/DOCS/man/en
> In directory mail:/var2/tmp/cvs-serv17635/DOCS/man/en
>
> Modified Files:
> 	mplayer.1
> Log Message:
> bit_exact lavc option, patch by "Steven M. Schultz" <sms at 2BSD.COM>
>
>
> Index: mplayer.1
> ===================================================================
> RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
> retrieving revision 1.538
> retrieving revision 1.539
> diff -u -r1.538 -r1.539
> --- mplayer.1	6 Feb 2004 20:31:57 -0000	1.538
> +++ mplayer.1	8 Feb 2004 18:24:24 -0000	1.539
> @@ -4064,6 +4064,12 @@
>  .B atag=<value>
>  Use the specified Windows audio format tag (e.g.\& atag=0x55).
>  .TP
> +.B bit_exact
> +Use only bit exact algorithms (except (i)dct).
> +This also suppresses the user_data header in MPEG-4 streams
> +(that section causes some players such as Apple's
> +Quicktime player to declare the stream corrupt).
great

smart user reads this, thinks its good to be bit exact & it even helps 
playback with apples player, so he uses it for encoding, and cant decode it 
later as the soo much hated userdata contains the version number of the 
encoder and without it theres no way to automatically work around past 
encoder bugs during playback, additionally bit_exact disables several 
optimizations, IMHO these things should be mentioned too
bit_exact should _only_ be used for regression tests, which need binary 
idntical files even if the encoder version changes

[...]
-- 
Michael
level[i]= get_vlc(); i+=get_vlc();		(violates patent EP0266049)
median(mv[y-1][x], mv[y][x-1], mv[y+1][x+1]);	(violates patent #5,905,535)
buf[i]= qp - buf[i-1];				(violates patent #?)
for more examples, see http://mplayerhq.hu/~michael/patent.html
stop it, see http://petition.eurolinux.org & http://petition.ffii.org/eubsa/en




More information about the MPlayer-DOCS mailing list