I have compiled the SimplePlayer example from VLCKit for tvOS and I'm able to run it on my Apple TV.
Now I want to try cropping that video, so I modified the call to the VLCMediaPlayer constructor this way:
Code: Select all
mediaPlayer = VLCMediaPlayer(options: ["-vvv", "--video-filter=croppadd{cropleft=400}"])
Is this at all supposed to be supported ? Am I trying something that isn't meant to be supported and hence won't work ?