Page 1 of 1

vmem-width and vmem-height

Posted: 24 Mar 2010 13:32
by alb84
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...

Re: vmem-width and vmem-height

Posted: 26 Mar 2010 23:38
by RĂ©mi Denis-Courmont
With embedded video widget yes. With vmem, no.