1

If I open command line and type:

vlc d:\a.mp4 :vout-filter=transform --transform-type=270 --video-filter "transform{true}"

VLC will play with image rotated.

However if I open VLC and type those options here: enter image description here

Then the video starts without the rotation.

What am I doing wrong?

LEM
  • 123

1 Answers1

1

As far as my understanding goes, The "Edit Options" field can only add parameters to the filter.

The format of this field is ":option1=value1 :option2=value2" etc.

However, there does not seem to exist any formal documentation of this field, so this is based on examples I have found.

harrymc
  • 498,455