Questions tagged [video-effects]

19 questions
0
votes
1 answer

VideoTransformEffectDefinition ends with Error: Video could not be decoded

I am trying to use VideoTransformEffectDefinition . var clip = await MediaClip.CreateFromFileAsync(pickedFile);//creating clip from storage file MediaComposition composition = new MediaComposition(); …
Alamakanambra
  • 5,845
  • 3
  • 36
  • 43
0
votes
1 answer

How to apply pixellate effect over video for few second using gpuimage in iOS?

I am looking for ways to apply visual effect like pixellate,ghost,twirl,X-ray etc. over currently playing video for few seconds not over whole video duration using GPUImage library.
0
votes
0 answers

MediaClip is not rendered with custom IBasicVideoEffect

I am trying to apply saturation video effect implemented with IBasicVideoEffect according to https://github.com/aarononeal/media-contrib example. When I add VideoEffectDefinition to MediaClip, preview video is set, but nothing is rendered. (video…
bojo
  • 329
  • 4
  • 15
0
votes
1 answer

Video effects in libvlc

In vlc there are some video effects which I cannot find them in libvlc, when I open a video in vlc I can go to "Tools->Effect and Filters ->Video Effects" and then there are many video effects which I can use , such as negating the color or…
abdolahS
  • 663
  • 12
  • 35
1
2