Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv31896
Modified Files:
freevo_config.py
Log Message:
Added support for "rmvb" files which are becoming more common. It's a type
of RealVideo 9 file with very high quality at low bitrates. Like standard
rm files, it requires -forceidx to be seekable.
Also note, that for it to work, mplayer must be compiled with RealCodec DLL
(windows dll) support. The libavcodec RM support will not suffice.
Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.298
retrieving revision 1.299
diff -C2 -d -r1.298 -r1.299
*** freevo_config.py 30 Nov 2003 16:30:57 -0000 1.298
--- freevo_config.py 2 Dec 2003 14:51:40 -0000 1.299
***************
*** 872,875 ****
--- 872,876 ----
'avi' : '-cache 5000 -idx',
'rm' : '-cache 5000 -forceidx',
+ 'rmvb' : '-cache 5000 -forceidx',
'default': '-cache 5000'
}
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog