mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
fdbf437055
ffmpeg pretends that image attachments (such as contained in ID3v2 metadata) are video streams. It injects the attached pictures as packets into the packet stream received with av_read_frame(). Add the --audio-display option to allow configuring whether attached pictures should be displayed. The default behavior doesn't change (images are displayed). Identify video streams, that are actually image attachments, with "[P]" in the terminal output. Modify the default stream selection such that real video streams are preferred over attached pictures. (This is just for robustness; I do not know of any samples where images are added before actual video streams and could lead to bad default stream selection with the old code.) |
||
---|---|---|
.. | ||
man/en | ||
OUTDATED-tech | ||
encoding.rst | ||
tech-overview.txt |