0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/DOCS/man/en
wm4 11ed093182 screenshot: allow taking screenshots with subtitles
This adds a new screenshot mode "subtitles", which basically takes the
video frame as decoded, and renders subtitles into it.

This may fail for some pixel formats, because libswscale sucks. If this
becomes ever a real problem, the code could be changed to convert the
image to RGBA first (or whatever the image writer wants), and then
render the subtitles into it. This would avoid the additional image
copy needed with vo_xv too. But for now, it seems better to go with the
current method in the common case: vo_opengl creates an image copy
anyway, and drawing bitmaps to yv12 is better, as no color space
conversion is involved in draw_bmp.c's up/downsampling conversion.
2012-10-24 21:56:34 +02:00
..
af.rst Rename to "mpv" 2012-10-12 10:14:32 +02:00
ao.rst Rename to "mpv" 2012-10-12 10:14:32 +02:00
changes.rst Merge branch 'input_changes' into master 2012-10-12 11:53:53 +02:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst screenshot: allow taking screenshots with subtitles 2012-10-24 21:56:34 +02:00
mpv.rst Merge branch 'input_changes' into master 2012-10-12 11:53:53 +02:00
options.rst Remove things related to old OSD 2012-10-24 21:56:33 +02:00
vf.rst VO, sub: refactor 2012-10-24 21:56:34 +02:00
vo.rst VO, sub: refactor 2012-10-24 21:56:34 +02:00