FFmpeg git repo
Go to file
Corey Hickey 39a64e3023 sc_factor support for encoding.
Here's the description I'll add to the mplayer man page:
---
Causes frames with higher quantizers to be more likely to trigger a
scene change detection and make libavcodec use an I-frame (default: 1).
1-16 is a sane range.
Values between 2 and 6 may yield increasing PSNR (up to approximately
0.04 dB) and better placement of I-frames in high-motion scenes.
Higher values than 6 may give very slightly better PSNR (approximately
0.01 dB more than sc_factor=6), but noticably worse visual quality.
---

Original idea from Michael; patch by me.

Originally committed as revision 4883 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-22 20:54:52 +00:00
doc Clarify codec addition instructions. 2006-01-14 14:46:26 +00:00
libavcodec sc_factor support for encoding. 2006-01-22 20:54:52 +00:00
libavformat WinCE cross-compilation support 2006-01-22 18:34:17 +00:00
libavutil WinCE cross-compilation support 2006-01-22 18:34:17 +00:00
postproc Update licensing information: The FSF changed postal address. 2006-01-13 00:23:32 +00:00
tests fix convergence of snow iterative_me 2006-01-21 02:35:03 +00:00
vhook Make clean/distclean consistent throughout all the Makefiles. 2006-01-16 14:59:54 +00:00
.cvsignore
COPYING Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
CREDITS
Changelog CamStudio video decoder 2006-01-14 01:33:17 +00:00
Doxyfile
INSTALL
Makefile Make clean/distclean consistent throughout all the Makefiles. 2006-01-16 14:59:54 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cmdutils.h
configure WinCE cross-compilation support 2006-01-22 18:34:17 +00:00
cws2fws.c 10l: now it works really, with 1k outbut buffers it failed more times, with 65k it looks safe with all samples i had 2006-01-15 01:19:02 +00:00
ffinstall.nsi
ffmpeg.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffplay.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
xvmc_render.h

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License.

* liba52 and libpostproc are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.