#1
Posted
:
Monday, June 13, 2016 6:58:40 AM(UTC)
Groups: Registered
Posts: 5
I have an app developed in C# that uses screen video Capturing. When saving I want to have it save as a smaller resolution as to decrease the file size. How can I decrease the resolution of the saved video?
#2
Posted
:
Wednesday, June 22, 2016 12:18:43 PM(UTC)
Groups: Registered
Posts: 119
Was thanked: 4 time(s) in 4 post(s)
Although it's possible to both capture the screen and resize the video, the real question is whether you should do that to begin with. However if you want to do this using LEADTOOLS you can use our screen capture filters as well as our resizing filter.
https://www.leadtools.com/help/leadtools/v19/multimedia/filters/leadscreencapturefilter(2.0).html
https://www.leadtools.com/help/v19/multimedia/filters/leadvideoresizefilter(2.0).html
When you capture the computer's screen, you usually get a mix of text and graphics (menus, buttons, text areas, etc.) If you resize the captured video, the text areas and any text on controls will be heavily distorted.
The downsizing of video only makes sense when it's a regular camera capture such as a movie scene.
Nick Villalobos
Developer Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.