vmem-width and vmem-height
Posted: 24 Mar 2010 13:32
I am using vmem output to grab the frames decoded by libVLC, and I am setting vmem-width and vmem-height during the initialization.
Is it possible to change vmem-width and vmem-height parameters when the play is already started?
The broblem is that I use libVLC to read a file or stream with a fixed resolution and display it in a rectangle. When the user resizes teh rectangle I should be able to resize the video as well. I tried to do this operation with OpenGL or other GUI functions but I got some problems, like blurred images and more cpu usage... so I was wondering if it's possible to let VLC do the work of resizing the video output...
Is it possible to change vmem-width and vmem-height parameters when the play is already started?
The broblem is that I use libVLC to read a file or stream with a fixed resolution and display it in a rectangle. When the user resizes teh rectangle I should be able to resize the video as well. I tried to do this operation with OpenGL or other GUI functions but I got some problems, like blurred images and more cpu usage... so I was wondering if it's possible to let VLC do the work of resizing the video output...