Video "Analysis" Software

Is there any software that can run on Ubuntu that has video "analyzing" capabilities?

I have a video from my security camera and would like to zoom in. I have tried OpenShot but it doesn't really do the job right.

1 Answer

If I understand what you are saying then you need an application that enable you to zoom a video?!

For that you can use the amazing application VLC, install it if you didn't yet:

sudo apt-get install vlc

Now to enable zooming:

  • run your video using VLC
  • Click on the Tools menu > Effects and Filters.

enter image description here

  • Click on the Video Effects menu > Geometry.
  • Check "Interactive Zoom"

enter image description here

  • The VLC zoom option is enabled.
  • Move the rectangular selection tool to select the area you want to zoom.
  • From there simply adjust the zoom level.

enter image description here

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like