[FFmpeg-user] turning a video upside down without reencoding
Matt Zagrabelny
mzagrabe at d.umn.edu
Mon Feb 3 18:40:22 CET 2014
Hi mcc,
On Mon, Feb 3, 2014 at 11:36 AM, <meino.cramer at gmx.de> wrote:
> Hi,
>
> Is it possible to turn a video upside down without reencoding it OR
> to set a flag in the file so that mplayer/ffplay will play it upside
> down?
>From the mplayer man page:
EXAMPLE MPLAYER CONFIGURATION FILE:
# Use Matrox driver by default.
vo=xmga
# I love practicing handstands while watching videos.
flip=yes
# Decode/encode multiple files from PNG,
# start with mf://filemask
mf=type=png:fps=25
# Eerie negative images are cool.
vf=eq2=1.0:-0.8
I only searched for the word, 'flip'. If you do that you'll probably
come across the flag.
-mz
More information about the ffmpeg-user
mailing list