Opened 17 years ago

Last modified 17 years ago

#662 new enhancement

automatically add scale filter to end of filter chain when vo/vf fails.

Reported by: compn Owned by: reimar
Priority: if idle Component: vf
Version: HEAD Severity: minor
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

mplayer automatically adds the scale filter to the beginning when appropriate
so why not an option to automatically add it to the end?

examples:
when trying to play two videos on windows at once
or when using -vf format=444p and your vo does not support 444p

mplayer will spit out this error, but it could just try adding ,scale itself

The selected video_out device is incompatible with this codec.
Try adding the scale filter, e.g. -vf spp,scale instead of -vf spp.

FATAL: Could not initialize video filters (-vf) or video output (-vo).

Change History (0)

Note: See TracTickets for help on using tickets.