You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02:00
doc/encoders: Document png pred
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@ -12,6 +12,7 @@ version <next>:
|
|||||||
- Animated JPEG XL encoding (via libjxl)
|
- Animated JPEG XL encoding (via libjxl)
|
||||||
- VVC in Matroska
|
- VVC in Matroska
|
||||||
- CENC AV1 support in MP4 muxer
|
- CENC AV1 support in MP4 muxer
|
||||||
|
- pngenc: set default prediction method to PAETH
|
||||||
|
|
||||||
version 7.1:
|
version 7.1:
|
||||||
- Raw Captions with Time (RCWT) closed caption demuxer
|
- Raw Captions with Time (RCWT) closed caption demuxer
|
||||||
|
@ -3402,6 +3402,8 @@ Sets the compression level, from 0 to 9(default)
|
|||||||
Set physical density of pixels, in dots per inch, unset by default
|
Set physical density of pixels, in dots per inch, unset by default
|
||||||
@item dpm @var{integer}
|
@item dpm @var{integer}
|
||||||
Set physical density of pixels, in dots per meter, unset by default
|
Set physical density of pixels, in dots per meter, unset by default
|
||||||
|
@item pred @var{method}
|
||||||
|
Set prediction method (none, sub, up, avg, paeth, mixed), default is paeth
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@section ProRes
|
@section ProRes
|
||||||
|
Reference in New Issue
Block a user